/*
 * Based on Bootstrap Reboot v4.3.1 (https://github.com/twbs/bootstrap/blob/1770691b339b/dist/css/bootstrap-reboot.css)
 * Licensed under MIT
*/
*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important;
}

hr {
	margin: 1rem 0;
	color: inherit;
	background-color: currentColor;
	border: 0;
}

hr:not([size]) {
	height: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 2rem;
	font-weight: bold;
	font-family: "Montserrat", sans-serif;
	line-height: 1.3;
	color:#020202
}

h1 {
	font-size: 2.3rem;
}

h2 {
	font-size: 1.75rem;
}

h3 {
	font-size: 1.5rem;
}

h4 {
	font-size: 1.375rem;
}

h5 {
	font-size: 1.25rem;
}

h6 {
	font-size: 1.125rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
	line-height: 2.4rem;
	font-size: 22px;
	color: #000;
	font-family:'Helvetica',sans-serif;;
}

abbr {
	text-decoration: none;
	cursor: help;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol,
ul {
	padding-left: 2rem;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 1rem;
}

li {
	font-size: 22px;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: .875em;
}

sub,
sup {
	position: relative;
	font-size: .75em;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

a {
	color: #3d3d3d;
	text-decoration: none;
}


a:hover {
	color: darkviolet;
	text-decoration: none;
}

a:not([href]),
a:not([href]):hover {
	color: inherit;
	text-decoration: none;
}

pre,
code,
kbd,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em;
}

pre {
	display: block;
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal;
}

code {
	color: #c411e8;
	word-wrap: break-word;
}

a > code {
	color: inherit;
}

kbd {
	padding: .125rem .1875rem;
	color: #fff;
	background-color: #222;
}

kbd kbd {
	padding: 0;
}

figure {
	margin: 0 0 1rem;
}

img {
	vertical-align: middle;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

caption {
	padding: 0 0 .5rem;
	text-align: left;
	caption-side: top;
}

label {
	display: inline-block;
	margin-bottom: .5rem;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

select {
	word-wrap: normal;
}

[list]::-webkit-calendar-picker-indicator {
	display: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
	cursor: pointer;
}

::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: textfield;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

mark {
	padding: .2em 0;
	background-color: #fc3;
}

progress {
	vertical-align: baseline;
}

::-webkit-datetime-edit {
	overflow: visible;
	line-height: 0;
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: textfield;
}

::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
	padding: 0;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

main {
	display: block;
}

[hidden] {
	display: none !important;
}
html {
	height: 100%;
}

body {
	display: flex;
	flex-direction: column;
	height: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
	background-color: #fafafa;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

img {
	max-width: 100%;
}

hr {
	border-top: 1px solid #ddd;
}

abbr {
	border-bottom: 1px dotted;
}

blockquote {
	padding: 1rem;
	background: #eaecf0;
	border-left: .5rem solid #228b22;
}

blockquote p:last-child {
	margin-bottom: 0;
}

blockquote footer {
	text-align: right;
}

pre {
	padding: 1rem;
	color: #ddd;
	background-color: #222;
}

dfn {
	font-style: italic;
}

table {
	width: 100%;
	margin-bottom: 1rem;
	border-spacing: 0;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

caption {
	font-weight: 600;
}

th {
	font-weight: 700;
	background-color: #eaecf0;
}

td,
th {
	padding: .375rem .625rem;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

td a {
	font-size: 16px;
	color: #9b59b6;
	font-weight: 500;
}
.inner {
	max-width: 1200px;
	padding: 1rem 1.375rem;
	margin: 0 auto;
}

.wrapper {
	flex: 1 0 auto;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
}

.block {
	padding: 1rem;
	background-color: #fff;
	border: 1px solid #e8eaed;
	border-radius: 2px;
}

.header {
	flex: 0 0 auto;
	margin-bottom: .25rem;
	color: #9f9fab;
	background-color: #2f4468;
}

.header__inner {
	display: flex;
	align-items: center;
	padding: .6875rem .875rem .6875rem 1.375rem;
}

.no-js .header__inner {
	display: block;
	padding: 1rem 1.375rem;
}

.logo {
	font-weight: 600;
	color: #fff;
}

.logo:hover {
	color: #fff;
	text-decoration: none;
}

.main-nav {
	margin-left: auto;
	font-size: 0;
}

.main-nav__btn {
	padding: .5rem;
	cursor: pointer;
	background-color: #33333a;
	border: 0;
	fill: #9f9fab;
}

.main-nav__btn:focus {
	border-radius: 2px;
	outline: none;
	box-shadow: 0 0 0 3px rgba(150, 150, 163, .5);
}

.main-nav__btn .icon-menu__x {
	display: none;
}

.main-nav__btn--active .icon-menu__burger {
	display: none;
}

.main-nav__btn--active .icon-menu__x {
	display: inline;
}

.main-nav__list {
	display: none;
	padding: 0;
	margin: 0;
	font-size: 0;
	list-style: none;
}

.no-js .main-nav__list {
	display: block;
	margin-top: 1rem;
}

.main-nav__item {
	padding: .5rem 1.375rem;
	font-size: 1rem;
	font-weight: 600;
	color: #bbb;
	border-bottom: 1px solid #5b5b67;
}

.no-js .main-nav__item {
	padding: .5rem 0;
}

.main-nav__item:first-child {
	border-top: 1px solid #5b5b67;
}

.main-nav__item:last-child {
	border-bottom: 0;
}

.main-nav__item--active {
	color: #fff;
}

.main-nav__link {
	display: block;
	color: #fff;
}

.main-nav__link:hover {
	color: #fff;
}

.no-js .main-nav__btn {
	display: none;
}

.main-nav__list.main-nav__list--active {
	position: absolute;
	top: 3.5rem;
	left: 0;
	display: block;
	width: 100%;
	clear: both;
	background-color: #33333a;
	border-bottom: 4px solid #9696a3;
}

@media (min-width: 860px) {
	.header__inner {
		display: block;
		padding: 1rem 1.375rem;
	}

	.logo {
		display: inline-block;
	}

	.main-nav {
		margin-left: auto;
	}

	.no-js .main-nav__list,
	.main-nav__list {
		display: block;
		margin-top: 0;
	}

	.main-nav__btn {
		display: none;
	}

	.main-nav {
		display: inline-block;
	}

	.main-nav__item {
		display: inline-block;
		padding: 0 .5rem;
		border: 0;
	}

	.no-js .main-nav__item {
		padding: 0 .5rem;
	}

	.main-nav__item:first-child {
		margin-left: 1rem;
		border: 0;
	}

	.main-nav__list.main-nav__list--active {
		position: inherit;
		border: 0;
	}
}

.center {
	text-align: center;
}

.transition {
	transition: all 100ms ease-in;
}

.content {
	flex: 1;
	order: 1;
}

.cards {
	display: flex;
	flex: 1;
	flex-wrap: wrap;
	order: 1;
}

.sidecards {
	display: flex;
	flex-wrap: wrap;
	order: 1;
}

.single {
	display: flex;
	flex: 1 0;
	flex-direction: column;
	order: 1;
	min-width: 0;
}

.single__inner {
	display: flex;
	flex-basis: auto;
	flex-shrink: 0;
	flex-grow: 1;
	flex-wrap: wrap;
	order: 1;
}

.entry {
	display: flex;
	flex: 1 0 0%;
	flex-direction: column;
	width: 100%;
	min-width: 0;
	margin: .25rem;
}

.card {
	display: flex;
	width: 100%;
}

.sidecard {
	display: flex;
	width: 100%;
}

@media screen and (min-width: 696px) {
	.card--2col {
		width: 50%;
	}

	.sidecard {
		width: 50%;
	}

	.card--3col {
		flex: 0 50%;
	}
}

@media screen and (min-width: 860px) {
	.card--3col {
		flex: 0 33.3333%;
	}
}

.card__box {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 0;
}

.breadcrumb {
	padding: .5rem 1rem;
	margin: .25rem .25rem -.25rem;
	color: #666;
	border-width: 1px 1px 0;
}

.breadcrumb--separated {
	margin: .25rem;
	border-width: 1px;
}

.breadcrumb__list {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	list-style: none;
}

.breadcrumb__item {
	display: flex;
}

.breadcrumb__item::after {
	display: block;
	margin: 0 .25rem;
	content: "›";
}

.entry__featured {
	min-height: 1px; /* Workaround for IE11 flexbox img height bug https://github.com/philipwalton/flexbugs/issues/75 */
	margin: -1rem -1rem 1rem;
}

.featured__figcaption {
	width: 100%;
	padding: .625rem 1rem;
	text-align: left;
	background: #eaecf0;
	border-color: #ddd;
	border-style: solid;
	border-width: 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
}

.featured__credit::before {
	content: "© ";
}

.featured__credit {
	font-size: .875rem;
	font-style: normal;
	color: #707070;
}

.entry__title {
	margin-top: 0;
	margin-bottom: 0;
}

.entry__title--summary {
	font-size: 1.125rem;
}

.entry__title-link {
	display: inline-block;
}

.entry__content {
	margin-top: 1rem;
}

.meta {
	font-size: .875rem;
	color: #666;
}

.entry__footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: .5rem;
	margin: auto 0 0;
	border-top: 1px solid #ccc;
}

.entry__tag {
	display: inline-block;
	padding: .125rem .5rem;
	margin: .25rem;
	color: #666;
	background-color: #eaecf0;
	border-radius: 2px;
}

.entry__tag:hover {
	color: #fff;
	text-decoration: none;
	background-color: #222;
}

.entry__tags {
	display: flex;
	flex-basis: 100%;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: .5rem;
}

.entry__share {
	display: flex;
	flex-basis: 100%;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: .5rem;
}

.share__link {
	margin: .25rem;
	font-size: 0;
}

.share__icon {
	background-color: #bfbfbf;
	border-radius: 2px;
	fill: #fff;
	stroke: #fff;
}

.share__icon--facebook:hover,
.share__icon--facebook:active {
	background-color: #3b5998;
}

.share__icon--twitter:hover,
.share__icon--twitter:active {
	background-color: #1da1f3;
}

.share__icon--reddit:hover,
.share__icon--reddit:active {
	background-color: #f40;
}

.share__icon--telegram:hover,
.share__icon--telegram:active {
	background-color: #34afe3;
}

.share__icon--linkedin:hover,
.share__icon--linkedin:active {
	background-color: #0077b5;
}

.share__icon--vk:hover,
.share__icon--vk:active {
	background-color: #5181b8;
}

.share__icon--pocket:hover,
.share__icon--pocket:active {
	background-color: #ef3e56;
}

.related {
	flex-basis: 100%;
	flex-shrink: 1; /* ie */
	width: 100%;
	margin: .25rem;
}

.related__list {
	margin-bottom: 0;
}

.taxonomy {
	margin: .25rem;
}

.taxonomy__title {
	margin-bottom: 0;
	font-size: 1.5rem;
}

.taxonomy__content {
	margin-top: 1rem;
}

.taxonomy__content--notitle {
	margin: 0;
}

.taxonomy__content p:last-child {
	margin: 0;
}

.page404 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.pagination {
	margin: .25rem;
}

.pagination__item {
	display: inline-block;
	padding: .25rem .5rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid;
	border-radius: 2px;
}

.pagination__item--gap {
	color: #aaa;
}

.sidebar {
	display: block;
	order: 2;
}

.widget {
	flex: 1;
	margin: .25rem;
}

.widget__title {
	font-size: 1.125rem;
}

.widget__title-block {
	padding: .25rem;
	color: #fff;
	background: #222;
}

.widget__list {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.widget__item {
	padding: .5rem 0;
	font-family: 'Helvetica',sans-serif;
	font-size:22px;
}

.widget__item:first-child {
	padding-top: 0;
	border-top: 0;
}

.widget__item:last-child {
	padding-bottom: 0;
}

.widget__link {
	display: inline-block;
}

.widget__meta {
	font-size: .875rem;
	color: #666;
}

.widget-tags__content {
	margin: 0 -.25rem;
}

.widget-tags__item {
	display: inline-block;
	padding: 0;
	border: 0;
}

.widget-tags__link {
	display: inline-block;
	padding: .125rem .75rem;
	margin: .25rem;
	color: #666;
	background: #eaecf0;
	border-radius: 2px;
}

.widget-tags__link:hover {
	color: #fff;
	text-decoration: none;
	background-color: #222;
}

@media screen and (min-width: 696px) {
	.wrapper--flex {
		display: block;
	}

	.sidebar {
		display: flex;
		flex-wrap: wrap;
	}

	.entry__tags {
		flex: 1 0 65%;
		justify-content: flex-start;
		margin: 0 -.25rem auto;
	}

	.entry__share {
		flex: 1 0 35%;
		justify-content: flex-end;
		margin: 0 -.25rem;
	}
}

@media screen and (min-width: 980px) {
	.wrapper--flex {
		display: flex;
	}

	.single {
		flex: 1 0 66.6666%;
	}

	.sidebar {
		display: block;
		/* flex: 0 0 320px; */
		flex:0 0 30%;
	}

	.sidebar--left {
		order: 0;
	}

	.sidecard {
		width: 100%;
	}

	.widget {
		margin: .25rem .25rem .5rem;
	}

	.widget:last-child {
		margin: .25rem;
	}
}

.footer {
	flex: 0 0 auto;
	margin-top: .25rem;
	font-size: .875rem;
	color: #fff;
	background-color: #2f4468;
}

.footer a {
	color: #fff;
}

.footer__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.footer__copyright {
	flex: 1 0 0;
	flex-basis: 100%;
	justify-content: center;
	order: 1;
	text-align: center;
}

.footer__social {
	display: flex;
	flex: 1 0 0;
	flex-basis: 100%;
	flex-wrap: wrap;
	justify-content: center;
	order: 0;
	margin-bottom: .5rem;
}

@media screen and (min-width: 696px) {
	.footer__copyright {
		flex-basis: 50%;
		justify-content: flex-start;
		order: 1;
		text-align: left;
	}

	.footer__social {
		flex-basis: 50%;
		justify-content: flex-end;
		order: 2;
		margin: 0;
	}
}

.social__link {
	margin: .25rem;
	font-size: 0;
	background-color: #5b5b67;
	border-radius: 2px;
}

.social__link:hover {
	background-color: #848493;
}

.social__icon {
	fill: #33333a;
	stroke: #33333a;
}
