@font-face {
	font-family: jsn;
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/JSN55.woff) format('woff');
}

@font-face {
	font-family: jsn;
	font-style: italic;
	font-weight: 400;
	src: url(../fonts/JSO56.woff) format('woff');
}

@font-face {
	font-family: jsn;
	font-style: normal;
	font-weight: 600;
	src: url(../fonts/JSN75.woff) format('woff');
}

@font-face {
	font-family: suisse;
	font-style: normal;
	font-weight: 600;
	src: url(../fonts/suisse.woff) format('woff');
}

* {
	border-color: inherit;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

[hidden] {
	display: none;
}

:focus {
	outline: 0;
}

::-moz-selection {
	background-color: rgba(0, 0, 0, .1);
	color: inherit;
}

::selection {
	background-color: rgba(0, 0, 0, .1);
	color: inherit;
}

::-webkit-input-placeholder {
	color: #ccc;
}

::-moz-placeholder {
	color: #ccc;
	opacity: 1;
}

figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

html {
	height: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	width: 100%;
	min-height: 100%;
}

body {
	background: #f7f7f7;
	border-color: #ddd;
	color: #333;
	min-height: 100%;
}

@media (max-width:639px) {
	body {
		padding-top: 50px;
	}
}

@media (min-width:640px) {
	body {
		padding-top: 50px;
		padding-top: 60px;
	}
}

body,
button,
input,
textarea {
	font-family: jsn, helvetica neue, sans-serif;
	font-size: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.25em;
	text-rendering: optimizelegibility;
}

a {
	background: transparent;
	color: inherit;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	-webkit-touch-callout: none;
}

figcaption,
h1,
h2,
h3,
h4,
li,
p {
	-webkit-user-select: text;
}

h1 {
	font-size: 3em;
	font-weight: inherit;
	line-height: 1em;
}

@media (max-width:359px) {
	h1 {
		font-size: 1.5rem;
	}
}

@media (min-width:360px) and (max-width:479px) {
	h1 {
		font-size: 2rem;
	}
}

@media (min-width:400px) {
	h1 {
		font-size: 3em;
	}
}

h1+p {
	margin-top: 0;
}

h2 {}

h2,
h4 {
	font-weight: 600;
}

h4 {
	font-size: 1.125rem;
	margin-top: 1.5rem;
}

p {
	margin: 1em 0;
}

ol {
	list-style: decimal outside;
}

ul {
	list-style: none;
}

b,
strong {
	vertical-align: bottom;
}

img {
	max-width: 100%
}

iframe,
img {
	display: block;
	border: 0;
}

iframe {
	width: 100%
}

iframe,
svg {
	overflow: hidden;
}

svg {
	-moz-transform: translate(0)!important;
}

text {
	fill: currentcolor;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	border: none;
	overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

button,
select {
	text-transform: none;
}

input[type=checkbox],
input[type=radio] {
	padding: 0;
}

input[type=search] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
	appearance: none;
}

input[type=text] {
	background: none;
	border: 0;
	border-bottom: 1px solid #eee;
}

textarea {
	overflow: auto;
}

table {
	border-collapse: collapse;
	margin: 1.5rem auto;
	table-layout: auto;
	width: 100%
}

td,
th {
	border-bottom: 1px solid rgba(0, 64, 128, .1);
	padding: .5rem 1rem;
}

th {
	background: rgba(0, 64, 128, .05);
	text-align: left;
}

td {
	font-size: .9375rem;
	line-height: 1.25rem;
}

.logo {
	background-size: auto 47px;
	cursor: pointer;
	display: block;
	height: 100%;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.main {
	margin: 0 auto;
	counter-reset: card-counter;
	height: 100%;
	min-height: 100%;
}

.progress:after {
	-webkit-animation: a 2s linear infinite;
	animation: a 2s linear infinite;
	background-image: linear-gradient(45deg, transparent 25%, currentcolor 0, currentcolor 50%, transparent 0, transparent 75%, currentcolor 0);
	background-size: 2rem 2rem;
	opacity: 1;
}

@-webkit-keyframes a {
	to {
		-webkit-transform: translateX(-10rem);
		transform: translateX(-10rem);
	}
}

@keyframes a {
	to {
		-webkit-transform: translateX(-10rem);
		transform: translateX(-10rem);
	}
}

.container {
	margin: 0 auto 1.25rem;
	margin: 0 auto;
	position: relative;
}


/* .icon {
	display: inline-block;
	margin-right: .75rem;
	vertical-align: top;
} */

.animated {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: -webkit-transform .25s cubic-bezier(.25, .1, .25, 1);
	transition: transform .25s cubic-bezier(.25, .1, .25, 1);
	transition: transform .25s cubic-bezier(.25, .1, .25, 1), -webkit-transform .25s cubic-bezier(.25, .1, .25, 1);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.block-link:before {
	background: transparent;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: '';
	z-index: 1;
}

.table-figure {
	text-align: right;
}

.divider {
	color: #ddd;
	font-size: 2em;
	margin: 1em 0 -.5em;
	text-align: center;
}

.aside-person {
	background: var(--background);
	margin-bottom: 1.5rem;
	padding: 0 0 20px;
	position: relative;
}

.grid-news-slide {
	display: none;
	width: 100%;
	padding: 10px;
}

@media (min-width:512px) {
	.aside-person {
		float: right;
		margin-left: 2rem;
		width: 16rem;
	}
}

.aside-person img {
	margin-bottom: 1rem;
}

.aside-person h4,
.aside-person p {
	margin: 0;
	text-align: inherit;
}

.aside-person-description,
.aside-person-name {
	padding: 0 20px;
}

.aside-person-description {
	font-size: 14px;
	line-height: 16px;
}

.aside-org {
	border: 1px solid rgba(0, 0, 0, .1);
	margin: 3rem 0;
	padding: 2rem;
	position: relative;
	-webkit-column-width: 18rem;
	-moz-column-width: 18rem;
	column-width: 18rem;
	-webkit-column-gap: 2rem;
	-moz-column-gap: 2rem;
	column-gap: 2rem;
}

.aside-org h4 {
	-webkit-column-span: all;
	-moz-column-span: all;
	column-span: all;
}

.aside-org p {
	margin: 0;
}

.aside-reference {
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
	padding: 1em;
	margin-bottom: 1em!important;
	margin-top: 1em!important;
	position: relative;
}

.aside-reference p:last-child {
	margin-bottom: 0;
}

.aside-reference-title {
	margin: 0 0 .5rem;
}

.aside-reference-title+p {
	margin-top: 0;
}

.aside-tweet {
	margin: 1rem 0;
	padding-left: 5rem;
	position: relative;
}

@media (min-width:640px) {
	.aside-tweet {
		font-size: 1.5rem;
		margin: 2rem 5rem;
	}
}

.aside-tweet svg {
	position: absolute;
	left: 0;
	top: 0;
	height: 4rem;
	width: 4rem;
}

.aside-tweet h3 {
	font-size: .75rem;
	font-weight: 700;
	text-align: left;
	padding: 0;
	margin-bottom: .5rem;
	text-transform: uppercase;
}

.aside-tweet p {
	margin: 0;
}

.aside-digit {
	background: gold;
	margin-bottom: 1.5rem;
	padding: .75rem 1.5rem;
	text-align: center;
}

.aside-digit b {
	display: block;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1;
	text-align: center;
}

.digit--small {
	background: gold;
}

@media (min-width:640px) {
	.digit--small {
		float: right;
		margin-left: 2rem;
		max-width: 50%
	}
	.aside-digit b {
		font-size: 4rem;
	}
}

.aside-note {
	background: tomato url(../images/icon-note.svg) 55% 50% no-repeat;
	background-size: auto 14px;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	margin: -.5em 0;
	height: 1em;
	position: relative;
	width: 1em;
	vertical-align: middle;
}

.aside-note-content {
	display: none;
	background: rgba(0, 0, 0, .8);
	border-radius: 2px;
	color: #fff;
	cursor: default;
	font-size: 14px;
	line-height: 16px;
	margin-top: -20px;
	width: 250px;
	padding: 10px 20px;
	position: absolute;
	top: 50%;
	z-index: 999999;
}

.aside-note-content:before {
	content: '';
	top: 10px;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-width: 10px;
}

.aside-note-left .aside-note-content {
	margin-right: 15px;
}

.aside-note-left .aside-note-content:before {
	right: 0;
	border-left-color: rgba(0, 0, 0, .8);
	margin-right: -20px;
}

.aside-note-right .aside-note-content {
	margin-left: 15px;
}

@media (max-width:640px) {
	.aside-note-content {
		width: auto;
		margin-top: 0;
	}
	.aside-note-content:before {
		display: none;
	}
}

.aside-note-right .aside-note-content:before {
	left: 0;
	border-right-color: rgba(0, 0, 0, .8);
	margin-left: -20px;
}

.aside-note-content b {
	display: block;
	margin-bottom: 4px;
}

.aside-note--open,
.aside-note:hover {
	background-color: tomato;
}

.aside-note--open .aside-note-content {
	display: block;
}

.aside-comment {
	background-size: auto 2rem;
	margin: 1em auto!important;
	overflow: hidden;
}

@media (min-width:620px) {
	.aside-comment {
		font-size: 80%
	}
}

.comment-author {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: auto;
}

.comment-author img {
	-webkit-flex: 0 0 60px;
	-ms-flex: 0 0 60px;
	flex: 0 0 60px;
	height: 60px;
	margin-right: 20px;
	border-radius: 2px;
}

.comment-author-description {
	color: #ccc;
	font-size: 14px;
	line-height: 16px;
}

.comment-content {
	margin-top: 20px;
	font-size: 1rem;
	line-height: 1.25rem;
}

@media (max-width:399px) {
	.aside-comment {
		-webkit-align-items: center;
		-ms-flex-align: center;
		-ms-grid-row-align: center;
		align-items: center;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.comment-author {
		margin: 0 0 20px;
	}
}

.banner {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 24px;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.banner--280 {
	height: 280px;
	width: 280px;
}

.banner--single {
	margin: auto;
	max-width: 1180px;
}

.banner--top {
	
	margin-bottom: 10px;
}

@media (max-width:399px) {
	.banner-desktop {
		display: none;
	}
}

@media (min-width:400px) {
	.banner-mobile {
		display: none;
	}
}

@media (min-width:1080px) {
	.banner--single {
		max-width: 1180px;
	}
	.banner--single iframe {
		-webkit-transform: scale(1.25);
		transform: scale(1.25);
	}
}

.banner img {
	margin: auto;
}

.banner--single iframe {
	width: 100%
}

.banner--square {
	height: 400px;
	width: 280px;
	margin-top: 20px;
	margin-left: 0px;
	margin-left: 0px;
	border: 1px #eaeaea solid;
	background-color: #eaeaea;
}

.banner--square.scroll-fixed {
	position: fixed;
	top: 100px;
	z-index: 101;
}

.blockquote {
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
	padding: 1em;
	margin-bottom: 1em!important;
	margin-top: 1em!important;
}

/* .blockquote:before {
	content: "";
	background: url(../images/quote.svg) 50% 50%/auto 20px no-repeat, linear-gradient(135deg, #eee, #ddd);
	float: left;
	width: 80px;
	height: 3em;
	margin-right: 20px;
} */

.blockquote p {
	margin: 0;
	margin-bottom: 15px;
}

@media (min-width:620px) {
	.blockquote {
		/* color: #777; */
	}
}

.button {
	background: blue;
	color: #fff;
	background-image: linear-gradient(#eee, #ccc);
	background-origin: border-box;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 2px;
	cursor: pointer;
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
	padding: 0 1em;
}

@media (max-width:619px) {

.button:active {
	color: rgba(0, 0, 0, .5);
}

}

.content {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	line-height: 1.3;
}

@media (max-width:619px) {
	.content {
		font-size: 1.125rem;
	}
}

@media (min-width:620px) {
	.content {
		font-size: 1.5rem;
		font-size: 20px;
	}
}

.content-link {
	color: #ff510d;
	border-bottom: 1px solid rgba(255, 81, 13, 0.3);
}

.content aside,
.content blockquote,
.content h3,
.content h4,
.content ol,
.content p,
.content table,
.content ul {
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
}

.content {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.lead {
	font-size: 25px;
	margin: -10px 0 40px;
}

.figure {
	position: relative;
}

.figure img {
	background: rgba(0, 0, 0, 0.1);
	margin: auto;
	width: 100%
}

.figure--embed,
.figure--gif,
.figure--small {
	margin: 40px auto;
	/*  max-width: 680px;*/
}

.figure--gif {
	padding: 0;
}

.figure--gif img {
	
}

.figure figcaption {
	display: block;
	max-width: 700px;
	margin: auto;
	color: #888;
	padding: .75rem 0;
	font-style: normal;
	font-size: 15px;
	line-height: 20px;
}

.image-grid {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 40px -10px;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.image-grid-item {
	margin: 0 10px;
	height: auto;
}

.person {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 40px auto;
	max-width: 680px;
	text-align: center;
}

.person img {
	border-radius: 50%;
	overflow: hidden;
}

.person h2 {
	font-family: suisse;
	font-size: 2em;
	font-weight: 600;
	line-height: 1;
	margin-top: .5em;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	text-align: center;
}

.footer {
	/* background: #fff; */
	/* box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1); */
	margin: 40px auto 0;
	max-width: 700px;
}

.footer .tags {
	padding: 10px 0;
}

.grid-container,
.grid-container2 {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: auto;
	/*height: 100%;
	min-height: 100%;*/
}

@media (min-width:620px) {
	.grid-container,
	.grid-container2 {
		width: 600px;
	}
}

@media (min-width:920px) {
	.grid-container,
	.grid-container2 {
		width: 900px;
	}
		
}

@media (min-width:1220px) {
	.grid-container,
	.grid-container2 {
		width: 1200px;
	}
}

.grid-container--reverse {
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.grid {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
	/* overflow: hidden; */
	position: relative;
	
	
}

.grid
{
	display:grid;
	grid-auto-flow: dense;
  grid-template-columns: repeat(12,[col] 1fr);
 
}

.grid-item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.grid-item {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 10px;
	
	
}






@media (min-width:1220px) 
{
	.grid-item {
		width: 300px;
		grid-column: auto / span 3;
	}
	
	.span-2 {
		width: 600px;
		grid-column: auto / span 6;
	}
}


@media (max-width:1219px) 
{
.grid-item {
		width: 300px;
		grid-column: auto / span 4;
	}
	
	.span-2 {
		width: 600px;
		grid-column: auto / span 8;
	}
}

@media (max-width:919px) 
{
.grid-item {
		width: 300px;
		grid-column: auto / span 6;
	}
	
	.span-2 {
		width: 600px;
		grid-column: auto / span 12;
	}
}



@media (max-width:619px) {
	.grid-item {
		margin: 0 auto;
		max-width: 420px;
		width: 100%;
		-webkit-flex: 1 100%;
		-ms-flex: 1 100%;
		flex: 1 100%;
		grid-column: auto / span 12;
	}
}



@media (max-width:920px) {
	.grid-news {
		display: none;
	}
	.grid-news-slide {
		display: block;
	}
	.viewpoints-desktop {
		display: none;
	}
	
}

.grid-podcast
{
	padding:0px;
	width:280px;
	margin-bottom:10px;
	
}


.grid-banner {
	display: flex;
	flex: 1;
	justify-content: center;
	background: #e5e5e5;
	height: 280px;
	overflow: hidden;
}

.grid-banner iframe {
	width: 280px;
}

.single-banner {
	background: rgba(0, 0, 0, 0.1);
	display: flex;
	flex: 1;
	justify-content: center;
	height: 200px;
	overflow: hidden;
	padding: 20px;
}

.single-banner iframe {
	width: 700px;
}

.header {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: auto;
	/* max-width: 1180px; */
	max-width: 700px;
	z-index: 1;
}

@media (min-width:640px) {
	.header {
		padding: 30px 0;
		/* text-align: center; */
		padding-top: 0;
	}
}

.header-meta {
	margin-bottom: 20px;
}

.header-meta .topic {
	color: #ff510d;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.2em;
	line-height: 1;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255, 81, 13, 0.3);
}

.article-meta {
	margin-top: 10px;
	line-height: 25px;
	max-width: 680px;
	position: relative;
	text-align: left;
}

.article-meta li {
	display: inline-block;
	padding-right: 1rem;
	position: relative;
}


/* @media (min-width:640px) {
	.article-meta {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}
} */

/* .heading {
	font-size: 1.2em;
	font-weight: 600;
	line-height: 1.2;
	margin-top: 2em;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
} */

.heading {
    border-top: 5px solid;
    border-bottom: 1px solid;
    font-weight: 600;
    line-height: 1;
    margin-top: 2em;
    padding: .5em 0;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    text-align: center;
}

.heading:first-child {
	margin-top: 0;
}

.image {
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}

.image img {
	background: rgba(0, 0, 0, 0.1);
	width: 100%
}

.image {
	padding: 0!important;
}

.image--column img {
	border-radius: 50%;
	margin: auto;
	width: auto;
}

.image-caption {
	position: absolute;
	bottom: .25rem;
	right: 1rem;
	color: #fff;
	font-size: .75rem;
}

.image-author {
	display: block;
	/* color: #ccc; */
	font-size: 12px;
	/* font-weight: 600; */
	/* line-height: 1; */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ordered-list {
	list-style-position: inside;
}

.ordered-list,
.unordered-list {
	margin-top: 1em;
	counter-reset: card-counter;
}

.ordered-list-item,
.unordered-list-item {
	padding: .5em 0 .5em 20px;
	position: relative;
}

.unordered-list-item:before {
	content: "◊";
	left: 0;
	width: 30px;
	position: absolute;
}

.menu {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: auto;
	width: 400px;
}

@media (max-width:919px) {
	.menu {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		line-height: 40px;
	}
}

@media (max-width:1219px) {
	.menu {
		font-size: 20px;
	}
}

.menu-item {
	-webkit-flex: 1 auto;
	-ms-flex: 1 auto;
	flex: 1 auto;
	position: relative;
}

.menu-link {
	display: block;
	padding: 0 20px;
}

@media (max-width:919px) {
	.menu-item: not(:first-child) .menu-link {
		border-top: 1px solid hsla(0, 0%, 100%, .1);
	}
	.menu-link:active {
		background: rgba(0, 0, 0, .2);
	}
	.menu-link:before {
		background: transparent;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		content: '';
		z-index: 1;
	}
}

@media (min-width:640px) {
	.menu {
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.menu-item {
		-webkit-flex: none;
		-ms-flex: none;
		flex: none;
	}
	.menu-item:not(:first-child) {
		margin-left: -1px;
	}
	.menu-item:first-child {
		border-radius: 2px 0 0 2px;
	}
	.menu-item:last-child {
		border-radius: 0 2px 2px 0;
	}
	.menu-link {
		padding: 0 10px;
	}
}

.menu--selected {
	color: tomato!important;
	position: relative;
}

.nav {
	background: #fff;
	border-color: #eee;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 4;
	margin: 0 auto;
	bottom: auto;
	left: 0;
	right: 0;
	width: auto;
	font-size: 22px;
}

@media (max-width:919px) {
	.nav {
		height: 50px;
		line-height: 50px;
	}
}

@media (min-width:920px) {
	.nav {
		height: 60px;
		line-height: 60px;
	}
}

.nav-container {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
	margin: auto;
	padding: 0 10px;
	position: relative;
}

.nav-container,
.nav-menu {}

.nav-menu {
	border-width: 0 1px;
	padding: 0 0;
}

@media (max-width:919px) {
	.nav-toggle {
		margin: 5px 15px;
		transition: -webkit-transform .2s ease-in-out;
		transition: transform .2s ease-in-out;
		transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
		will-change: transform;
	}
	.nav--active .nav-toggle {
		background: url(../images/icon-up.svg) 50% 50%/18px 12px no-repeat;
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	.nav-menu {
		overflow: hidden;
		padding: 0;
		position: absolute;
		left: 0;
		bottom: 100%;
		right: 0;
		background: #333;
		color: #fff;
		transition: -webkit-transform .2s ease-in-out;
		transition: transform .2s ease-in-out;
		transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
		will-change: transform;
	}
	.nav-menu .menu-item {
		padding: 0 15px;
	}
	.nav-menu .menu-item:first-child {
		padding-top: 15px;
	}
	.nav-menu .menu-item:last-child {
		padding-bottom: 15px;
	}
	.menu {
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		transition: -webkit-transform .2s ease-in-out;
		transition: transform .2s ease-in-out;
		transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
		-webkit-transform: translate3d(0, 50%, 0) rotateX(0deg);
		transform: translate3d(0, 50%, 0) rotateX(0deg);
		will-change: transform;
	}
	.nav--active .nav-menu {
		-webkit-transform: translate3d(0, 100%, 0) rotateX(0deg);
		transform: translate3d(0, 100%, 0) rotateX(0deg);
	}
	.nav--active .nav-menu .menu {
		-webkit-transform: translateZ(0) rotateX(0deg);
		transform: translateZ(0) rotateX(0deg);
	}
}

.nav-logo {
	background: url(../images/test1.svg) 50% 50% no-repeat;
	background-size: auto 60px;
	border-width: 0 1px;
	height: 60px;
	-webkit-perspective: 100;
	perspective: 100;
	width: 240px;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.nav-logo .logo {
	display: block;
	position: relative;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
	z-index: 2;
}

.nav-container:after {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-color: inherit;
	box-sizing: border-box;
	color: transparent;
	height: 60px;
	text-align: center;
	z-index: 2;
}

@media (max-width:919px) {
	.nav-logo {
		background-size: auto 40px;
	}
	.nav-toggle {
		background: url(../images/icon-nav.svg) 50% 50% no-repeat;
		background-size: 23px 23px;
		bottom: 0;
		position: absolute;
		padding: 0 15px;
		right: 0;
		margin: 0;
		top: 0;
		width: 50px;
		z-index: 3;
	}
}

.news {
	background: #fff;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
	height: 0;
	padding: 1rem;
	position: relative;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	overflow: hidden;
}

.news2 {
	background: #fff;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
	padding: 1rem;
	position: relative;
	overflow: hidden;
}

.news h4,
.news2 h4,
.k-new-right h4 {
	background: #ff510d;
	border-bottom: 1px solid #eee;
	color: #fff;
	font-family: suisse;
	font-size: 20px;
	font-weight: 600;
	line-height: 40px;
	margin: 0px;
	padding: 0 1rem;
	margin-bottom: 10px;
}

.news-item {
	margin-bottom: .5rem;
	padding-bottom: .5rem;
	position: relative;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.news-item>div {
	display: inline;
}

.news-item .news-name1 {
	color: #ff510d;
	font-size: 14px;
	line-height: 1.3;
}

.poll {
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
	padding: 1em;
	margin-bottom: 1em!important;
	margin-top: 1em!important;
}

.poll-title {
	font-size: 1em;
	margin-bottom: 1rem;
	margin-top: 0;
}

.poll-item {
	margin-bottom: .25rem;
	position: relative;
}

.poll-label {
	background: var(--background);
	cursor: pointer;
	display: block;
	overflow: hidden;
	padding: .75rem 1rem;
	position: relative;
}

.poll-label:hover {
	background: #ddd;
}

.poll-label--selected,
.poll-label--selected:hover {
	background: #ccc;
}

.poll-label:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 80rem;
	height: 100%
}

.poll-option {
	display: none;
}

.poll-meta {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 15px 0 0;
	font-size: 16px;
}

@media (max-width:399px) {
	.poll-meta {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.poll-meta-caption {
	padding: .25rem 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.poll-meta-vote {
	border: 1px solid rgba(255, 99, 71, .3);
	color: tomato;
	overflow: hidden;
	margin-left: auto;
	opacity: 1;
	transition: opacity .3s ease-in;
	position: relative;
}

.poll-meta-vote:disabled {
	border-color: rgba(0, 0, 0, .1);
	color: rgba(0, 0, 0, .2);
}

.poll-results-bar {
	-webkit-animation: b .5s ease-out forwards;
	animation: b .5s ease-out forwards;
	background: currentcolor;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%
}

.poll-results-label {
	display: block;
	overflow: hidden;
	padding: .75rem 1rem;
	position: relative;
	color: #ff510d;
}

@-webkit-keyframes b {
	0% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes b {
	0% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.post {
	background: #fff;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

@media (max-width:619px) {
	.post {
		margin: 0 auto;
		max-width: 420px;
	}
}

@media (min-width:620px) {
	.post {
		min-height: 280px;
	}
}

.post .block-link:before {
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
}

.post-data {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 1 auto;
	-ms-flex: 1 auto;
	flex: 1 auto;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (max-width:619px) {
	.post-data {
		font-size: 14px;
		line-height: 16px;
		max-width: 420px;
		padding: .75rem 1.5rem;
		padding: 10px 0;
	}
}

@media (min-width:620px) {
	.post-data {
		font-size: 16px;
		line-height: 20px;
	}
	.post--grid .post-data {
		padding: .75rem 1.25rem;
		padding: 1rem 0;
	}
}

.post-data p span {
	color: #333;
	font-weight: 700;
}

.post-image {
	background: linear-gradient(135deg, #eee, #ddd);
	background: rgba(0, 0, 0, .1);
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
}

.post-image picture {
	margin: 0 -10px;
	height: 100%;
}

.post-image img {
	height: auto;
	width: auto;
}

.post-image div.fimg {
	height: 149px;
	width: 280px;
}

.post .post-image--column img {
	border: solid #fff;
	border-radius: 50%;
	-webkit-filter: grayscale();
	filter: grayscale();
	height: 100px;
	width: 100px;
}

.post-data {
	font-family: jsn, helvetica neue, sans-serif;
	padding: 0 17px;
	-webkit-flex: 1 auto;
	-ms-flex: 1 auto;
	flex: 1 auto;
	border-top: 2px solid #ff510d;
	padding-top: 25px;
}

.post-title {
	margin: 10px 0;
	font-size: 14px;
	font-family: jsn, helvetica neue, sans-serif;
	font-weight: bold;
	line-height: 1.2;
}

.post-title--small {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.post-meta {
	margin-bottom: 20px;
}

.post-meta span.topic {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: jsn, helvetica neue, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #ff510d;
	border-radius: 2px;
	color: #fff;
}

.post-meta span.author {
	font-size: 11px;
	padding-left: 30px;
	width: 100px;
}

.post--column {}

.span-2 .list-count-layer span {
	margin-bottom: 10px;
	font-size: 190px;
}

.span-2 .list-title-layer {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1;
	position: absolute;
	top: 0;
	z-index: 3;
	right: 40px;
	margin: auto;
	width: 200px;
	height: 100%;
	font-size: 22px;
	color: #f3f1f1;
}

.span-2 .list-title-layer span {
	margin-bottom: 20px;
}

@media (min-width:620px) {
	.span-2 .post {
		color: #fff;
	}
	.span-2 .post-image {
		bottom: 0;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: -1;
	}
	.span-2 .post-image img {
		height: auto;
		margin: auto;
	}
	.span-2 .post-image div.fimg {
		height: 100%;
		width: 580px;
		margin: auto;
	}
	.post-image:after {
		background: rgba(0, 0, 0, .1);
		bottom: 0;
		content: '';
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}
	.span-2 .post-image:after {
		background: rgba(0, 0, 0, .3);
	}
	.span-2 .post-data {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: flex-end;
		justify-content: flex-end;
	}
	.span-2 .post-title {
		font-size: 22px;
		text-align: left;
		text-shadow: 0 1px 1px #261505;
	}
	.span-2 .post-meta {
		color: #f3f1f1;
	}
	.span-2 .post-meta.list {
		margin-bottom: 25px;
		margin-left: 15px;
	}
	.span-2 .post-title.list {
		display: none;
	}
	.span-2 .post-data {
		padding: 0 25px;
		border-top: none;
	}
	.span-2 .post-meta span.topic {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 6px;
		padding-bottom: 6px;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		
		border-radius: 2px;
	}
	.span-2 .post-meta span.author {
		font-size: 12px;
		text-shadow: 0 1px 1px #261505;
		padding-left: 30px;
	}
}

.profile {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.profile-image {
	height: 8rem;
	position: relative;
	width: 100px;
}

.profile-image img {
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.profile-data {
	padding: 30px;
}

.profile-title {
	color: #111;
	font-family: suisse;
	font-size: 24px;
	font-weight: 800;
	line-height: 1;
}

@media (min-width:320px) and (max-width:919px) {
	.profile-title {
		font-size: 7.5vw;
	}
}

@media (min-width:920px) {
	.profile-title {
		font-size: 67.5px;
	}
}

.profile-description {
	font-size: 1.25rem;
}

.search {
	float: right;
	padding-top: 7px;
}

.search_mobile {
	display: none;
	;
}

.search-field {
	height: 32px;
	float: left;
	background: #fff;
	border: 0;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 2px 0 0 2px;
	display: block;
	font-size: 18px;
	line-height: inherit;
	padding: 0 1em;
	width: 250px;
}

.search-button {
	background: linear-gradient(#555, #333);
	border-radius: 0 2px 2px 0;
	float: left;
	margin-left: -1px;
	position: relative;
}

.section {
	padding-left: 20px;
	padding-right: 20px;
	
	min-height: 400px;
}

.section2 {
	padding-left: 20px;
	padding-right: 10px;
}

.section--content {
	width: 1180px;
}

.section--top {
	
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	min-height:auto;
}

.section:last-of-type {
	padding-bottom: 40px;
}

.section--grid {
	padding: 0;
}

@media (min-width:620px) {
	.section--grid {
		padding-top: 20px;
	}
}

.share {
	height: 80px;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 40px;
}

.share,
.share-button {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.share-button {
	color: inherit;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 10px;
	padding: .75rem .5rem;
	position: relative;
}

.share-button .icon {
	margin-right: 10px;
	width: 48px;
	height: 48px;
}

.share-count {
	font-weight: 700;
	padding: inherit;
	position: absolute;
	right: 0;
	top: 0;
}

.sponsor {
	margin: 20px 0;
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 20px;
	position: relative;
}

.sponsor h4 {
	margin: 0 1rem 0 0;
	font-size: 1em;
}

.sponsor-image {
	margin-right: 20px;
	height: auto;
	width: 60px;
}

.sponsor-caption {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.sponsor-url {
	background: var(--background);
	border-radius: .25rem;
	height: 2rem;
	font-weight: 700;
	line-height: 2rem;
	margin-left: 2rem;
	padding: 0 2rem;
}

@media (max-width:480px) {
	.sponsor-url {
		display: none;
	}
}

.tag-caption {
	color: rgba(0, 0, 0, .4);
	font-size: 14px;
}

.tag-caption,
.tag-name {
	display: block;
	line-height: 1;
}

.tag-name {
	color: #111;
	font-family: suisse;
	font-size: 24px;
	font-weight: 800;
}

@media (min-width:320px) and (max-width:919px) {
	.section--content {
		width: 100%;
	}
	.tag-name {
		font-size: 7.5vw;
	}
}

@media (min-width:920px) {
	.tag-name {
		font-size: 67.5px;
	}
}

.tags {
	display: table;
	table-layout: fixed;
	line-height: 1.5rem;
	width: 100%
}

.tags-label {
	margin: 0;
	font-size: 1em;
	font-weight: 700;
	line-height: inherit;
}

.tags-list li {
	display: inline-block;
	margin-right: 1em;
	vertical-align: top;
}

@media (min-width:360px) {
	.tags-label {
		width: 100px;
	}
	.tags-label,
	.tags-list {
		display: table-cell;
	}
}

.test {
	background: #fff;
	border-radius: 2px;
	font-size: 22px;
	line-height: 24px;
	margin: auto;
	max-width: 1000px;
	overflow: hidden;
}

.test,
.test-section {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.test-section {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-right: -100%;
	opacity: 0;
	position: relative;
	transition: opacity .3s ease-in;
	width: 100%
}

.test-section--active {
	opacity: 1;
	z-index: 1;
}

.test-section-image {
	background: rgba(0, 0, 0, .1);
	margin: 10px;
}

.test-section-image img {
	opacity: 1!important;
}

.test-section-content {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 20px;
}

.test-section-content,
.test-section-meta {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.test-section-meta {
	padding: 15px 20px;
	font-size: 16px;
}

.test-section-sponsor {
	background: rgba(255, 192, 0, .1);
	display: block;
}

.test-section-sponsor a {
	color: tomato;
}

.test-progress {
	padding: .25rem 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.test-result {
	-webkit-align-items: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.test-group {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: auto;
	max-width: 800px;
}

.test-result h1 {
	font-size: 100px;
}

.test-next {
	background: none;
	border: 1px solid rgba(255, 99, 71, .3);
	color: tomato;
	cursor: pointer;
	display: block;
	font-weight: 600;
	overflow: hidden;
	padding: .25rem 1.5rem;
	margin-left: auto;
	opacity: 1;
	transition: opacity .3s ease-in;
	border-radius: 2px;
	font-weight: 700;
	position: relative;
}

.test-next:disabled {
	border-color: rgba(0, 0, 0, .1);
	color: rgba(0, 0, 0, .2);
}

.test-title {
	margin-bottom: 1rem;
	margin-top: 0;
}

.test-answer {
	color: rgba(0, 0, 0, .5);
	position: relative;
}

.test-answer--correct {
	color: green;
}

.test-answer--wrong {
	color: inherit;
}

.test-label {
	cursor: pointer;
	display: block;
	overflow: hidden;
	padding: .75rem 0;
	padding-left: 60px;
	position: relative;
}

.test-label:before {
	background-color: currentcolor;
	opacity: .1;
	background-size: 20px 16px;
}

.test-label:after,
.test-label:before {
	display: block;
	content: "";
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border-radius: 4px;
	height: 2rem;
	width: 40px;
	position: absolute;
	left: 0;
	top: .5rem;
}

.test-label:after {
	background-size: 31px 31px;
}

.test-label--enabled:hover:after {
	background-image: url('data:image/svg+xml;utf8, <svg xmlns="http: //www.w3.org/2000/svg" viewBox="0 0 31 31"><path d="M12.499, 17.5 L8.499, 13.499 L5.5, 16.5 L12.499, 23.499 L25.5, 10.5 L22.499, 7.5 L12.499, 17.5 Z" fill="%23FF6346"></path></svg>');
}

.test-answer--correct .test-label:after {
	background-image: url('data:image/svg+xml;utf8, <svg xmlns="http: //www.w3.org/2000/svg" viewBox="0 0 31 31"><path d="M12.499, 17.5 L8.499, 13.499 L5.5, 16.5 L12.499, 23.499 L25.5, 10.5 L22.499, 7.5 L12.499, 17.5 Z" fill="green"></path></svg>');
}

.test-answer--wrong .test-label:after {
	background-image: url('data:image/svg+xml;utf8, <svg xmlns="http: //www.w3.org/2000/svg" viewBox="0 0 31 31"><path d="M20, 8 L15.5, 12.5 L11, 8 L8, 11.001 L12.5, 15.501 L8, 20.001 L11, 23 L15.5, 18.5 L20, 23 L23.001, 20.001 L18.501, 15.501 L23.001, 11.001 L20, 8 Z" fill="%23333"></path></svg>');
}

.answer-comment {
	color: #333;
	font-size: 16px;
	line-height: 20px;
	margin-top: 5px;
}

.test-option {
	display: none;
}

.test-results-bar {
	-webkit-animation: b .5s ease-out forwards;
	animation: b .5s ease-out forwards;
	background: currentcolor;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%
}

.group--test {
	background: var(--background-tint);
}

.title {
	/* color: #111; */
	/* font-family: suisse; */
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
}

@media (min-width:320px) and (max-width:919px) {
	.title {
		font-size: 7.5vw;
	}
}

@media (min-width:920px) {
	.title {
		font-size: 67.5px;
	}
}

.toolbar {
	left: 0;
	margin: auto;
	margin-bottom: -2rem;
	right: 0;
	top: 1rem;
	max-width: 24rem;
	position: relative;
	z-index: 3;
}


/* @media (max-width:1023px) {
	.toolbar {
	top: 2rem;
}
} */

.toolbar-buttons {
	border-collapse: collapse;
	border-radius: 2rem;
	display: table;
	margin: 0;
	overflow: hidden;
	table-layout: fixed;
	width: 100%
}

.toolbar-button {
	cursor: default;
	border-color: transparent;
	border-style: solid;
	border-width: 0 2px;
	display: table-cell;
	line-height: 2rem;
	text-align: center;
}

.toolbar-button:first-child {
	border-left-width: 0;
}

.toolbar-button:last-child {
	border-right-width: 0;
}

.toolbar-link {
	background: #000;
	color: #fff;
	display: block;
}

.toolbar-link:hover {
	background: #ff8000;
}

.toolbar-link--disabled {
	background: #000;
	color: gray;
	display: block;
}


/* @media (min-width:1024px) {
	.toolbar {
	left: 19rem;
}
} */

.social a {
	padding: 7px;
	font-size:20px;
}

.social {
	text-align: center;
	margin-top:5px;
	margin-bottom:10px;
}

.social a:hover {
	color: #000;
}

a.menu-link:hover {
	color: tomato;
}

.cards-count-layer {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1;
	position: absolute;
	top: 0;
	z-index: 3;
	color: #ff510d;
	font-size: 19px;
}

.cards-count-layer {
	margin: auto;
	width: 100%;
	height: 100%;
}

.test-pict-layer {
	display: block;
	line-height: 1;
	position: absolute;
	top: 17px;
	z-index: 3;
	color: #ff510d;
	left: 50%;
	width: 32px;
	margin-left: -16px;
}

.test-pict-layer.big {
	width: 46px;
	top: 29px;
	margin-left: -23px;
}

.cards-count-layer span {
	color: #ff510d;
	display: block;
	font-size: 60px;
	font-weight: bold;
	margin-bottom: -5px;
}

.list-count-layer {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1;
	position: absolute;
	top: 0;
	z-index: 3;
	right: 40px;
}

.list-count-layer {
	margin: auto;
	width: 100%;
	height: 100%;
}

.list-count-layer span {
	color: #fff;
	display: block;
	font-size: 170px;
	margin-bottom: -20px;
}

.list-event {
	border-width: 0 0 1px;
	border-style: solid;
	font-size: 15px;
	line-height: 18px;
	padding: 10px 0;
	position: relative;
}

.list-event-time {
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	margin: 0 10px 0 0;
	padding: 4px 0 2px;
	vertical-align: middle;
}

.list-event-name {
	display: inline;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.search-button,
input.search-field {
	border: 1px solid rgba(0, 0, 0, .1);
}

@media (max-width:1219px) {
	.search {
		display: none;
	}
	.search_mobile {
		display: block;
		margin-right: 0;
	}
	.menu {
		width: 400px;
	}
	.nav-menu {
		padding: 0 20px;
	}
	.nav-logo {
		background-size: auto 45px;
		height: 45px;
		width: 170px;
		margin-top: 5px;
	}
	.search-field {
		width: 160px;
	}
}

.cgk_pc {
	display: block;
}

.cgk_mobile {
	display: none;
}

@media (max-width:919px) {
	.search {
		padding-top: 5px;
		display: none;
	}
	.search_mobile {
		display: block;
		margin-right: 50px;
	}
	.social {
		margin-right: 50px;
	}
	.cgk_pc {
		display: none;
	}
	.cgk_mobile {
		display: block;
	}
}

.title {
	color: #ff510d;
	font-size: 2.5rem;
}

@media (max-width:1219px) {
	.section {
		padding-left: 20px;
		padding-right: 20px;
	}
	.main2 {
		padding-top: 10px;
		padding-bottom: 20px;
		width: 100%;
		min-height: 100%;
		height: 100%;
	}
}

@media (min-width:1220px) {
	.main2 {
		padding-top: 10px;
		padding-bottom: 20px;
		width: 900px;
		min-height: 100%;
		height: 100%;
	}
}

@media (max-width:954px) {
	.grid-container2 {
		width: 100%;
	}
}

@media (max-width:620px) {
	.nav-logo {
		background-size: auto 35px;
		height: 35px;
		width: 140px;
		margin-top: 5px;
	}
	.span-2 .list-title-layer {
		display: none;
	}
}

@media (max-width:500px) {
	.social {
		margin-right: 10px;
	}
	.section {
		padding-left: 5px;
		padding-right: 5px;
	}
}

svg.renderer-svg {
	margin: auto;
	max-width: 640px;
	fill: #fff;
	text-rendering: optimizeLegibility;
}

svg {
	display: block;
	-moz-transform: translate(0);
	width: 100%;
	height: auto;
}

iframe,
svg {
	overflow: hidden;
}

.content .figure {
	/* margin-left: -20px;
	margin-right: -20px;*/
}

.figure {
	margin-bottom: 30px;
	margin-top: 30px;
	position: relative;
}

figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

.d4 {
	font-size: 20px;
}

.d4 .axis .tick line {
	fill: none;
	stroke: #ddd;
	stroke-width: 1px;
}

text {
	fill: currentcolor;
}

.d4 .column-label {
	fill: #666;
}

.d4 .concealer-label rect {
	fill: #f7f7f7;
}

.d4 .concealer-label text {
	fill: #666;
}

text[data-color-index="0"] {
	fill: tomato;
}

.d4 line.zero {
	stroke: #333;
	shape-rendering: crispEdges;
}

.entry {
	background: #fff;
}

.color-index-0,
.d4 .axis .tick text[data-color-index="0"],
rect[data-color-index="0"],
text[data-color-index="0"] {
	fill: tomato;
}

* {
	border-color: inherit;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.hidden-svg {
	visibility: hidden;
}

.d4 .axis .tick text {
	fill: #666;
	shape-rendering: crispEdges;
	text-anchor: middle;
}

.d4 .axis.leftAxis text,
.d4 .axis.rightAxis text {
	text-anchor: end;
}

.social.mob {
	display: none;
}

@media (max-width:420px) {
	.social {
		display: none;
	}
	.social.mob {
		display: block;
		text-align: left;
		padding-left: 15px;
	}
}

@media (min-width:620px) {
	.feater-fon-sm {
		display: block;
	}
	.feater-fon-bg {
		display: none;
	}
}

@media (max-width:619px) {
	.feater-fon-sm {
		display: none;
	}
	.post-image img.fimg.feater-fon-bg {
		display: block;
		width: auto;
		height: auto;
	}
	.span-2 .list-count-layer span,
	.list-count-layer span {
		margin-bottom: 10px;
		font-size: 150px;
		margin-left: 50px;
	}
}

@media (max-width:400px) {
	.span-2 .list-count-layer span,
	.list-count-layer span {
		margin-bottom: 10px;
		font-size: 120px;
		margin-left: 100px;
	}
}

.imgcol {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1000;
}

.project,
.project-count {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.project {
	background: #fff;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: left;
	margin-bottom: 20px;
}

.project>div {
	padding: 15px 20px;
}

.project-count {
	border-left: 1px solid rgba(0, 0, 0, .1);
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 14px;
	line-height: 1;
	text-align: center;
}

.project,
.project-count {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.project-count span {
	display: block;
	font-size: 30px;
	text-align: center;
}

.project div+div {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.project>div {
	padding: 15px 20px;
}

.project-description {
	color: #333;
	font-size: 18px;
	margin: 0;
}

.project a {
	display: block;
	font-size: 1.125rem;
	padding-bottom: 5px;
}

.share-social {
	font-size: 34px;
}

.entry-meta {
	color: #aaa;
	font-size: 14px;
	margin-top: 3px;
}

.entry-meta a {
	color: tomato;
}

.entry-header time {
	white-space: nowrap;
}

.online-banner::before {
	-webkit-animation: b 2s linear infinite;
	animation: b 2s linear infinite;
	background: #fff;
	border-radius: 50%;
	content: "";
	margin-right: 1rem;
	display: block;
	height: 1.5rem;
	width: 1.5rem;
	-webkit-flex: 0 0 1.5rem;
	-ms-flex: 0 0 1.5rem;
	flex: 0 0 1.5rem;
}

.online-banner {
	background: tomato;
	border-radius: 4px;
	font-size: 20px;
	color: #fff;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.group2 {
	padding: 20px;
}

.update-time {
	display: inline-block;
	background: #eee;
	border-radius: 2px;
	font-size: 14px;
	line-height: 1;
	margin: 0 10px 0 0;
	padding: 4px 10px 2px;
	vertical-align: middle;
	text-align: center;
}

.author img {
	margin: auto;
	position: absolute;
	bottom: -9999px;
	left: -9999px;
	right: -9999px;
	top: -9999px;
	height: 100%;
	width: auto;
	max-width: none;
}

.author figcaption {
	position: absolute;
	bottom: 0;
	color: hsla(0, 0%, 100%, .7);
	padding: 15px 20px;
	font-size: 12px;
	line-height: 1;
	width: 100%;
	z-index: 5;
}

.author-name {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 3px;
}

.details {
	margin: 0 0 1rem;
	position: relative;
}

.details-label {
	font-weight: 700;
	left: 0;
}

.details-value a {
	color: tomato;
}

.online .block-link {
	color: #000;
}

.post-title.online {
	text-shadow: none;
}

.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 99999;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	display: none;
	pointer-events: none;
}

.modalDialog:target {
	display: block;
	pointer-events: auto;
}

.modalDialog.hide {
	display: none;
	pointer-events: none;
}

.modalDialog>div {
	width: 90%;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	background: #fff;
}

.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover {
	background: #00d9ff;
}

.container--card {
	counter-reset: a;
	position: relative;
}

.container--card .content {
	padding-top: 40px;
}

.card-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.card {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .1);
	margin: auto;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}

.card:hover .card-title h2 {
	color: tomato;
}

.card-header {
	background: #783c00;
	border: solid #ff8000;
	display: table-cell;
	padding: 2rem;
	position: relative;
	text-align: center;
	vertical-align: middle;
	z-index: 1;
}

.card section {
	color: #777;
	line-height: 1.25rem;
	margin-top: 20px;
	position: relative;
}

.card-title {
	cursor: pointer;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.card-title h2 {
	color: #333;
	font-size: 1.5rem;
	font-weight: 400;
	padding: 20px 0;
}

.card-title:before {
	border-right: 1px solid rgba(0, 0, 0, .1);
	content: counter(a, decimal);
	counter-increment: a;
	color: tomato;
	-webkit-flex: 0 0 60px;
	-ms-flex: 0 0 60px;
	flex: 0 0 60px;
	font-size: 24px;
	margin-right: 20px;
	padding: 20px;
	left: 0;
	top: 0;
	text-align: center;
}

.card--open .card-content {
	display: block;
	padding-left: 20px;
	padding-right: 20px;
}

.card-content {
	display: none;
}

.profile-image img {
	width: 240px;
}


}
.profile-data {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 1rem 0;
}
.profile-title {
	font-size: 1.5rem;
	font-weight: 600;
}
.profile-description {
	margin: 10px 0;
}
.profile-links {
	color: tomato;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	line-height: 20px;
	margin-top: auto;
}
.profile-links-item {
	margin-right: 10px;
}
.profile-links span {
	border-radius: 2px;
	display: block;
	margin: 2px;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.aside-sponsor {
	border: 2px solid tomato;
	margin-bottom: 1.5rem;
	padding: 20px;
	position: relative;
}
@media (min-width:512px) {
	.aside-sponsor {
		float: right;
		margin-left: 2rem;
		width: 16rem;
	}
}
.aside-sponsor img {
	margin-bottom: 1rem;
}
.aside-sponsor-url {
	margin-top: 1rem;
	color: tomato;
}
.aside-sponsor h4,
.aside-sponsor p {
	margin: 0;
	text-align: inherit;
}
.aside-sponsor-description {
	font-size: 14px;
	line-height: 16px;
}
@media (max-width:600px) {
	h1.title {
		font-size: 24px;
	}
}
.itemdate {
	background-color: #f2f2f2;
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	font-size: 16px;
}
a.zayavka {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: jsn, helvetica neue, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #ff510d;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
}
button.send-zayavka {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: jsn, helvetica neue, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #ff510d;
	border-radius: 2px;
	color: #fff;
	display: block;
	margin-top: 20px;
	cursor: pointer;
}
#zayavka input[type="text"] {
	width: 100%;
	height: 32px;
	padding: 0 1em;
	border: 1px solid rgba(0, 0, 0, .1);
	margin: 10px 0;
}
#zayavka textarea {
	width: 100%;
	height: 100px;
	padding: 0 1em;
	border: 1px solid rgba(0, 0, 0, .1);
	margin: 10px 0;
}
#zayavka.modalDialog>div {
	width: 60%;
}
@media (max-width:600px) {
	#zayavka.modalDialog>div {
		width: 90%;
	}

	.card-title h2 {
		font-size: 16px;
		width: 100%;
	}

	.card-title:before {
		flex: 20px;
		-webkit-flex: 20px;
	}
}
.opinion-nav {
	height: 200px;
	margin-bottom: 20px;
	position: relative
}
.opinion-nav,
.opinion-nav-count {
	background: #fff;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.opinion-nav-count {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	width: 16rem;
	height: 6rem;
	z-index: 3;
	text-align: center;
	line-height: 6rem;
	font-size: 4rem;
}
.opinion-nav-count-item {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.opinion-nav-count-leader {
	background: tomato;
	color: #fff
}

@media (max-width:1220px) {
	.opinion-nav-count {
		width: 8rem;
		height: 3rem;
		line-height: 3rem;
		font-size: 2rem;
		top:auto;
	}
}


@media (max-width:479px) {
	.opinion-nav-count {
		width: 8rem;
		height: 3rem;
		line-height: 3rem;
		font-size: 2rem;
		top:auto;
	}
}
.opinion-nav-item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow: hidden;
	position: relative
}
.opinion-nav-item:first-child {
	border-right: solid #fff
}
.opinion-nav-item:last-child {
	border-left: solid #fff
}
.post-opinion-nav {
	height: 200px;
	margin-bottom: 20px;
	position: relative
}
.post-opinion-nav,
.post-opinion-nav-count {
	background: #fff;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.post-opinion-nav-count {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	width: 200px;
	height: 60px;
	z-index: 3;
	text-align: center;
	line-height: 60px;
	font-size: 40px;
	font-family: numbers
}
.post-opinion-nav-count-item {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.post-opinion-nav-count-leader {
	background: tomato;
	color: #fff
}
@media (max-width:479px) {
	.post-opinion-nav-count {
		width: 12rem;
		height: 4rem;
		line-height: 4rem;
		font-size: 3rem
	}
}
.post-opinion-nav-item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow: hidden;
	position: relative
}
.opinion-nav-item-content {
	display: none;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #888;
	font-size: 15px;
	line-height: 18px
}
.opinion-nav-item-content p {
	margin: 0
}
.opinion-button {
	background: #eee;
	border-radius: 2px;
	margin-top: auto;
	display: block;
	overflow: hidden;
	max-width: 300px;
	background-image: linear-gradient(#fefefe, #e5e5e5);
	background-origin: border-box;
	border: 1px solid rgba(0, 0, 0, .1);
	color: #333;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-left: -1px;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 20px;
	position: relative;
	text-align: center
}
.opinion-label {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 16px 20px 14px;
	cursor: pointer;
	position: relative;
	z-index: 5
}
.opinion-button:after {
	-webkit-animation: a 2s linear infinite;
	animation: a 2s linear infinite;
	background-image: linear-gradient(45deg, transparent 25%, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .1) 50%, transparent 0, transparent 75%, rgba(0, 0, 0, .1) 0);
	background-size: 2rem 2rem;
	content: '';
	display: block;
	opacity: 0;
	position: absolute;
	transition: opacity .5s cubic-bezier(.25, .1, .25, 1);
	left: 0;
	top: 0;
	width: 1000px;
	height: 100%
}
.progress:after {
	opacity: 1
}
.opinion-count {
	border-left: 1px solid rgba(0, 0, 0, .1);
	color: rgba(0, 0, 0, .3);
	padding: 16px 16px 14px;
	width: 60px;
	text-align: center
}
.opinion-option {
	display: none
}
.opinion-nav-item-name {
	color: #333;
	font-size: 16px
}
.opinion-nav-item img {
	bottom: -9999px;
	left: -9999px;
	margin: auto;
	max-width: none;
	position: absolute;
	right: -9999px;
	top: -9999px
}
@media (max-width:479px) {
	.opinion-nav-item {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.opinion-nav-item-content p {
		display: none
	}
}
@media (min-width:1380px) {
	.opinion-nav {
		height: 250px
	}

	.opinion-nav-item img {
		height: 250px;
		width: 500px
	}
}
.opinion-subtitle {
	color: #888;
	font-size: 16px
}
.story-container {
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (min-width: 580px) {
	.story-container {
		background: rgba(0, 0, 0, 0.1);
		padding: 5%;
	}
}
.story-container .story {
	max-width: 400px;
	border-radius: 4px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
}
.story {
	display: flex;
	overflow: hidden;
	position: relative;
	/* padding: 5%; */
}
.story-progress {
	padding: 15px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	display: flex;
	z-index: 2;
}
.story-progress-item {
	background: rgba(255, 255, 255, 0.3);
	border-radius: 3px;
	flex: 1;
	height: 5px;
	margin: 4px;
	position: relative;
	overflow: hidden;
	transform: perspective(100);
}
.story-progress-item::after {
	content: '';
	display: block;
	position: absolute;
	right: 100%;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}
.story-progress-item--prev {
	background: #fff;
}
.story-progress-item--current::after {
	-webkit-animation: story-progress-item 5s linear forwards;
	animation: story-progress-item 5s linear forwards;
	opacity: 1;
}

@-webkit-keyframes story-progress-item {
	to {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}

@keyframes story-progress-item {
	to {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}
.story-content {
	display: flex;
	overflow: hidden;
}
.story-content::before {
	content: "";
	display: block;
	width: 0;
	padding-top: 150%;
}
.story-slide {
	transition-property: opacity, transform, visibility;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
	transform-origin: 0 100%;
	position: relative;
}
.story-slide--current {
	z-index: 1;
}
.story-cover {
	z-index: 2;
}
.story-slide--prev {
	opacity: 0;
	transform: rotateZ(-15deg);
	visibility: hidden;
	z-index: 2;
}
.story-slide--next {
	z-index: -1;
}
.story-section {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	background: #ccc;
	color: #fff;
	width: 100%;
	margin-right: -100%;
	overflow: hidden;
}
.story-section::before {
	content: "";
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.story-section p {
	font-size: 16px;
}
.story-group {
	padding: 30px;
}
.story-tagline {
	background: #ff510d;
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.2em;
	line-height: 1;
	text-transform: uppercase;
	margin: 0;
	padding: 5px 10px;
	position: absolute;
	left: 30px;
	top: 30px;
}
.story-title {
	font-size: 1.2em;
	font-weight: 600;
	line-height: 1.2;
}
.story-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	transform: translate(0);
}
.story-button {
	margin-top: 20px;
	width: 100%;
	padding: 0.5em 1em;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
	border: 1px solid rgba(255,255,255,0.5);
	margin-top: 40px;
}
.story-button:hover {
	background: rgba(255,255,255,0.1);
}
.story-button-overlay {
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}
.related,
.recomended {
	max-width: 700px;
	margin: auto;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
	padding: 1em;
	margin-bottom: 40px;
}
.related h3,
.recomended h3 {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1;
	padding: 5px 0;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.related-item,
.recomended-item {
	display: flex;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}
@media (max-width: 399px) {
	.related-item,
	.recomended-item {
		flex-direction: column;
	}
}
@media (min-width: 400px) {
	.related-item,
	.recomended-item {
		align-items: flex-start;
	}
}
.related-image {
	background: rgba(0, 0, 0, 0.1);
	flex: 0 0 20%;
	position: relative;
}
.recomended-image {
	background: rgba(0, 0, 0, 0.1);
	flex: 0 0 40%;
	position: relative;
}
@media (max-width: 399px) {
	.related-image,
	.recomended-image {
		margin-bottom: 20px;
	}
}
@media (min-width: 400px) {
	.related-image,
	.recomended-image {
		margin-right: 20px;
		max-width: 300px;
	}
}
.related-image::before,
.recomended-image::before {
	content: "";
	display: block;
	width: 0;
	padding-top: 60%;
}
.related-image img,
.recomended-image img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.recomended-content .post-meta {
	margin-bottom: 10px;
}
.related-title {
	color: #ff510d;
	font-size: 1.5em;
	line-height: 1;
	font-weight: 400;
	margin-bottom: 10px;
}
.recomended-title {
	color: #ff510d;
	font-size: 1.5em;
	line-height: 1;
	font-weight: 400;
	margin-bottom: 10px;
}
.topics h3 {
	font-size: inherit;
	font-weight: 600;
	line-height: inherit;
	padding: 3px 12px;
}
.topics {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 26px;
	overflow: hidden;
	justify-content: center;
}
.topics-scroll {
	display: flex;
	flex-wrap: nowrap;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 26px;
	margin: auto;
}
.topics a {
	border-radius: 26px;
	color: #ff510d;
	padding: 3px 12px;
}
.topics a:hover {
	background: rgba(255, 81, 13, 0.1);
}
.viewpoint {
	background: #222;
	position: relative;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	overflow: hidden;
	display: flex;
	width: 100%;
	/* align-items: center; */
	/* justify-content: center; */
}
.viewpoint-content {
	display: flex;
	overflow: hidden;
	max-width: 400px;
}
.viewpoint-content::before {
	content: "";
	display: block;
	width: 0;
	padding-top: 150%;
}
.viewpoint-section {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-right: -100%;
	overflow: hidden;
	position: relative;
}
.viewpoint-cover {
	background: #ff510d;
	color: #fff;
}
.viewpoint-cover .story-group {
	display: flex;
	flex-direction: column;
	flex: 1;
}
.viewpoint-cover .story-group p {
	color: rgba(255, 255, 255, 0.8);
}
.viewpoint-cover-image {
	height: 150px;
}
.viewpoint-slide {
	background: #ccc;
	color: #fff;
	justify-content: flex-end;
}
.viewpoint-slide::before {
	content: "";
	background: linear-gradient(rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.viewpoint-poll {
	color: #fff;
}
.viewpoint-poll .poll-options {
	margin-top: 20px;
}
.viewpoint-poll .poll-label,
.viewpoint-poll .poll-results-label {
	border-radius: 4px;
	border: 1px solid rgba(255,255,255,0.5);
	padding: 0.5em 1em;
}
.viewpoint-poll .poll-label:hover {
	background: rgba(255,255,255,0.1);
}
.viewpoint-poll .progress::after {
	color: rgba(255, 255, 255, 0.1);
}
.viewpoint-poll .poll-results-bar {
	background: rgba(255,255,255,0.2);
}
.viewpoint-poll .poll-results-label {
	color: inherit;
}
.viewpoint-title {
	font-size: 20px;
}
.viewpoint-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	transform: translate(0);
}
.viewpoint-button {
	margin-top: 20px;
	width: 100%;
	padding: 0.5em 1em;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
}
.viewpoint-button--solid {
	background: rgba(0, 0, 0, 0.2);
	margin-top: auto;
}
.viewpoint-button--outline {
	border: 1px solid rgba(255,255,255,0.5);
}
.viewpoint-button--outline:hover {
	background: rgba(255,255,255,0.1);
}
.reports-list,
.report-meta,
.report-form {
	margin: auto;
	max-width: 700px;
}
.reports-list {
	padding: 10px;
}
.reports-list-title {
	margin-bottom: 40px;
}
.report-list-item {
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
	padding: 30px 30px 15px;
	margin-bottom: 20px;
}
.report-list-item h2 {
	margin-bottom: 20px;
}
.report-list-item .report-meta {
	font-size: 0.8em;
	color: rgba(0, 0, 0, 0.3);
}
.report-meta {
	display: flex;
	flex-wrap: wrap;
}
.report-meta-item {
	margin-right: 3em;
	margin-bottom: 1em;
}
.report-meta-name {
	font-size: 0.8em;
	font-weight: 600;
	letter-spacing: 0.2em;
	line-height: 1;
	text-transform: uppercase;
	padding-bottom: 1em;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.report-meta-data {
	font-size: 1.5em;
	line-height: 1;
	margin-top: 0.5em;
}
.report-timeout {
	background: #ff510d;
	color: #fff;
	border-radius: 4px;
	padding: 1em;
	font-size: 1.5em;
	margin: 40px auto;
	max-width: 700px;
}
.report-form {
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
	margin: 40px auto;
	padding: 2em;
}
.report-form h3 {
	margin-bottom: 20px;
}
.report-form .button {
	margin-top: 40px;
}
.form-control {
	display: block;
	border: 0;
	padding: 0.5em 0;
	width: 100%;
	font-size: 1.25em;
}
.form-field {
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
	line-height: 30px;
}
.form-field span {
	color: rgba(0, 0, 0, 0.3);
	width: 6em;
	font-size: 1.25em;
}
.form-field input {
	border: 0;
	line-height: inherit;
}

.post--story {
	color: #fff;
	min-height: 280px;
}

.post--story .post-image {
	border: 10px solid #ff510d;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.post--story .post-image::after {
	background: rgba(0, 0, 0, .3);
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.post--story .post-data {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	max-width: 400px;
	margin: auto;
	padding: 25px;
	border-top: none;
}

.post--story .post-title {
	text-align: center;
	font-size: 22px;
	text-shadow: 0 1px 1px #261505;
}

.post--story .author {
	display: none;
}





.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination .page-numbers
{
	 position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #1B242F;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination .page-numbers.current
{
	z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #ff510d;
    border-color: #ff510d;
}

.rss-title{
	float:right;
	font-size:18px;
	padding-top:15px;
}

.leyka-payment-form .section
{
	min-height:auto;
}

.select
{
	background-image: linear-gradient(#fefefe,#e5e5e5);
	background-origin: border-box;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 2px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	height: 2rem;
	line-height: 1.25rem;
	line-height: 1.5rem;
	margin: auto 0 auto 5px;
	overflow: hidden;
	text-align: center;
	vertical-align: top;
}
.select,.select:before
{
	position: relative;
	z-index: 1;
}
.select:before
{
	
	content: attr(data-name);
	display: block;
	line-height: 32px;
	
}
.select ul
{
	background: inherit;
	height: 0;
	opacity: 0;
	visibility: hidden;
}
.select--active
{
	background: rgba(0,0,0,.75);
	color: #fff;
	overflow: visible;
	z-index: 5;

}
.select--active:before
{

}
.select--active ul
{
	height: auto;
	margin: 0;
	opacity: 1;
	padding: 0 0 .5rem;
	visibility: visible;
	z-index: 1;
}
.select-label
{
	display: block;
	padding: 0 1rem;
	white-space: nowrap;
}
.select-input
{
	display: none;
}
.select-item--hover
{
	background: #06c;
}


.popup-fade:before {
	content: '';
	background: #000;
	position: fixed; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%;
	opacity: 0.7;
	z-index: 9999;
}


.popup {
	position: fixed;
	top: 5%;
	left: 50%;
	padding: 20px;
	width: 500px;
	margin-left: -250px;	
	background: #fff;
	border: 1px solid orange;
	border-radius: 4px; 
	z-index: 99999;
	opacity: 1;	
}
.popup-close {
	position: absolute;
	top: 10px;
	right: 10px;
}



@media (max-width: 540px) {
.popup {
width: 100%;
margin-left: 0px;
left: 0px;
top: 5%;
}

.popup-wrap
{
	height:500px;
	overflow:auto;
}

}
.k-new-right
{
	width: 280px;
}


.k-button
{
	padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #ff510d;
    border-radius: 2px;
	color:#fff;
	text-align:center;
	margin-top:20px;
}
.k-pagination{
text-align:center;width:100%;grid-column: auto / span 12;
}

.related-mailing
{
	display:none;
}

@media (max-width: 919px) 
{
.k-new-right
{
	display:none;
}

.related-mailing
{
	display:block;
}

}


.post-meta
{
	display:flex;
	margin-bottom: 0px;
}

.main-date
{
	font-size: 12px;
    padding-left: 30px;
	
}

.k-main-wrap
{
	max-width:920px;
}

@media (max-width: 920px) 
{
	.k-main-wrap
	{
		max-width:100%;
	}
}


@media (max-width: 1219px) 
{
	.lead
	{
		padding-left:30px;
		padding-right:30px;
		font-size:1.3rem;
	}
	
	.card-title h2
	{
		font-size:1.3rem;
		padding-right:20px;
	}

}

@media (max-width: 600px) 
{
    .lead
	{
		font-size: 20px;
	}
	
	.card-title h2
	{
		font-size: 20px;
	}
	
	
	
	
}


.post-meta span.topic2
{
	margin-left:10px;
	background-color:rgba(1, 176, 55, 1);
}


.health-overlay
{
	background: rgba(1, 176, 55, 0.3);
	width: 100%;
    height: 100%;
    position: absolute;
}

.health-overlay2
{
	background: rgba(1, 176, 55, 0.3);
	
	 position: absolute;
	 width: 100%;
    height: 100%;
	top:0px;
	left:0px;
}


.money-overlay
{
	background: rgba(26, 64, 255, 0.3);
	width: 100%;
    height: 100%;
    position: absolute;
}

.money-overlay2
{
	background: rgba(26, 64, 255, 0.3);
	
	 position: absolute;
	 width: 100%;
    height: 100%;
	top:0px;
	left:0px;
}

.post-data
{
	z-index:1;
}

.header-meta .htopic
{
	color: rgba(1, 176, 55, 1);
	border-bottom: 1px solid  rgba(1, 176, 55, 1);
}

.plashka-health
{
	background-color:rgba(1, 176, 55, 1);
	color:#fff;
}

.plashka-health .project-description
{
	color:#fff;
}


.header-meta .mtopic
{
	color: rgba(26, 64, 255, 1);
	border-bottom: 1px solid  rgba(26, 64, 255, 1);
}

.plashka-money
{
	background-color:rgba(26, 64, 255, 1);
	color:#fff;
}

.plashka-money .project-description
{
	color:#fff;
}


.post-meta span.topic3
{
	margin-left:10px;
	background-color:rgba(26, 64, 255, 1);
}


.fb-post, .instagram-media
{
	margin-left: auto !important;
    margin-right: auto !important;
    max-width: 700px;
}

.accordions .accordions-head
{
	background-color:#ff510d !important;
	
}