.d_fl {
	display: flex;
}

.fl_dir {
	flex-direction: column;
}

.al_cen {
	align-items: center;
}

p {
	margin-bottom: 20px;
}

p:last-child {
	margin-bottom: 0 !important;
}

a {
	color: #0A0A0A;
	transition: all 0.2s ease-in-out;
}

.btn1 {
	font-size: 14px;
	font-weight: 500;
	background: #FFD828;
	border-radius: 8px;
	max-width: 170px;
	width: 100%;
	display: block;
	color: #0A0A0A;
	line-height: 40px;
	text-align: center;
	flex: 1;
	width: 170px;
}

.btn1:hover {
	background: #0A0A0A;
	color: #fff !important;
}

.btn2 {
	font-size: 18px;
	font-weight: 500;
	background: #FFD828;
	border-radius: 8px;
	display: block;
	color: #000;
	line-height: 55px;
	text-align: center;
	max-width: 215px;
	flex: 1;
}

.btn2:hover {
	background: #000;
	color: #fff !important;
}

.btn3 {
	font-size: 18px;
	font-weight: 500;
	background: #000;
	border-radius: 8px;
	display: block;
	color: #fff;
	line-height: 55px;
	text-align: center;
	max-width: 215px;
	flex: 1;
}

.btn3:hover {
	background: #fff;
	color: #000 !important;
}

.container {
	max-width: 1243px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	z-index: 2;
}






header {
	padding: 20px 0 24px;
	border-bottom: 1px solid #EAEAEA;
	margin-bottom: 50px;
}

.home header {
	margin-bottom: 55px;
}

.top_line {
	justify-content: space-between;
}

header img,
.header svg {
	display: block;
}

.login_block {
	font-weight: 500;
	font-size: 14px;
	gap: 15px;
	align-items: center;
}

a.login_link {
	display: flex;
	align-items: center;
	font-size: 14px;
	gap: 15px;
}

#topmenu {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	display: flex;
}

#topmenu li a {
	display: block;
	color: #0A0A0A;
	font-size: 14px;
	margin: 0 18px;
	font-weight: 500;
}

.head_line {
	padding: 11px 0 13px;
	background: #F5F3F1;
}

.head_line_box {
	justify-content: flex-end;
}

.head_line_item+.head_line_item {
	margin-left: 77px;
}

.head_line_item {
	display: flex;
	align-items: center;
	color: #AEAEAE;
	font-size: 13px;
}

.head_line_item img {
	display: block;
	margin-right: 8px;
}









h1.page_title {
	font-size: 35px;
	font-family: 'Halvar Breitschrift';
}

.home h1 {
	text-align: center;
	margin-bottom: 40px;
}

.popular_block {
	padding-bottom: 80px;
}

.popular_box {
	gap: 40px;
}

.populat_items_box {
	border-radius: 24px;
	background: rgb(224 223 223 / 35%);
	color: #343434;
	padding: 30px;
	font-size: 14px;
	width: 380px;
}

.popular_item_box_title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 22px;
}

.popular_item_box_title span {
	display: inline-block;
	margin-right: 8px;
}

.populat_items_box a {
	color: #343434;
	border-bottom: 1px solid transparent;
	font-weight: 500;
}

.populat_items_box a:hover {
	border-bottom: 1px solid #343434;
}

.populat_items_box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.populat_items_box ul li {
	display: block;
	padding-bottom: 15px;
	border-bottom: 1px solid rgb(62 62 62 / 20%);
	margin-bottom: 15px;
}

.populat_items_box ul li:last-child {
	margin-bottom: 0;
}

.populat_item_info {
	color: rgb(52 52 52 / 85%);
	line-height: 1.3;
	margin-top: 5px;
	display: flex;
}

span.read_time {
	display: block;
	margin-right: 16px;
	padding-left: 19px;
	position: relative;
}

span.read_time:before {
	display: block;
	content: "";
	width: 14px;
	height: 14px;
	background: url(images/clock_black2.svg) 50% no-repeat;
	background-size: contain;
	position: absolute;
	top: 2px;
	left: 0;
}

.last_news_item {
	width: calc(100% - 420px);
	position: relative;
}

.last_news_item_wrapper {
	position: relative;
	z-index: 1;
	height: 100%;
}

.last_news_item_img {
	height: 100%;
	position: relative;
	z-index: 1;
	border-radius: 24px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;

}

.last_news_item_img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.last_news_item_info {
	position: absolute;
	bottom: 20px;
	left: -20px;
	z-index: 2;
	background: linear-gradient(90deg, #FFD828 0%, #F9E483 82.4%);
	border-radius: 12px;
	padding: 18px;
	max-width: 540px;
}

.last_news_item_info a {
	color: #000;
	font-size: 24px;
	font-weight: 500;
	border-bottom: 1px solid transparent;
}

.last_news_item_info a:hover {
	border-bottom: 1px solid #000;
}

.last_news_item_info_box {
	color: #000;
	font-size: 14px;
	padding-top: 12px;
}

.last_news_item_info_box .read_time:before {
	background: url(images/clock_black.svg) 50% no-repeat;
	background-size: contain;
}

.last_news_item_info_box .read_time {
	margin-right: 35px;
}


.home_page_secondblock {
	padding: 0;
}

.news_block {
	margin-bottom: 80px;
}

.news_block_title {
	margin-bottom: 25px;
}

.block_title {
	font-size: 32px;
	margin-left: 0;
	margin-right: auto;
	font-family: 'Halvar Breitschrift';
}

.news_block_items, .alm-listing {
	gap: 38px;
	display: flex;
	flex-wrap: wrap;
}

.alm-listing {
	padding-top: 58px;
}

.news_block_item {
	width: calc(33.33333% - 25.333333px);
}

.news_block_itemimg {
	height: 215px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 24px;
	width: 100%;
	margin-bottom: 15px;
}

.news_block_itemimg img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: all 0.3s ease-in-out;
}

.news_block_itemimg:hover img {
	transform: scale(1.05);
}

.tags {
	gap: 8px;
	margin-bottom: 13px;
	display: flex;
	font-size: 16px;
}

.tags a {
	color: #616161;
	font-size: 16px;
}

.tags a:hover {
	color: #0A0A0A;
}

.news_block_item_info_box {
	justify-content: space-between;
	padding-top: 13px;
	color: #616161;
	font-size: 14px;
}

.news_block_item_info a {
	border-bottom: 1px solid transparent;
	font-size: 18px;
	color: #0A0A0A;
}

.news_block_item_info a:hover {
	border-bottom: 1px solid #000;
}

.news_block_item_info_box span.read_time {
	margin-right: 0;
}

.all_knows_block {
	margin-bottom: 80px;
}

.all_knows_box {
	background: #FFD828;
	border-radius: 24px;
	text-align: left;
	padding: 40px;
	position: relative;
}

.all_knows_title {
	font-size: 32px;
	color: #343434;
	font-weight: 700;
	line-height: 1.01;
	margin-bottom: 30px;
	font-family: 'Halvar Breitschrift';
}

.all_knows_text {
	margin-bottom: 50px;
	font-size: 22px;
	color: #424242;
	line-height: 1.01;

}

.all_knows_box img {
	display: block;
	position: absolute;
	bottom: 0;
	right: 40px;
}



.home_banners_block {
	padding-top: 80px;
}

.home_banner_box {
	gap: 40px;
}

.telegram_box, .gloss_box {
	width: 420px;
	background: #FFD828;
	border-radius: 24px;
	padding: 40px 39px;
	color: #fff;
}

.gloss_box {
	width: calc(100% - 460px);
	background: #1A1A1A;
	background-size: cover;
	position: relative;
}

.gloss_box .btn2 {
	background: #fff;
}

.gloss_box .btn2:hover {
	background: #FFD828;
	color: #000 !important;
}

.telegram_box .btn2 {
	background: #000;
	color: #fff;
}

.telegram_box .btn2:hover {
	background: #fff;
	color: #000 !important;
}

.gloss_box img {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
}

.gloss_box_title, .telegram_box_title {
	font-weight: 700;
	font-size: 32px;
	line-height: 101%;
	color: #fff;
	margin-bottom: 20px;
	font-family: 'Halvar Breitschrift';
}

.telegram_box_title {
	color: #343434;
}


.gloss_box_logo,
.telegram_box_logo {
	margin-bottom: 30px;
}

.gloss_box_logo svg,
.telegram_box_logo svg {
	display: block;
}

.gloss_box_text, .telegram_box_text {
	font-size: 22px;
	color: rgb(255 255 255 / 45%);
	margin-bottom: 50px;
	line-height: 1;
}

.telegram_box_text {
	color: #424242;
}

.telegram_box_link {
	gap: 50px;
	align-items: center;
}

.telegram_box_link img {
	display: block;
}

.news_block.articles_block {
	margin-bottom: 0;
}

p#breadcrumbs {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 15px;
	color: #343434;
}

p#breadcrumbs a {
	color: #343434;
}


.single_sidebar {
	width: 293px;
}

.single_content_box {
	width: calc(100% - 293px);
	padding-right: 123px;
}

.sidebar_block {
	padding: 25px;
	border-radius: 24px;
	min-height: 170px;
	position: relative;
	overflow: hidden;
}

.sidebar_block+.sidebar_block {
	margin-top: 25px;
}

.obmen_block, .sidebar_block2 {
	background: #000;
}

.sidebar_block1 {
	background: #FFD828 url(images/coins.png) 100% 100% no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.sidebar_block2 {
	background: linear-gradient(107.15deg, #121111 0%, #131212 39%, #3C3535 100%);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.sidebar_block2:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: url(images/man.png) 100% 0 no-repeat;
}




.sidebar_block3 {
	background: linear-gradient(155.33deg, #63A583 15.74%, #2F4C58 106.57%);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	overflow: hidden;
}

.sidebar_block3:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #EAECEE url(images/moon.png) 100% 100% no-repeat;
	background-size: 175px;
}
a.sb_btn {
	color: #424242;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	position: relative;
	z-index: 2;
}
a.sb_btn svg {
	display: block;
	position: relative;
	top: 1px;
	transition: all 0.3s ease-in-out;
}


.sidebar_block_title {
	font-size: 24px;
	color: #343434;
	margin-bottom: 40px;
	font-weight: 600;
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	line-height: 1.2;
}

.sidebar_block_title svg {
	display: inline-block;
	margin-left: 10px;
	position: relative;
	z-index: 2;
}

.sidebar_text {
	color: #fff;
	font-weight: 400;
	margin-bottom: auto;
	font-size: 16px;
}

.sidebar_block a.btn1 {
	line-height: 60px;
	display: block;
	width: 100%;
	margin: auto 0 0 0;
	flex: 0;
	max-width: 100%;
	position: relative;
	z-index: 2;
}

.sidebar_block3 .sidebar_block_title svg {
	margin-left: 0;
	margin-right: 15px;
}

.sidebar_block3 .sidebar_block_title {
	font-weight: 700;
	margin-bottom: 35px;
}

.sidebar_block3 .sidebar_text span {
	display: block;
	font-size: 24px;
	font-weight: 700;
	padding-bottom: 10px;
}
.sidebar_block2 .sidebar_block_title {
	text-transform: uppercase;
	color: #fff;
	font-size: 24px;
	margin-bottom: 2px;
	display: flex;
	align-items: center;
	gap:	5px;
	position: relative;
	z-index: 3;
}
.sidebar_block2 .sidebar_block_title img {
	display: block;
	position: relative;top: -1px;
	width: 24px;
}
.sidebar_text {
	position: relative;z-index: 3;
}
.sb_btn_box {
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sb_btn_box span {
	color: #fff;
	opacity: 0.5;
}
.sb_btn_box a.sb_btn {
	color: #fff;
}
.sb_btn_box a.sb_btn svg {
	top: 0;
}



.obmen_icons {
	position: relative;
}

.obmen_icons img {
	display: block;
	border-radius: 50%;
	border: 1px solid #000;
}

.obmen_icons img:first-child {
	position: relative;
	z-index: 1;
}

.obmen_icons img:last-child {
	position: relative;
	z-index: 2;
	margin-left: -12px;
}

.obmen_item_info {
	padding-left: 12px;
	font-size: 16px;
	font-weight: 600;
	justify-content: space-between;
	width: calc(100% - 69px);
}

.obmen_item {
	color: #fff;
	align-items: center;
}

.obmen_item_info span {
	display: block;
	color: #C8C8C8;
	font-size: 10px;
	font-weight: 400;
}

.obmen_item_info svg {
	display: block;
	margin-top: 3px;
}

.obmen_item+.obmen_item {
	margin-top: 25px;
}

.obmen_block {
	padding-bottom: 47px;
}

.autor_box {
	margin-bottom: 25px;
	align-items: center;
	justify-content: space-between;
}

.author_img {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: rgb(255 216 40 / 30%);
}

.author_info {
	display: flex;
	align-items: center;
}

.author_info_box {
	width: calc(100% - 28px);
	padding-left: 7px;
	font-size: 12px;
}

.author_info_box {
	display: flex;
	flex-direction: column;
}




.toc_title {
	margin-bottom: 14px;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 600;
}

#dynamic_toc ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	color: #000;
	font-weight: 500;
}

#dynamic_toc ul a {
	color: #000;
	display: inline-block;
}

#dynamic_toc ul li {
	padding-bottom: 10px;
	margin-bottom: 18px;
	border-bottom: 1px solid #EAEAEA;
}

#dynamic_toc {
	padding-left: 25px;
	position: relative;
}

#dynamic_toc:before {
	content: "";
	display: block;
	height: 100%;
	width: 4px;
	left: 0;
	top: 0;
	background: #FFD828;
	position: absolute;

}

.single_page h1.page_title {
	margin-bottom: 12px;
	font-weight: 800;
	line-height: 36px;
}

.single .read_time {
	margin-bottom: 18px;
}

.single_page_box {
	margin-bottom: 150px;
}

.recent_post_block {
	padding-top: 80px;
	padding-bottom: 150px;
	background: rgb(145 145 145 / 10%);
}

.recent_post_slider_box {
	max-width: 965px;
}

.slick-arrow {
	display: block;
	width: 40px;
	height: 40px;
	background: none;
	border: none;
	border-radius: 8px;
	font-size: 0;
	outline: none;
	cursor: pointer;
	position: absolute;
	bottom: 86px;
	z-index: 3;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	background: #E4E4E4;
}

button.slick-next {
	right: 25px;
	top: -65px;
}

button.slick-prev {
	right: 75px;
	top: -65px;
}

.slick-arrow:hover {
	background: #000;
}

.slick-arrow:hover svg path,
.slick-arrow:hover svg {
	color: #fff !important;
	fill: #fff !important;
	stroke: #fff !important;
}

.recent_block_title {
	margin-bottom: 28px;
	line-height: 1.25;
	font-size: 32px;
	font-weight: 500;
}

.slider_item {
	padding-right: 25px;
}

.slider_item_img {
	height: 175px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 25px;
	margin-bottom: 15px;
}

.slider_item_img img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.recent_post_slider_box {
	position: relative;
}

.recent_post_slider_box:after {
	background: linear-gradient(90deg, rgba(247, 247, 252, 0) 0%, #F7F7FC 100%);
	z-index: 2;
	position: absolute;
	height: 100%;
	width: 235px;
	content: "";
	display: block;
	right: 0;
	top: 0;
}

.recent_post_block .slider_item_info .tags+a {
	min-height: 70px;
	display: inline-block;
}

.archive .news_block_items {
	flex-wrap: wrap;
}

.archive .post_item {
	opacity: 1;
	transform: translateY(20px);
	transition: opacity 0.6s ease-out, transform 0.6s ease-out;
	width: calc(33.33333% - 25.333333px);
}

.archive .post_item.fade-in-active {
	opacity: 1;
	transform: translateY(0);
}

.post_item .news_block_item {
	width: 100%;
}

h1.page_title.arch_title.d_fl {
	align-items: center;
}

h1.page_title.arch_title.d_fl svg {
	display: block;
	margin-right: 15px;
}

.archive .single_page h1.page_title {
	margin-bottom: 10px;
}

.archive p#breadcrumbs {
	margin-bottom: 7px;
}

.gloss_top_box {
	border-radius: 24px;
	padding: 40px;
	background: #1A1A1A;
	height: 190px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 25px;
	position: relative;
	overflow: hidden;
}
.gloss_top_box:after {
	content: "";
	display: block;
	width: 85%;
	height: 100%;
	position: absolute;
	display: block;
	background: linear-gradient(90.44deg, #000000 2.02%, rgba(0, 0, 0, 0) 99.62%);
	top: 0;
	left: 0;
	z-index: 1;
}
.gloss_top_box img {
	position: absolute;
	z-index: 3;
	right: 35px;
	top: -18px;
	width: 239px;
}
.gloss_top_box h1.page_title {
	color: #fff;
	max-width: 500px;
	font-size: 32px;
	line-height: 1.11;
	position: relative;
	z-index: 2;
	margin-bottom: 20px !important;
}

.gloss_slogan {
	color: rgb(255 255 255 / 45%);
	font-size: 22px;
	position: relative;
	z-index: 2;
}

.gloss_search {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.gloss_top_box+p#breadcrumbs {
	margin-bottom: 40px;
}

input#search-glossary {
	line-height: 45px;
	border-radius: 10px;
	border: 1px solid #979797;
	padding: 0 50px;
	font-size: 16px;
	width: 300px;
	margin-right: 50px;
	background: url(images/search.svg) 18px 13px no-repeat;
	background-size: 19px;
	outline: none;
}


.glossary-letter-link {
	display: inline-block;
	text-decoration: none;
	color: rgb(0 0 0 / 55%);
	font-size: 16px;
	transition: all 0.3s ease;
}

.glossary-letter-link+.glossary-letter-link {
	margin-left: 10px;
}

.gloss_item_title {
	color: #E1E1E6;
	font-size: 85px;
	font-weight: 800;
	line-height: 40px;
	width: 300px;
	margin-right: 50px;
	padding-top: 20px;
	font-family: Arial;
}

.glossary-section {
	display: flex;
	align-items: flex-start;
	padding-bottom: 50px;
	padding-top: 30px;
	border-bottom: 1px solid rgb(0 0 0 / 15%);
}

.glossary-section:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.glossary-section ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

li.glossary-item a {
	display: inline-block;
	color: #0A0A0A;
	font-size: 32px;
	margin-bottom: 10px;
	font-family: 'Halvar Breitschrift';
}

li.glossary-item {
	display: block;
}

li.glossary-item+li.glossary-item {
	margin-top: 50px;
}

.gloss_item_info,
.glossary-navigation {
	width: calc(100% - 350px);
}

.gloss_item_excerpt {
	font-size: 22px;
	line-height: 28px;
	color: #0A0A0A;
}

.post_content h2 {
	font-size: 32px;
	margin-bottom: 18px;
	font-weight: 500;
}

.post_content h3 {
	font-size: 30px;
	margin-bottom: 18px;
	font-weight: 500;
}

.post_content h4,
.post_content h5,
.post_content h6 {
	font-size: 28px;
	margin-bottom: 18px;
	font-weight: 500;
}

.single_page.single_glossary h1.page_title {
	padding-bottom: 30px;
	border-bottom: 1px solid rgb(0 0 0 / 15%);
	margin-bottom: 50px;
}

blockquote {
	background: #F5F5F7;
	padding: 18px 18px 18px 55px;
	border-radius: 10px;
	margin-bottom: 35px;
	position: relative;
	font-size: 14px;
}

blockquote:before {
	position: absolute;
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	background: url(images/quote.svg) 50% no-repeat;
	background-size: contain;
	left: 20px;
	top: 28px;
}

.post_content a {
	display: inline-block;
	border-bottom: 1px solid;
}

.post_content a:hover {
	border-color: transparent;
}

.single .read_time {
	font-size: 14px;
	color: #616161;
}

.single span.read_time:before {
	background: url(images/clock_black2.svg) 50% no-repeat;
	background-size: contain;
}

#dynamic_toc ul li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 7px;
}

.toc_box {
	margin-bottom: 25px;
}

.archive .home_banners_block .container {
	padding-left: 0;
	padding-right: 0;
}

.thumb_single img {
	display: block;
}

.thumb_single {
	margin: 10px 0 30px;
	border-radius: 20px;
	overflow: hidden;
}

.mob {
	display: none !important;
}
















footer {
	margin-top: 80px;
	background: #1A1A1A;
	padding-top: 35px;
	color: #858589;
	font-size: 14px;
}

.single footer {
	margin-top: 0;
}

footer a {
	color: #858589;
}

.footer_menus {
	gap: 380px;
}

.footer_menus {
	margin-bottom: 45px;
}

.menu_column:first-child {
	flex: 0 0 165px;
}

.menu_column_title {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 12px;
}

footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer ul li+li {
	margin-top: 5px;
}

footer ul a {
	display: inline-block;
	border-radius: 5px;
	color: #fff;
	opacity: 0.55;
	margin: 4px 0;
}

.soc_links a img {
	display: block;
	width: 31px;
	height: 31px;
}

.menu_pars ul.footer_menu {
	display: flex;
	flex-wrap: wrap;
	gap: 70px;
	row-gap: 0;
	width: 678px;
}

.menu_pars ul.footer_menu li {
	width: calc(25% - 52.5px);
}

.menu_pars ul.footer_menu li a {
	white-space: nowrap;
}

.footer_bottom {
	padding: 35px 0;
}

.fline1 {
	justify-content: space-between;
	margin-bottom: 10px;
}

.footer_info {
	gap: 18px;
	row-gap: 12px;
	max-width: 565px;
	width: 100%;
	flex-wrap: wrap;
}

.fline2 {
	justify-content: space-between;
	align-items: flex-end;
}

.soc_links {
	gap: 7px;
}

.soc_links a {
	display: block;
}




.pc_hide, .menu_open_icon {
	display: none !important;
}

.mob_menu {
	display: none;
}

.alm-btn-wrap, .sec_menu {
	display: none !important;
}


@media (max-width: 1250px) {
	.last_news_item {
		padding-left: 25px;
	}

	.last_news_item_info {
		left: 0;
	}

	.gloss_item_title,
	input#search-glossary {
		width: 200px;
		margin-right: 30px;
	}

	.glossary-navigation, .gloss_item_info {
		width: calc(100% - 230px);
	}
	.gloss_box img {
    top: auto;
    right: 20px;
    max-width: 200px;
    bottom: 20px;
}

}

@media (max-width: 1200px) {
	nav.menu_box {
		display: flex;
		position: fixed;
		left: 0;
		transform: translateX(-100%);
		overflow: auto;
		top: 0;
		transition: all 0.3s ease-in-out;
		flex-direction: column;
		position: fixed;
		background: #fff;
		z-index: 10;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		max-height: 100vh;
		overflow-y: auto;
		padding: 20px 15px 0;
	}

	.top_line {
		justify-content: center;
	}

	a.login_link {
		position: absolute;
		top: 3px;
		right: 15px;
	}

	header {
		padding: 28px 0 25px;
	}

	.menu_open_icon {
		display: flex !important;
		width: 24px;
		height: 24px;
		position: absolute;
		left: 15px;
		top: -2px;
		background: url(images/menu_open_icon.svg) 50% no-repeat;
	}

	span.date span {
		display: none;
	}

	.single_content_box {
		width: calc(100% - 293px);
		padding-right: 70px;
	}

	nav.menu_box.open {
		transform: translateX(0);
	}

	.menu_close_icon {
		width: 33px;
		height: 33px;
		border-radius: 50%;
		background: url(images/menu_close_icon.svg) 50% no-repeat;
		display: block;
		margin-bottom: 0;
		margin-top: 0;
		flex: 0 0 33px;
	}
	.mob_head_line a.login_link {
		position: relative;
		top: auto;
		right: auto;

	}

	.copyright {
		font-size: 13px;
		color: #858589;
		margin-top: auto;
	}

	body.menu_open {
		overflow: hidden;
	}

	ul#topmenu {
		display: block;
	}

	#topmenu li a {
		font-size: 18px;
		font-weight: 800;
		margin: 0;
		display: block;
		line-height: 20px;
		text-align: center;
}

	#topmenu li+li {
		margin-top: 24px;
	}

	.menu-menu-top-container {
		margin-bottom: 20px;
	}
	.all_knows_box img {
    display: block;
    position: absolute;
    bottom: 0;
    right: 20px;
    max-width: 381px;
}
.news_block a.btn2.pc_hide {
	margin: 30px auto 0;
}
.head_line_box.d_fl {
	justify-content: center;
}
.sec_menu {
	display: block !important;
	margin: 0 -15px;
	background: #F5F3F1;
}
ul#topmenu2 {
	margin: 0;
	padding: 25px 0;
	text-align: center;
}
ul#topmenu2 li + li {
	margin-top: 15px;
}
ul#topmenu2 li a {
	display: block;
	text-align: center;
	color: #75A4D3;
}
.mob_head_line.d_fl {
	justify-content: space-between;
	align-items: center;
	padding-bottom: 20px;
}




}

@media (max-width: 1025px) {
	.d_fl {
		flex-wrap: wrap;
	}

	.last_news_item {
		padding-left: 10px;
	}

	.popular_box {
		gap: 20px;
	}

	.last_news_item {
		width: calc(100% - 400px);
	}

	.popular_block {
		padding-bottom: 100px;
	}

	.home_page_secondblock {
		padding: 60px 0;
	}

	.last_news_item {
		padding-left: 0;
	}

	.last_news_item_info {
		left: -7px;
		width: calc(100% + 14px);
	}

	.single_content_box {
		padding-right: 40px;
	}
	.gloss_box, .telegram_box {
		width: 100%;
		padding: 25px;
		position: relative;
}
.gloss_box_text {
	color: rgb(255 255 255 / 45%);
	font-weight: 400;
	font-size: 22px;
}
.telegram_box_text {
	font-weight: 400;
	font-size: 22px;
}
.telegram_box_link img {
	width: 34px;
}
.login_block span, .login_block a.btn1,
a.login_link svg {
	display: none !important;
}
a.login_link {
	background: url(images/login2.svg) 50% no-repeat;
	width: 30px;
	height: 30px;
	display: block;
}
.logo, .logo img {
	height: 32px;
	display: block;
}
.top_line {
	align-items: center;
}
header {
	padding: 20px 0;
}
.menu_open_icon {
	top: 4px;
}
.popular_block {
	padding-bottom: 60px;
}




}

@media (max-width: 920px) {
	.pc_hide {
		display: block !important;
	}

	.mob_hide {
		display: none !important;
	}

	.all_knows_block, .news_block {
		margin-bottom: 60px;
	}

	.last_news_item {
		width: 100%;
	}

	.last_news_item_img {
		height: 400px;
	}

	.last_news_item_info_box {
		padding-top: 10px;
	}

	.popular_box {
		gap: 25px;
	}

	.populat_items_box {
		width: 100%;
		padding: 25px;
	}

	.popular_item_box_title {
		margin-bottom: 18px;
	}

	.populat_item_info {
		margin-top: 3px;
		display: flex;
	}

	.news_block_item, .archive .post_item {
		width: 100%;
	}

	.gloss_box_title, .telegram_box_title {
		margin-bottom: 18px;
		font-size: 24px;
	}

	.home h1 {
		font-size: 24px;
		margin-bottom: 25px;
	}

	.home_banner_box {
		gap: 20px;
	}

	footer {
		margin-top: 70px;
	}

	.home_banners_block {
		padding-top: 0;
}

	.menu_pars ul.footer_menu {
		flex-wrap: wrap;
	}

	.menu_pars ul.footer_menu {
		gap: 40px;
		row-gap: 0;
		width: 100%;
		max-width: 100%;
	}

	.menu_pars ul.footer_menu li {
		width: calc(50% - 52.5px);
	}

	.footer_menus .menu_column {
		margin-right: 0;
		width: calc(50% - 20px) !important;
	}

	.footer_menus {
		gap: 40px;
	}

	.footer_menus .menu_column.menu_pars {
		width: 100% !important;
	}

	.menu_pars ul.footer_menu li {
		width: calc(50% - 20px);
	}

	.tags {
		gap: 8px;
		margin-bottom: 8px;
	}

	.block_title {
		font-size: 24px;
	}

	.all_knows_box {
		padding: 25px;
	}

	.gloss_search {
		flex-wrap: wrap;
	}

	input#search-glossary {
		width: 100%;
		max-width: 350px;
		margin: 0;
	}

	.glossary-navigation {
		width: 100%;
		margin-top: 20px;
	}

	.gloss_item_title {
		width: 100px;
		font-size: 55px;
		margin-right: 20px;
	}

	.gloss_item_info {
		width: calc(100% - 130px);
	}

	.gloss_top_box h1.page_title {
		font-size: 35px;
		max-width: 230px;
	}

	.gloss_slogan {
		font-size: 16px;
	}

	.single_content_box {
		padding-right: 0;
		width: 100%;
	}

	.sidebar_block.obmen_block {
		display: none;
	}

	.mob_sidebar {
		margin-bottom: 60px;
	}

	.sidebar_block1 {
		background: #FFD828 url(images/coins_mob.png) 70% 50% no-repeat;
		background-size: 120px;
}
.gloss_top_box {
	justify-content: flex-start;
}


	.sidebar_block {
		padding: 15px;
		min-height: 110px;
		border-radius: 12px;
		flex-direction: column;
		justify-content: space-between;
	}

	.sidebar_block a.btn1 {
		font-size: 0;
		background: #fff url(images/arr_right.svg) 50% no-repeat;
		position: absolute;
		top: 50%;
		right: 15px;
		width: 40px;
		height: 40px;
		border-radius: 8px;
		margin-top: -20px;
		z-index: 2;
	}

	.sidebar_block+.sidebar_block {
		margin-top: 10px;
	}

	.sidebar_block_title {
		font-size: 18px;
		margin-bottom: 0 !important;
	}

	.sidebar_text {
		font-size: 14px;
		margin-bottom: 0;
	}

	.sidebar_text br {
		display: none;
	}

	.sidebar_block3 .sidebar_text span {
		font-size: 16px;
		padding-bottom: 15px;
	}

	.sidebar_block3 .sidebar_block_title {

	}

	.sidebar_block3 .sidebar_block_title svg {
		margin-right: 7px;
		width: 11px;
		height: 11px;
		margin-top: -2px;
	}

	span.new {
		left: 15px;
		top: 15px;
		width: 31px;
		font-size: 8px;
	}

	.sidebar_block3 {
		overflow: hidden;
	}

	.sidebar_block3:after {
		background: #EAECEE url(images/moon_mob.png) 84% 100% no-repeat;
		background-size: 238px;
}
	.autor_box {
		margin-bottom: 30px;
	}

	.single .read_time {
		font-size: 18px;
		color: #000;
		padding-left: 23px;
	}

	.single span.read_time:before {
		background: url(images/clock_black.svg) 50% no-repeat;
		background-size: 17px;
		top: 4px;
		width: 17px;
		height: 17px;
		left: -2px;
}

	.single_page h1.page_title {
		margin-bottom: 18px;
		line-height: 33px;
		font-size: 24px;
	}

	p#breadcrumbs {
		font-size: 10px;
		margin-bottom: 12px;
	}

	#dynamic_toc ul li {
		padding-bottom: 13px;
		margin-bottom: 20px;
	}

	.toc_box {
		margin-bottom: 30px;
	}

	.archive p#breadcrumbs {
		font-size: 12px;
		margin-bottom: 25px;
	}
	.author_info_box {
    display: flex;
    flex-direction: column;
    line-height: 1.4;
}
.sidebar_block a.sb_btn {
	font-size: 0;
	background: #fff url(images/arr_right.svg) 50% no-repeat;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 40px;
	height: 40px;
	border-radius: 8px;
	margin-top: -20px;
	z-index: 2;
}
.sidebar_block a.sb_btn svg {
	display: none;
}
.sb_btn_box {
	position: static;
}
.sidebar_block.sidebar_block1, .sidebar_block.sidebar_block3 {
	align-items: flex-start;
	display: flex
;
	justify-content: center;
}
.sidebar_block2:after {
	right: 28px;
	top: 0;
	height: 100%;
	width: 100%;
	background: url(images/man_mob.png) 100% 0 no-repeat;
	background-size: 81%;
}
.sb_btn_box span {
	font-size: 13px;
}
.home_page_secondblock {
	padding-top: 0;
}
.head_line {
	display: none !important;
}
.gloss_slogan {
	font-size: 16px;
	max-width: 178px;
	z-index: 4;
}
li.glossary-item a {
	font-size: 24px;
}
.gloss_item_excerpt {
	font-size: 18px;
	line-height: 22px;
}

}


@media (max-width: 660px) {
	.gloss_top_box img {
    z-index: 3;
    right: 0;
    top: auto;
    width: 205px;
    bottom: 0;
}
	.popular_block {
		padding-bottom: 60px;
	}

	.gloss_box_logo {
		display: none;
	}

	.btn1 {
		line-height: 44px;
		border-radius: 8px;
		font-size: 14px;
	}
	img.pc {
    display: none !important;
}
.mob {
	display: block !important;
}
.gloss_box img {
	top: auto;
	right: 0;
	max-width: 219px;
	bottom: 0;
}
.gloss_box .btn2, .telegram_box .btn2 {
	line-height: 45px;
	max-width: 195px;
	position: relative;
	z-index: 3;
}

	footer {
		padding-top: 30px;
	}

	.footer_menus .menu_column {
		width: 100% !important;
		flex: 0 0 100%;
}

	.menu_column_title {
		padding-left: 0px;
	}

	.footer_menus {
		gap: 12px;
	}

	.menu_pars ul.footer_menu {
		display: block;
	}

	.menu_pars ul.footer_menu li {
		width: 100%;
	}

	.all_knows_box {
		text-align: left;
	}

	.all_knows_title {
		font-size: 24px;
		margin-bottom: 18px;
	}

	.all_knows_text {
		margin-bottom: auto;
		line-height: 1.15;
		margin-top: auto;
		margin: 0 0 auto !important;
	}
	.all_knows_block a.btn3 {
    margin-top: auto;
    flex: 0;
    width: 215px;
		font-size: 14px;
}

	.all_knows_block {
		height: 330px;
	}

	.all_knows_box {
		text-align: left;
		height: 100%;
		display: flex
;
		flex-direction: column;
		align-items: center;
		justify-content: c;
}

	.all_knows_box img, .f_logo {
		display: none;
	}

	.all_knows_box a.btn1 {
		max-width: 100%;
		margin: 0;
		color: #000;
		width: 100%;
		flex: 0;
	}

	.news_block a.btn2 {
		width: 100%;
		max-width: 100%;
		margin-top: 25px;
	}

	.menu_column_title {
		position: relative;
	}

	span.m_toggle {
		display: block;
		position: absolute;
		right: 15px;
		width: 25px;
		height: 25px;
		background: url(images/menu_arrow.svg) 50% no-repeat;
		background-size: 14px;
		top: 1px;
	}

	.active span.m_toggle {
		transform: rotate(180deg);
	}

	ul.footer_menu, .menu_pars ul.footer_menu, .all_knows_text br {
		display: none;
	}

	.footer_menus {
		margin-bottom: 12px;
		padding-left: 25px;
		padding-right: 25px;
	}

	.active ul.footer_menu, .active.menu_pars ul.footer_menu {
		margin-bottom: 12px;
	}

	.fline1, .fline2 {
		padding-left: 25px;
		padding-right: 25px;
	}

	.fline2 {
		font-size: 13px;
	}

	.footer_info {
		gap: 14px;
		row-gap: 12px;
		margin-bottom: 12px;
	}

	li.glossary-item a {
		margin-bottom: 9px;
	}

	li.glossary-item+li.glossary-item {
		margin-top: 30px;
	}

	.glossary-section {
		padding-bottom: 30px;
	}

	.gloss_top_box {
		padding: 25px;
		height: 240px;
	}

	.gloss_top_box h1.page_title {
		font-size: 24px;
	}

	.sidebar_block_title {
		font-size: 16px;
	}

	.sidebar_text {
		font-size: 12px;
		max-width: 219px;
	}

	.sidebar_text br {
		display: none;
	}

	.autor_box.d_fl {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
	}

	.news_block_itemimg {
		height: auto;
	}

	.fline1 {
		margin-bottom: 30px;
	}
	button.slick-next {
    right: 0px;
    top: -65px;
}
button.slick-prev {
	right: 50px;
	top: -65px;
}
.slick-list {
	padding-right: 20% !important;
}
.slider_item_img {
	height: 125px;
	border-radius: 10px;
	margin-bottom: 15px;
}
.recent_post_slider_box:after {
	width: 85px;
}
.recent_block_title {
	font-size: 24px;
}
.recent_post_block {
	padding-top: 60px;
	padding-bottom: 100px;
}
.single .slider_item_info .read_time {
	font-size: 13px;
	color: #616161;
	padding-left: 19px;
}
.single .slider_item_info span.read_time:before {
	background: url(images/clock_black.svg) 50% no-repeat;
	background-size: 11px;
	top: 1px;
	width: 13px;
	height: 14px;
	left: 1px;
}
.slider_item_info span.date {
	display: none !important;
}
.recent_post_block .slider_item_info .tags+a {
	font-size: 14px;
}
.single .slider_item_info .read_time {
	margin-bottom: 0;
}
.news_block_item_info_box.d_fl {
	justify-content: flex-start;
	gap: 20px;
	align-items: center;
}
.single_page_box {
	margin-bottom: 70px;
}
.all_knows_box img {
	display: block;
	position: absolute;
	bottom: 0;
	right: 50%;
	max-width: 381px;
	margin-right: -23px;
	bottom: 122px;
}
.all_knows_text {
	font-size: 16px;
}




}




@media (max-width: 480px) {
	.home_banner_box a.btn1 {
		width: 100%;
		max-width: 100%;
	}

	.gloss_item_title {
		width: 80px;
		font-size: 45px;
		margin-right: 0;
	}

	.gloss_item_info {
		width: calc(100% - 70px);
}
	.last_news_item_img {
		height: 390px;
}
.gloss_item_title {
	width: 70px;
}






}


@media (max-width: 415px) {
.all_knows_box img {
	bottom: 120px;
}
.gloss_top_box img {
	width: 185px;
}

}

@media (max-width: 375px) {
.gloss_top_box img {
	width: 165px;
}

}

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:before, .slick-track:after {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}

[dir="rtl"] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}