@font-face {
	font-family: 'PT Serif';
	src: url(../style/Italic.woff2) format('woff2');
	font-style: italic;
	font-display: auto;
	font-weight: 400
}

@font-face {
	font-family: 'PT Serif';
	src: url(../style/Bold.woff2) format('woff2');
	font-style: normal;
	font-display: auto;
	font-weight: 700
}

@font-face {
	font-family: 'PT Serif';
	src: url(../style/BoldItalic.woff2) format('woff2');
	font-style: italic;
	font-display: auto;
	font-weight: 700
}

@font-face {
	font-family: 'PT Serif';
	src: url(../style/Regular.woff2) format('woff2');
	font-style: normal;
	font-display: auto;
	font-weight: 400
}

body,
h1,
html {
	padding: 0;
	word-wrap: break-word
}

html {
	margin: 0;
	overflow-y: scroll;
	overflow-x: hidden
}

body {
	box-sizing: border-box;
	margin: 0;
	font-size: 1.1rem;
	font-family: 'PT Serif';
	line-height: 1.5;
	top: 0 !important;
	position: static !important;
	background: #f6f3ed
}

br {
	content: " ";
	margin: 10px 0
}

*,
*:after,
*:before {
	box-sizing: inherit
}

* {
	-webkit-tap-highlight-color: transparent
}

h1 {
	font-size: 1.2rem;
	margin: 0
}

h2 {
	font-size: 1.3rem;
	padding: 0;
	margin: 0;
	text-transform: uppercase
}

h3 {
	font-size: 1.2rem;
	padding: 0;
	margin: 0;
	text-transform: uppercase
}

h4 {
	font-size: 1rem;
	padding: 0;
	margin: 20px 0 0 0;
	text-transform: uppercase
}

a {
	color: #000;
	text-decoration: none
}

a:hover {
	text-decoration: underline;
	text-underline-offset: 5px;
	text-decoration-thickness: 2px
}

p {
	margin: 10px 0 0;
	padding: 0
}

ul {
	list-style-type: decimal
}

.firstletter::first-letter {
	initial-letter: 2;
	-webkit-initial-letter: 2;
	margin-right: 15px
}

.button {
	border: 1px solid #000;
	padding: 3px 10px;
	color: #000;
	cursor: pointer;
	font-family: 'PT Serif';
	font-size: 1rem;
	background: #f6f3ed
}

.button:active {
	background: #e3e0d8
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
	padding-top: 0
}

.fullcontainer {
	max-width: 1200px;
	margin: 40px auto;
	padding: 20px;
	padding-top: 0;
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 40px;
	margin-bottom: 100px
}

.columnfull {
	font-size: 1.3rem;
	border-top: 1px solid #999;
	padding-top: 20px
}

.columnfull h2 {
	font-size: 1.3rem;
	display: block;
	color: #000;
	margin: 40px 0 10px 0;
	text-transform: uppercase
}

.columnfull a {
	margin-right: 10px;
	border: 1px solid #000;
	padding: 0 5px;
	font-size: 1rem;
	white-space: nowrap;
	line-height: 40px
}

.columnfull a:hover {
	text-decoration: none
}

.columnfull a:active {
	background: #e3e0d8
}

.fullright {
	border-left: 1px solid #999;
	padding-left: 40px
}

.logo {
	font-size: 4rem;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	background: #202020;
	padding: 10px
}

.titlefull {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	background: #202020;
	margin-bottom: 40px
}

.titlefull a {
	color: #fff
}

.share {
	margin: 0;
	padding: 0;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 20px
}

.share a {
	padding: 0;
	margin: 0;
	text-decoration: none;
	opacity: .5
}

.share a:hover {
	opacity: 1
}

.share span {
	margin: 0 10px
}

.short {
	font-size: 1.3rem;
	text-transform: none;
	font-style: italic;
	max-width: 1200px;
	margin: 40px auto 0;
	color: #b5b5b5
}

.titlenews {
	margin: 0 auto;
	padding: 0;
	font-size: 2.5rem
}

.left {
	text-align: left
}

.right {
	text-align: right
}

.top {
	text-transform: uppercase;
	color: #b5b5b5;
	background: #000;
	font-weight: bold;
	position: sticky;
	top: 0;
	z-index: 999999
}

.topmenu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px 20px;
	line-height: 20px;
	font-weight: 400
}

.topmenu a {
	color: #b5b5b5
}

.category {
	padding: 10px 0;
	border-bottom: 3px solid #000;
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-transform: uppercase;
	font-weight: bold;
	flex-wrap: wrap;
	gap: 10px 20px
}

.glav {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 20px -20px 0 -20px
}

.column {
	position: relative;
	margin: 20px;
	flex: 1;
	min-width: 280px
}

.tags {
	border: 1px solid #000;
	padding: 5px 10px;
	text-align: center;
	color: #000;
	margin-bottom: 30px
}

.small {
	font-size: 1.2rem
}

.tagstitle {
	padding: 60px 0 40px 0;
	text-align: center;
	color: #b5b5b5;
	font-size: 1.3rem;
	text-decoration: none
}

.bottom20 {
	margin-bottom: 20px
}

.top60 {
	margin-top: 60px
}

.top50 {
	margin-top: 50px
}

.top20 {
	margin-top: 20px
}

.newsblock {
	border-bottom: 1px solid #999
}

.glavnews {
	margin-bottom: 40px;
	border-top: 1px solid #999;
	padding-top: 10px
}

.blackh3 {
	background: #202020;
	color: #fff;
	text-align: center;
	padding: 10px 20px;
	margin-bottom: 40px
}

.currency {
	display: flex;
	text-align: center;
	text-transform: uppercase;
	gap: 10px;
	margin-bottom: 10px;
	color: #000
}

.cur {
	flex: 1;
	border: 1px solid #000
}

.navi {
	margin-top: 60px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	border-top: 3px solid #999;
	padding: 20px
}

.navi span {
	margin: 0 10px
}

.navi a {
	margin: 0 10px
}

.footer {
	border-top: 1px solid #999;
	padding: 40px 0 80px 0;
	margin-top: 150px
}

.timeline-item {
	padding: 40px 0 40px 40px;
	position: relative;
	border-left: 3px solid #999
}

.timeline-item::before {
	content: attr(date);
	display: block
}

.timeline-item::after {
	width: 19px;
	height: 19px;
	display: block;
	position: absolute;
	left: -11px;
	top: 44px;
	border-radius: 30px;
	content: '';
	border: 3px solid #999;
	background: #fff
}

.timeline-item h2 {
	font-size: 1rem;
	margin-top: 10px
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 9999999
}

.popup {
	background: #fff;
	padding: 20px;
	min-width: 350px
}

.open-popup {
	cursor: pointer
}

@media(max-width:900px) {
	.glav {
		display: flex;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 0;
		grid-row-gap: 0;
		margin: 20px -20px 0 -20px;
		flex-wrap: wrap
	}

	.logo {
		font-size: 2.5rem
	}

	.titlenews {
		font-size: 1.6rem
	}

	.titlefull {
		margin-bottom: 20px
	}

	.fullcontainer {
		grid-template-columns: 1fr;
		margin-top: 0
	}

	.fullright {
		border-left: none;
		padding-left: 0;
		margin-top: 60px
	}

	.category {
		justify-content: center
	}

	.glavnews {
		border-top: 0
	}

	.columnfull {
		border-top: 0
	}
}