/*@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i&display=swap&subset=cyrillic,cyrillic-ext,latin-ext');*/
@import url('https://rsms.me/inter/inter.css');
html { font-family: 'Inter', sans-serif; }
@supports (font-variation-settings: normal) {
  html { font-family: 'Inter var', sans-serif; }
}
/* ToC
    0. General
    1. Header
        1.1. Header rates
        1.2. Main nav
    12. Hovers (TODO: replace into media-query for desktop only)
 */

/* ===== 0. General ===== */
html, body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: 'Ubuntu', sans-serif; */
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
main{
    min-height: calc(100% - 664px);
}
/* .has_tall_bottom_nav{ */
	/* height: 100%; */
	/* overflow-y: scroll; */
	/* -webkit-overflow-scrolling: touch; */
/* } */
.inner{
    width: 1200px;
    margin: 0 auto;
    display: block;
}
/* @keyframes search_show { */
    /* 20% { */
        /* opacity: 1; */
        /* z-index: 3; */
        /* width: 53px; */
    /* } */
    /* 100% { */
        /* opacity: 1; */
        /* z-index: 3; */
        /* width: 293px; */
    /* } */
/* } */
/* @keyframes search_hide { */
    /* 0% { */
        /* opacity: 1; */
        /* z-index: 3; */
        /* width: 293px; */
    /* } */
    /* 80% { */
        /* opacity: 1; */
        /* z-index: 3; */
        /* width: 53px; */
    /* } */
    /* 100% { */
        /* opacity: 0; */
        /* z-index: 1; */
        /* width: 53px; */
    /* } */
/* } */
h1{
    font-weight: 700;
    font-size: 56px;
    line-height: 64px;
    letter-spacing: 0.02em;
    color: #474A60;
}
body{
    background: #F5F8FF;
}
.single, .page{
    background: #fff;
}

/* ===== 1. Header ===== */
header{
    display: block;
    background: url('img/headerbg_7.jpg') no-repeat center #17181F;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.mob_header, .mob_bottom_nav, .mob_nav_popup, .article_image_mob{
    display: none;
}

/* ===== 1.1. Header rates ===== */
.header_rates_blk{
    /* display: block; */
    display: none;
    background: #303138;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 4px 4px rgba(0, 0, 0, 0.25);
    height: 22px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.header_rates_blk .rates_wrapper{
    width: 150%;
    height: 100%;
}
.header_rates_blk p, .header_rates_blk a{
    display: inline-block;
    vertical-align: top;
    line-height: 22px;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #c6c9da;
    margin: 0 26px 0 0;
    padding: 0;
}
.header_rates_blk a{
    color: #f6af25;
    text-decoration: none;
    transition: color 0.2s ease-out;
    margin: 0;
}
.header_rates_blk .up{
    color: #9af625;
}
.header_rates_blk .down{
    color: #ff666f;
}

/* ===== 1.2. Main nav ===== */
.main_nav{
    display: block;
    height: 72px;
    /* background: #17181F; */
}
.main_nav .main_logo{
    display: inline-block;
    vertical-align: top;
    margin-top: 19px;
	width: 141px;
    height: 34px;
	position: relative;
}
.main_nav .main_logo:before{
	content: "";
	position: absolute;
	width: 141px;
    height: 34px;
	top: 0;
	left: 0;
	background: url('img/logo.svg') no-repeat top;
	opacity: 1;
	transition: opacity .2s ease-in-out;
}
.main_nav .main_logo:after{
	content: "";
	position: absolute;
	width: 141px;
    height: 34px;
	top: 0;
	left: 0;
	background: url('img/logo.svg') no-repeat bottom;
	opacity: 0;
	transition: opacity .2s ease-in-out;
}
.main_nav .main_logo img{
    height: 34px;
	display: none;
}
.main_nav ul#menu-header_main_menu{
    display: inline-block;
    vertical-align: top;
    max-width: 470px;
    padding: 0 40px 0 0;
    height: 14px;
    overflow: hidden;
    margin: 29px 0 0 70px;
    position: relative;
}
.main_nav ul#menu-header_main_menu li{
    display: inline-block;
    vertical-align: top;
    list-style: none;
    margin: 0 13px 0 0;
    line-height: 14px;
}
.main_nav ul#menu-header_main_menu li a, .hidden_items_wrap li a{
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    transition: color .2s ease-in-out;
}
.main_nav_right{
    float: right;
    height: 29px;
    margin-top: 21px;
    /* position: relative; */
	
	    /* position: absolute; */
    /* top: 0; */
    /* right: 0; */
}
.main_nav_right .search_btn{
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 29px;
    margin: -1px 0 0 0;
    background: url('img/mob_header_show_search.svg') no-repeat right center;
    background-size: 23px 24px;
	padding-left: 18px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    border-left: 1px #65687D solid;
    transition: background-image .2s ease-in-out;
}
.search_form{
    position: absolute;
	top: 20px;
    right: 0;
    width: 0;
    overflow-x: hidden;
    height: 30px;
    opacity: 0;
    z-index: 3;
    /* animation: search_hide .3s ease-out forwards;	*/
	transition: width .2s ease-in-out, opacity .2s ease-in-out;
    /* display: none; */
}
.search_form.toggle{
    /* animation: search_show .3s ease-out forwards; */
	width: calc(100% - 213px);
	opacity: 1;
}
.search_form input[type="text"]{
    width: calc(100% - 74px);
    height: 29px;
    padding: 0 63px 0 10px;
    border: 1px #65687D solid;
	border-width: 0 0 1px 1px;
    outline: none;
    background: #17181F;
	color: #fff;
}
.search_form button[type="submit"]{
	display: inline-block;
    vertical-align: middle;
    width: 137px;
    height: 29px;
    margin: 0;
    background: url('img/mob_header_show_search.svg') no-repeat right center #17181F;
    background-size: 23px 24px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: background-image .2s ease-in-out;
	/* border: 1px #65687D solid; */
	/* border-width: 0 0 1px 0; */
    border: none;
    outline: none;
	position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	font-family: 'Ubuntu', sans-serif;
}
.search_form button[type="submit"]:before{
	content: "Нажмите ввод";
	font-size: 10px;
	line-height: 11px;
	letter-spacing: 0.03em;
	color: #65687D;
	transition: .2s ease-in-out;
}
.search_form.toggle button[type="submit"], .scrolled_header .search_form.toggle button[type="submit"]{
	background-image: url('img/mob_header_show_search_g.svg')
}
.search_form input[type="submit"]{
    width: 53px;
    height: 29px;
    border: none;
    outline: none;
    background: url('img/mob_header_show_search_b.svg') no-repeat center #E7A320;
    background-size: 23px 24px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	font-family: 'Ubuntu', sans-serif;
}
.tags_nav{
    /*text-align: center;*/
    /* background: #fff; */
	padding-bottom: 10px;
}
.tags_nav .inner{
    position: relative;
}
.tags_nav .tags_wrap{
    height: 18px;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.tags_nav .inner .arrow_left{
    position: absolute;
    left: 0;
    top: 0;
    background: #17181F;
    width: 36px;
    height: 18px;
    transform: rotate(-180deg);
    display: none;
}
.tags_nav .inner .arrow_right{
    position: absolute;
    right: 0;
    top: 0;
    background: #17181F;
    width: 36px;
    height: 18px;
    display: none;
}
.tags_nav .inner .arrow_right:before, .tags_nav .inner .arrow_left:before {
    content: "";
    width: 36px;
    height: 16px;
    background: url(img/arrow_ico_w.svg)no-repeat right center;
    position: absolute;
    left: 0;
    top: 1px;
}
.tags_nav .inner.has_arrows .tags_wrap{
    width: 1128px;
    padding: 0 36px;
}
.tags_nav .inner.has_arrows .arrow_left, .tags_nav .inner.has_arrows .arrow_right{
    display: block;
}
.tags_nav ul{
    display: block;
    margin: 0;
    padding: 0;
}
.tags_nav ul li{
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
}
.tags_nav a{
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    padding: 2px 11px;
    border-radius: 18px;
    color: #fff;
    text-decoration: none;
    background: #474A60;
    margin: 0 10px 0 0;
    transition: background-color .2s ease-in-out, color .2s ease-in-out;
}
.tags_nav li.current-menu-item a{
	background-color: #F6AF25;
	color: #17181F;
}

/*mob nav*/
.mob_header{
	display: block;
	height: 40px;
	/* background: #17181F; */
	background: url('img/headerbg_7.jpg') no-repeat center #17181F;
	background-size: cover;
	position: relative;
	text-align: center;
	position: fixed;
    top: 0;
	width: 100%;
    z-index: 25;
}
body[data-device_type="2"], body[data-device_type="1"]{
	padding-top: 40px;
}
.mob_header>a{
	line-height: 40px;
	display: inline-block;
	height: 34px;
	overflow: hidden;
}
.mob_header>a>img{
	width: 108px;
	margin-top: 7px;
}
.mob_header .mob_header_show_nav{
	position:absolute;
	cursor: pointer;
	width: 54px;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(img/mob_header_show_nav.svg)no-repeat center;
}
.mob_header .mob_header_show_nav.active{
	background: url(img/mob_header_show_nav_a.svg)no-repeat center;
}
.mob_header .mob_header_show_search{
	position:absolute;
	cursor: pointer;
	width: 52px;
	top: 0;
	left: 0;
	bottom: 0;
	background: url(img/mob_header_show_search.svg)no-repeat center;
}
.mob_header .mob_header_show_search.active{
	background: url(img/mob_header_show_search_a.svg)no-repeat center;
}
.mob_bottom_nav{
	display: block;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	height: 43px;
	background: #17181F;
	z-index: 9;
	/* padding-bottom: 20px; */
	transition: bottom .2s ease-in-out;
}
.mob_bottom_nav.hidden{
	bottom: -73px;
}
/* .has_tall_bottom_nav .mob_bottom_nav{ */
	/* padding-bottom: 20px; */
/* } */
.mob_bottom_nav_wrap{
	height: 43px;
	width: calc(100% - 51px);
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}
.mob_bottom_nav_switch{
	width: 51px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(img/mob_bottom_nav_switch.svg)no-repeat center #303138;
	cursor: pointer;
}
.mob_bottom_nav_switch.active{
	background: url(img/mob_bottom_nav_switch_a.svg)no-repeat center #303138;
}
.mob_bottom_nav ul{
	display: flex;
	list-style: none;
	padding: 0 10px;
	height: 43px;
	margin: 0;
	align-items: center;
}
.mob_bottom_nav ul:last-of-type{
	display: none;
}
.mob_bottom_nav ul li{
	flex: 0 0 auto;
	text-align: center;
	padding: 0 10px;
	margin: 0;
	font-weight: 500;
	font-size: 10px;
	line-height: 11px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #DCDFF0;
	cursor: pointer;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}
.mob_bottom_nav ul li a{
	color: #DCDFF0;
	text-decoration: none;
	line-height: 43px;
	display: block;
	cursor: pointer;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}
.mob_bottom_nav_more{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 66px;
	cursor: pointer;
	background: url(img/three_dots_bottom.svg) #17181F center 20px no-repeat;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}
.mob_nav_popup{
	display: block;
	position: fixed;
	top: 0;
	width: 100%;
	right: -100%;
	/* bottom: 63px; */
	bottom: 0;
	z-index: 999;
	background: #0E0F14;
	transition: right .3s ease-in-out;
}
.mob_search_popup{
	display: block;
	position: fixed;
	top: 40px;
	left: 0;
	width: 100%;
	height: 0;
	/* bottom: 63px; */
	bottom: 0;
	overflow: hidden;
	z-index: 999;
	background: #0E0F14;
	transition: height .2s ease-in-out;
}
.mob_search_popup.active{
	height: 100%;
}
.mob_search_popup .mob_search_form{
	display: block;
	margin: 0 10px;
}
.mob_search_popup .mob_search_form input[type="text"]{
	height: 36px;
	background: #FFFFFF;
	border-radius: 3px;
	border: none;
	outline: none;
	width: calc(100% - 20px);
	padding: 0 10px;
	text-align: center;
	margin: 10px 0;
	font-family: 'Inter var', sans-serif;
	font-size: 16px;
}
.mob_search_popup .mob_search_form input[type="submit"]{
	height: 36px;
	background: #FFFFFF;
	border-radius: 3px;
	border: none;
	outline: none;
	width: 100%;
	text-align: center;
	font-family: 'Inter var', sans-serif;
	font-size: 13px;
	color: #17181F;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	background: linear-gradient(180deg, #FFBC3A 0%, #E7A320 100%);
}
.mob_search_popup .mob_search_form input[type="submit"][disabled]{
	background: #DEE2EB;
	color: #C6C9DA;
}
.mob_search_popup .close_area{
	width: 100%;
    height: 100%;
}
/* .has_tall_bottom_nav .mob_nav_popup{ */
	/* bottom: 63px; */
/* } */
.mob_nav_popup.active{
	right: 0;
}
.mob_nav_popup .mob_search_form{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 54px;
}
.mob_nav_popup .mob_search_form input[type="text"]{
	position: absolute;
	top: 0;
	bottom: 0;
	width: calc(100% - 71px);
	padding: 0 51px 0 20px;
	border: none;
	outline: none;
	font-size: 16px;
}
.mob_nav_popup .mob_search_form input[type="submit"]{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50px;
	border: none;
	outline: none;
	padding: 0;
	background: url('img/search_ico_f.svg') no-repeat left center #fff;
	background-size: 30px auto;
}
.mob_nav_popup_wrap{
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0 10px;
}
#mob_popup_main_nav{
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
#mob_popup_tags_nav{
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}
#mob_popup_main_nav li{
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	text-align: center;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}
#mob_popup_main_nav li a{
	color: #DCDFF0;
	text-decoration: none;
	display: block;
	margin: 7px 0;
	border: 1px solid #303138;
	box-sizing: border-box;
	border-radius: 3px;
	line-height: 34px;
}
#mob_popup_main_nav li.active a{
	border: 1px solid #E7A320;
	color: #E7A320;
}
#mob_popup_tags_nav li{
	display: block;
	margin: 7px 0;
}
#mob_popup_tags_nav li a{
	width: calc(100% - 20px);
	padding: 0 10px;
	text-align: center;
	background: #303138;
	border-radius: 3px;
	line-height: 36px;
	display: block;
	font-size: 13px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #C6C9DA;
	text-decoration: none;
	font-weight: 600;
}
#mob_popup_tags_nav li.active a{
	background: linear-gradient(180deg, #FFBC3A 0%, #E7A320 100%);
	color: #17181F;
}
.mob_header, .mob_bottom_nav, .mob_nav_popup{
	display: none;
}
[data-device_type="1"] .mob_header, [data-device_type="1"] .mob_bottom_nav, [data-device_type="1"] .mob_nav_popup, [data-device_type="2"] .mob_header, [data-device_type="2"] .mob_bottom_nav, [data-device_type="2"] .mob_nav_popup{
	display: block;
}
.mob_header .toggle_services_bar {
	position: absolute;
	width: 16px;
	height: 100%;
	background: url(img/header_services_btn.svg) no-repeat center;
	cursor: pointer;
	top: 0;
	left: 50%;
	margin-left: 70px;
	transition: none;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}
.mob_header .toggle_services_bar:before{
	content:"";
	position:absolute;
	border: 1px solid #464c82;
	box-sizing: border-box;
	border-radius: 3px;
	width: 16px;
	height: 16px;
	left: 0;
	top: 12px;
	transform-origin: center;
	transition: height .2s ease-in-out, top .2s ease-in-out;
}
.mob_header .toggle_services_bar.active{
	/* transform: rotate(180deg); */
	background: url(img/header_services_btn_a.svg) no-repeat center;
}
.mob_header .toggle_services_bar.active:before{
	transform: rotate(-180deg);
	height: calc(100% - 2px);
	top: 1px;
	border-color: #E7A320;
}
[data-device_type="1"] #mob_popup_tags_nav{
	text-align: right;
}
[data-device_type="1"] #mob_popup_tags_nav li{
	display: inline-block;
	margin: 10px 0 10px 10px;
}
[data-device_type="1"] #mob_popup_tags_nav li a{
	padding: 0 20px;
	width: calc(100% - 40px);
}
[data-device_type="1"] header, [data-device_type="2"] header, [data-device_type="1"] .scrolled_header, [data-device_type="2"] .scrolled_header, [data-device_type="1"] .gototop, [data-device_type="2"] .gototop, [data-device_type="1"] .main_page_filters, [data-device_type="2"] .main_page_filters{
	display: none !important;
}
.mob_nav_popup .footer_socials, [data-device_type="2"] .footer_socials{
	margin: 15px 0;
}
[data-device_type="2"] footer .footer_socials{
	margin: 0 !important;
}
.mob_nav_popup .footer_social_blk, [data-device_type="2"] .footer_social_blk{
	display: inline-block;
	vertical-align: top;
	width: calc(20% - 9.3px);
	margin-right: 7px;
	border: 1px solid #303138;
	box-sizing: border-box;
	border-radius: 3px;
}
.mob_nav_popup .footer_social_blk:last-child, [data-device_type="2"] .footer_social_blk:last-child{
	margin-right: 0;
}
.mob_nav_popup .footer_social_blk.tg, [data-device_type="2"] .footer_social_blk.tg{
	display: block;
	width: 100%;
    height: auto;
	border: none;
	background: none;
	padding: 0;
}
.mob_nav_popup .footer_social_blk.tg a, [data-device_type="2"] .footer_social_blk.tg a{
	border: 1px solid #303138;
	box-sizing: border-box;
	border-radius: 3px;
	font-weight: 600;
	font-size: 15px;
	margin: 7px 0;
	line-height: 34px;
	color: #DCDFF0;
	position: relative;
}
.mob_nav_popup .footer_social_blk.tg a:after, [data-device_type="2"] .footer_social_blk.tg a:after{
	content: "";
	width: 17px;
	height: 15px;
	top: 11px;
	right: 21px;
	background: url(img/fsb_tg_ico_w.svg) no-repeat center;
	position: absolute;
    background-size: 100%;
}
.mob_nav_popup .footer_about{
	padding: 20px 10px 10px 10px;
	margin: 20px -10px;
	background: #17181F;
}
.mob_nav_popup .footer_about>a, [data-device_type="2"] .footer_about>a{
	margin: 7px 0;
	border: 1px solid #DCDFF0;
	box-sizing: border-box;
	border-radius: 3px;
	font-weight: 600;
	font-size: 13px;
	line-height: 34px;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #DCDFF0;
}
.mob_nav_popup .footer_terms_links{
	/* margin-top: 30px; */
	float: none;
}
.mob_nav_popup .footer_terms_links a{
	font-size: 15px;
	border: none;
	margin: 10px 0;
	color: #DCDFF0;
	font-weight: 400;
}
.mob_nav_popup .footer_logo_blk, [data-device_type="2"] .footer_logo_blk{
	text-align: center !important;
}
.mob_nav_popup .footer_logo_blk img{
	filter: brightness(0) invert(1);
	height: 23px;
}
[data-device_type="2"] .footer_terms{
	width: 100%;
}
.mob_nav_popup .footer_logo_blk span, .mob_nav_popup .footer_logo_blk a, [data-device_type="2"] .footer_logo_blk a{
	display: inline-block;
	vertical-align: middle;
}
.mob_nav_popup .footer_logo_blk span, [data-device_type="2"] .footer_logo_blk span{
	font-size: 15px;
	letter-spacing: 0.02em;
	color: #DCDFF0;
	margin-left: 6px;
}
.mob_nav_popup_wrap>span{
	display: block;
	font-size: 13px;
	line-height: 140%;
	text-align: center;
	letter-spacing: 0.02em;
	color: #DCDFF0;
	margin-top: 12px;
}
.mob_nav_popup_wrap>span:last-child, [data-device_type="2"] .footer_terms>span:last-child{
	margin: 20px 0;
	color: #797B87;
}
[data-device_type="2"] .footer_terms>span{
	text-align: center;
}

/*SUBSCRIBE BLK*/
.subscribe_blk{
    display: block;
				  
    background: #e9ecff;
    z-index: 2;
    position: relative;
    /*margin-top: 30px;*/
}
.subscribe_blk_desc{
    padding:  33px 0 35px 0;
    color:#fff;
    font-size: 15px;
	background: url(img/headerbg_7.jpg) no-repeat center #4A4D63;
    background-size: cover;
    /* background: #4A4D63; */
    z-index: 2;
    position: relative;
}
.subscribe_blk_desc .about_mailing{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 37px;
}
.subscribe_blk_desc .about_mailing>div:first-child{
    line-height: 140%;
    max-width: 493px;
    width: 100%;
}
.subscribe_blk_desc .about_mailing>div:last-child{
    line-height: 140%;
    max-width: 605px;
    width: 100%;
}
/*.subscribe_blk:before{*/
    /*content: "";*/
    /*display: block;*/
    /*width: 100%;*/
    /*height: 30px;*/
    /*background: #fff;*/
/*}*/
.subscribe_blk .inner{
    position: relative;
}
.subscribe_blk .subscribe_blk_title{
    margin: 0;
    line-height: 120%;
    font-weight: 500;
    font-size: 32px;
    /*letter-spacing: 0.02em;*/
    padding-top: 29px;
}
.subscribe_blk form{
    display: flex;
    margin-top: 40px;
    padding-bottom: 40px;
    flex-wrap: wrap;
    justify-content: space-between;
 }
.subscribe_blk form .radio_blc{
    width: 45%;
}
.subscribe_blk form .radio_blc input{
    display: none;
}
.subscribe_blk form .radio_blc input:checked + label:after{
    border:1px solid #36B80B;
}
.subscribe_blk form .radio_blc input:checked + label:before{
    content: "";
    position: absolute;
    left: 6px;
    top:50%;
    transform: translateY(-50%);
    height: 10px;
    width: 10px;
    border-radius: 100%;
    background: #36B80B;
    z-index:2;
}
.subscribe_blk form .radio_blc label{
    position: relative;
    padding-left:37px;
    font-size: 18px;
    color: #17181F;
    margin-bottom: 13px; 
    display: inline-block;
    cursor: pointer;
}
.subscribe_blk form .radio_blc label:after{
    content: "";
    position: absolute;
    left: 0;
    top:50%;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    border-radius: 100%;
    border:1px solid #fff;
    background: #fff;
    z-index:1;
}

.subscribe_blk form input[type="email"]{
    width: 540px;
    height: 56px;
    background: #FFFFFF;
    border: 0px solid #DEE2EB;
    border-radius: 34px;
    outline: none;
    padding: 0 0 0 23px;
    font-size: 21px;
    letter-spacing: 0.03em;
}
.subscribe_blk form input[type="email"]::placeholder{
    color: #17181F;
}

.subscribe_blk  .email_blk{
    position: relative;
}
.subscribe_blk form input[type="submit"], .subs_lnk{
    position: absolute;
    width: 218px;
    height: 56px;
    background: #E7A320;
    border-radius: 34px;
    border: none;
    outline: none;
    top: 0;
    right: 0;
    font-weight: 700;
    font-size: 21px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #17181F;
    cursor: pointer;
    transition: background-color .2s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
    font-family: 'Ubuntu', sans-serif;
}
#custom_page_subscribe_form{
	display: block;
	position: relative;
}
#custom_page_subscribe_form + p{
	padding-top: 10px;
}
#custom_page_subscribe_form input[type="email"]{
	background: #FFFFFF;
	border: 1px solid #DEE2EB;
	box-sizing: border-box;
	border-radius: 3px;
	height: 42px;
	width: calc(100% - 42px);
	padding-left: 10px;
	outline: none;
	font-family: 'Inter', sans-serif;
    font-size: 18px;
}
.post_content #custom_page_subscribe_form input[type="email"]{
	margin-bottom: 15px;
}
#custom_page_subscribe_form input[type="submit"]{
	width: 204px;
	height: 42px;
	background: #E7A320;
	border-radius: 40px;
	position: absolute;
	top: 0;
	right: 0;
	outline: none;
	border: none;
	font-weight: 500;
	font-size: 18px;
	color: #17181F;
	cursor: pointer;
	font-family: 'Inter', sans-serif;
	transition: background-color .2s ease-in-out;
}
#custom_page_subscribe_form input[name="custom_page_subscribe"]{
	display: none;
}
#custom_page_subscribe_form input[name="custom_page_subscribe"] + label{
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0.02em;
	color: #17181F;
	position: relative;
	padding-left: 37px;
	margin-bottom: 10px;
	display: block;
	cursor: pointer;
}
#custom_page_subscribe_form label[for="custom_page_subscribe_1"] + br{
	display: none;
}
#custom_page_subscribe_form input[name="custom_page_subscribe"] + label:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	border: 1px #DEE2EB solid;
	transition: border-color .2s ease-in-out;
}
#custom_page_subscribe_form input[name="custom_page_subscribe"]:checked + label:before{
	border-color: #36B80B;
}
#custom_page_subscribe_form input[name="custom_page_subscribe"]:checked + label:after{
	content: "";
	position: absolute;
	top: 6px;
	left: 6px;
	width: 10px;
	height: 10px;
	background: linear-gradient(180deg, rgba(174, 255, 154, 0.62) 0%, rgba(36, 179, 0, 0.62) 100%), radial-gradient(95% 95% at 50% 30%, #4AE800 0%, #319A00 100%);
	border-radius: 12px;
}
.page-id-109537 .subscribe_blk, .page-id-109537 .subscribe_blk_desc {
	display: none;
}
.subs_lnk{
    text-decoration: none;
    line-height: 58px;
    right: auto;
    left: -389px;
    top: 70px;
    z-index: 1;
}
.subs_lnk:before{
    content: "Заказать";
    position: absolute;
    width: 218px;
    height: 58px;
    background: #E7A320;
    border-radius: 34px;
    z-index: -1;
    font-weight: 500;
    font-size: 21px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #17181F;
    left: 0;
}
.subs_lnk:after{
    content: "";
    position: absolute;
    width: 794px;
    height: 198px;
    background: url(img/sp_subs_btn_bg.svg)no-repeat center;
    left: -55px;
    z-index: -2;
    top: -70px;
}

/* ===== footer ===== */
footer{
    background: #0E0F14;
    padding: 50px 0;
    display: block;
    clear: both;
    margin-top:auto;
	z-index: 2;
    position: relative;
}
.footer_socials{
    display: block;
}
.footer_socials a{
    display: inline-block;
    vertical-align: middle;
    margin-right: 32px;
}
.footer_about{
    margin-top: 50px;
    display: block;
}
.footer_about span, .footer_terms>span{
    display: inline-block;
    vertical-align: middle;
    width: 505px;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin-right: 45px;
}
.footer_about a{
    font-weight: 700;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
    color: #E7A320;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    padding: 0 22px;
    border: 2px solid #E7A320;
    border-radius: 30px;
    margin-right: 15px;
    transition: color .2s ease-in-out, border-color .2s ease-in-out, background-color .2s ease-in-out;
}
.footer_terms{
    margin-top: 55px;
    display: block;
}
.footer_terms .footer_logo_blk{
    display: inline-block;
    vertical-align: top;
    width: 128px;
    text-align: right;
    margin-right: 32px;
}
.footer_terms .footer_logo_blk img{
    display: block;
    width: 100%;
	filter: brightness(0) invert(1);
	/* transition: filter .2s ease-in-out; */
}
.footer_terms .footer_logo_blk span{
    font-size: 13px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}
.footer_terms>span{
    width: 550px;
    margin: 0;
    font-size: 12px;
}
.footer_terms_links{
    float: right;
    display: inline-block;
    vertical-align: top;
    text-align: right;
}
.footer_terms_links a{
    display: block;
    text-decoration: none;
    font-size: 14px;
    line-height: 170%;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    transition: color .2s ease-in-out;
}

/* ===== go to top button =====*/
#gototop {
    position: fixed;
    right: 50px;
    bottom: 50px;
    width: 58px;
    height: 58px;
    display: none;
    cursor: pointer;
    z-index: 9;
    opacity: 0;
    /*background: url(img/gototop.svg) no-repeat center #d70000;*/
    background-size: 33px;
    box-shadow: 0 2px 2px rgba(23, 24, 31, 0.2), 0 3px 4px rgba(21, 26, 56, 0.2);
    border-radius: 14px;
}
.cell{
    background: #fff;
    border-color: #fff !important;
}
.main_page_grid, .category_page_grid{
    margin-top: 20px;
    width: 100%;
}
.main_page_grid .cell{
    border: 1px solid #DEE2EB;
    box-sizing: border-box;
    flex: 0 1 auto;
    width: 100%;
    margin: 7.5px;
    position: relative;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}
.main_page_grid .row{
    display: flex;
    align-items: stretch;
    box-sizing: border-box;
    margin: 0 -7.5px;
}
.main_page_grid .row_1{
    height: 400px;
}
.main_page_grid .row_1 .cell{
    width: 390px;
}
.main_page_grid .row_2{
    height: 213px;
}
.main_page_grid .row_2 .cell{
    width: 292.5px;
}
.post_item{
    display: block;
    width: 100%;
    margin: 0;
    height: 100%;
    background: #fff;
    position: relative;
    transition: box-shadow .2s ease-in-out;
}
.post_item p{
    margin: 0 10px;
}
[data-post_type="0"] .post_item .image_blk{
    display: block;
    height: 198px;
    background-size: cover;
    background-position: center;
}
[data-post_type="0"] .post_item .text_blk{
    display: block;
    height: 192px;
    overflow: hidden;
}
[data-post_type="0"] .post_item .text_blk p{
    font-weight: 700;
    font-size: 24px;
    line-height: 110%;
    color: #17181F;
    margin:0 22px;
    padding-top: 16px;
}
.post_item .text_blk p, .post_item .text_blk span{
    transition: color .2s ease-in-out;
}
.post_item>a{
    text-decoration: none;
	display: block;
    height: 100%;
}
.post_meta{
    position: absolute;
    right: 22px;
    left: 22px;
    bottom: 18px;
    z-index: 3;
    font-size: 12px;
    line-height: 14px;
    text-align: right;
    letter-spacing: 0.03em;
    color: #474A60;
}
.cat_visible .post_meta{
    left: 420px;
}
.post_meta .post_cat, .post_meta .trending_cat{
    float: left;
    color: #474A60;
    text-decoration: none;
}
.main_page_grid .post_meta .trending_cat{
    color: #fff;
}
.post_meta .author_lnk{
    color: #474A60;
    text-decoration: none;
    margin-right: 10px;
}
.post_meta .post_date{
    float: right;
}
.has_trending .post_date{
    display: none;
}
[data-post_type="1"] .post_item .image_blk{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: 1;
}
[data-post_type="1"] .post_item .text_blk{
    display: block;
    position: absolute;
    bottom: 66px;
    z-index: 3;
    color: #fff;
}
[data-post_type="1"] .post_item .text_blk p{
    font-weight: 700;
    font-size: 28px;
    line-height: 110%;
    margin:0 22px;
}
[data-post_type="1"] .post_item a:after{
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 29px);
    left: 0;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(360deg, rgba(7, 14, 65, 0.73) 38.77%, rgba(4, 26, 175, 0) 100%);
    transition: background .2s ease-in-out;
}
[data-post_type="1"] .post_item .post_meta, [data-post_type="1"] .post_item .post_meta .post_cat{
    color: #fff;
}
[data-post_type="2"] .post_item .image_blk{
    /*display: none;*/
    height: 0;
}
[data-post_type="2"] .post_item .text_blk p{
    padding-top: 22px;
    margin: 0 34px 0 22px;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    color: #17181F;
}
.row_1 [data-no_image="1"] .post_item .text_blk p{
    font-weight: 700;
    font-size: 28px;
    line-height: 110%;
    margin:0 22px;
}
.row_1 [data-no_image="1"] .post_item .text_blk span.post_excerpt{
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #17181F;
    margin: 20px 22px 0 22px;
    display: block;
}
.main_page_grid .row_2 .cell .post_item .post_meta .post_cat, .post_cat.news_cat{
    display: none;
}
.main_page_grid .post_excerpt{
    display: none;
}
.has_brba{
	background: #DCDFF0;
    position: relative;
}
/* .has_brba:after{ */
    /* content: "BANNER"; */
    /* position: absolute; */
    /* color: #fff; */
    /* font-size: 20px; */
    /* font-weight: 700; */
    /* width: 100%; */
    /* text-align: center; */
    /* line-height: 24px; */
    /* top: 50%; */
    /* margin-top: -12px; */
/* } */
.has_list{
    padding-bottom: 42px;
    background: #fff;
    border-color: #fff !important;
	border: 1px solid #DEE2EB !important;
}
.list{
    padding: 22px 0 0 22px;
    height: calc(100% - 22px);
    overflow: hidden;
    scrollbar-color: #65687D #E6EBF5;
    scrollbar-width: thin;
    /*background: #fff;*/
}
.list p{
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.02em;
    color: #17181F;
    margin: 0 22px 14px 0;
}
.list p a{
    color: #17181F;
    text-decoration: none;
}
/* width */
.list::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.list::-webkit-scrollbar-track {
    background: #E6EBF5;
}

/* Handle */
.list::-webkit-scrollbar-thumb {
    background: #65687D;
}

/* Handle on hover */
.list::-webkit-scrollbar-thumb:hover {
    background: #65687D;
}
/*rates widget*/
.currency_str{
    display: block;
    margin-bottom: 13px;
}
.currency_str .image_blk{
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    text-align: center;
}
.currency_str .image_blk img{
    max-width: 50px;
    max-height: 50px;
}
.currency_str .currency_name_blk{
    display: inline-block;
    vertical-align: middle;
    width: 133px;
    /*margin-left: 14px;*/
}
.currency_str .currency_name_blk span, .currency_str .currency_prices span{
    display: block;
}
.currency_str .currency_name_blk span:first-child{
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #17181F;
	display: block;
	margin-bottom: 7px;
}
.currency_str .currency_name_blk span:last-child{
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #17181F;
}
.currency_str .currency_prices{
    display: inline-block;
    vertical-align: middle;
    width: 210px;
    text-align: right;
}
[data-list_type="currency_com_rates"] .currency_str .currency_prices{
    width: 138px;
}
[data-list_type="currency_com_rates"] .currency_str a{
	display: inline-block;
    vertical-align: middle;
    width: 57px;
    text-align: center;
	margin-left: 15px;
	background: #FFFFFF;
	box-shadow: 0px 0px 2px rgba(61, 71, 143, 0.2), 0px 2px 4px rgba(61, 71, 143, 0.15);
	border-radius: 24px;
	line-height: 34px;
    background: url(/wp-content/themes/forklogv2/img/currencycom_widget_logo.svg) no-repeat center #fff;
    height: 34px;
	background-size: 23px auto;
	transition: background-color .2s ease-in-out;
}
[data-list_type="currency_com_rates"] .currency_str a img{
	width: 23px;
	margin-top: 5px;
}
.currency_str .currency_prices span:first-child{
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #17181F;
	display: block;
	margin-bottom: 7px;
}
.currency_str .currency_prices span:last-child{
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #17181F;
}
.currency_str .currency_prices span.down:before{
    content: "▼";
    color: #B1525A;
    font-size: 10px;
    margin-right: 3px;
    display: inline-block;
    vertical-align: middle;
}
.currency_str .currency_prices span.up:before{
    content: "▲";
    color: #77C90E;
    font-size: 10px;
    margin-right: 3px;
    display: inline-block;
    vertical-align: middle;
}
.list .sp_list_item{
    color: #17181F;
    text-decoration: none;
    margin-bottom: 18px;
    display: block;
}
.list .sp_list_image{
    display: inline-block;
    vertical-align: top;
    width: 75px;
    height: 50px;
    background-size: cover;
    background-position: center;
}
.list .sp_list_item span{
    display: inline-block;
    vertical-align: top;
    width: 254px;
    margin-left: 15px;
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.02em;
    color: #17181F;
    margin-top: -2px;
}
.list span, .list a{
    transition: color .2s ease-in-out;
}
.has_list .list_title, .youtube_widget .yt_widget_playlist .list_title{  /*!!!*/
    padding: 0 23px;
	right: 0;
	height: 50px;
	line-height: 50px;
	bottom: 0;
	text-align: center;
	border: 1px solid #DEE2EB;
	background:#fff;
	box-sizing: border-box;
	border-radius: 27.5px 0 0 0;
	border-width: 1px 0 0 1px;
	transition: background .2s ease-in-out;
	text-transform: uppercase;
    color: #17181F;
    opacity: 1;
	font-weight: 700;
    text-decoration: none;
    font-size: 12px;
	position: absolute;
}
.has_list[data-list_type="rates"]{
	border: 1px solid #DEE2EB !important;
	box-sizing: border-box;
}
/*.has_list[data-list_type="rates"] .list_title, .has_list[data-list_type="hub_news"] .list_title, .has_list[data-list_type="week_top"] .list_title{
	padding: 0 23px;
	right: 0;
	height: 50px;
	line-height: 50px;
	bottom: 0;
	text-align: center;
	border: 1px solid #DEE2EB;
	background:#fff;
	box-sizing: border-box;
	border-radius: 27.5px 0 0 0;
	border-width: 1px 0 0 1px;
	transition: background .2s ease-in-out;
}*/
.rates_list_buttons, .widget_list_buttons{
	position: absolute;
	top: 0;
	left: 0;
}
.rates_list_buttons span, .widget_list_buttons span{ /*!!!*/
	display: inline-block;
	padding: 0 22px 0 45px;
	margin-left: -32px;
	height: 40px;
	line-height: 40px;
	font-weight: 600;
	font-size: 13px;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #303138;
	vertical-align: top;
	border: 1px solid #DEE2EB;
	box-sizing: border-box;
	border-radius: 0px 0px 27.5px 0px;
	border-width: 0 1px 1px 0;
	background: linear-gradient(180deg, #FFF 0%, #FFF 100%);
	position: relative;
	z-index: 2;
	cursor: pointer;
	transition: background .2s ease-in-out;
}
.rates_list_buttons span:nth-child(2), .widget_list_buttons span:nth-child(2){
	z-index: 3;
}
.rates_list_buttons span:first-child, .widget_list_buttons span:first-child{
	padding: 0 22px;
	margin-left: 0;
	z-index: 4;
}
.rates_list_buttons span img{
	margin-top: 8px;
	width: 22px;
}
.list[data-list_type="rates"], .list[data-list_type="defi_rates"] {
	padding-top: 64px;
}
.list[data-list_type="currency_com_rates"]{
	padding-top: 60px;
}
.list[data-list_type="currency_com_rates"] .currency_str{
    padding: 10px 0 10px 10px;
	margin: -7px 10px 0 -10px;
	border-radius: 5px;
}
.rates_list_buttons span.active, .widget_list_buttons span.active{
	background: #F0F4FF;
}
.currencycom_widget_description{
	position: absolute;
    left: 23px;
    bottom: 14px;
    width: 236px;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.03em;
    text-transform: lowercase;
    color: #65687D;
	display: none;
}
.currencycom_widget_description img{
	display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.has_pinned .post_item .post_meta .post_date{
    display: none;
}
.youtube_widget{
    display: block;
    height: 447px;
    border: 1px solid #DEE2EB;
    margin: 7.5px 0;
	position: relative;
    background: #fff;
}
.youtube_widget .yt_widget_player{
    display: inline-block;
    vertical-align: top;
    width: 794px;
    height: 100%;
}
.youtube_widget .yt_widget_playlist{
    display: inline-block;
    width: 390px;
    vertical-align: top;
    height: calc(100% - 42px);
    margin-left: 14px;
    position: relative;
    padding-bottom: 42px;
	position: absolute;
    top: 0;
    right: 0;
}
.youtube_widget .yt_widget_playlist .sp_list_item{
    cursor: pointer;
}
.youtube_widget .yt_widget_playlist .sp_list_item .sp_list_image{
	position: relative;
}
.youtube_widget .yt_widget_playlist .sp_list_item .sp_list_image:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 1;
	height: 100%;
	background: url('img/yt_widget_img_overlay.svg') no-repeat center;
	transition: opacity .2s ease-in-out;
}
.mob_playlist_top{
    display: none;
}
.category_page_grid{
    width: calc(100% - 86px);
    padding-left: 86px;
    position: relative;
}
.main_page_grid + .category_page_grid{
	margin-top: 28px;
	display: none;
}
.main_page_tablet_grid + .category_page_grid{
	display: none;
}
.category_page_grid:before{
    content: "";
    position: absolute;
    background: #DCDFF0;
    width: 2px;
    left: 32px;
    top: 1px;
    bottom: 0;
}
.category_page_grid .cell{
    display: block;
    background: #FFFFFF;
    border: 1px solid #DEE2EB;
    height: 198px;
    margin-bottom: 20px;
}
.category_name{
    margin-bottom: 0;
}
.category_name + p{
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #17181F;
}
.category_page_grid .cell{
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}
.category_page_grid .cell .image_blk{
    display: inline-block;
    vertical-align: top;
    width: 390px;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}
.category_page_grid .cell .text_blk{
    display: inline-block;
    vertical-align: top;
    width: 664px;
    height: 100%;
    margin-left: 30px;
}
.category_page_grid .cell .text_blk p{
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    color: #17181F;
    margin: 20px 0 15px 0;
}
.category_page_grid .cell .text_blk span{
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.02em;
    color: #17181F;
    display: block;
}
.category_page_grid .post_item .text_blk span.post_excerpt{
    margin: 0;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.category_page_grid .cell .post_cat{
    display: none;
}
.category_page_grid .cell .cat_visible .post_cat{
    display: inline-block;
}
.category_page_grid .cell .cat_visible .post_cat.news_cat{
    display: none;
}
.category_page_grid .cell.has_trending .trending_cat{
	margin-left: 400px;
}
.category_page_grid .has_timeline_tag:before{
    content: attr(data-timestamp);
    position: absolute;
    background: #DCDFF0;
    width: 66px;
    height: 16px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #303138;
    text-align: center;
    top: 0;
    border-radius: 2px;
    left: -86px;
}
.category_page_grid .has_views_tag:before{
    content: attr(data-views);
    position: absolute;
    background: #DCDFF0;
    width: 66px;
    height: 16px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #303138;
    text-align: center;
    top: 0;
    border-radius: 2px;
    left: -86px;
}
/* .category_page_grid .cell.empty{ */
    /* display: none !important; */
/* } */
.category_page_grid .cell.empty{
	background: url('img/catrow_cell_preload.svg') no-repeat center;
	background-size: 100% auto;
}
.category_page_grid.has_no_empty .cell.empty{
	display: none !important;
}
.category_page_grid.has_no_empty .cell.empty + #dn1, .category_page_grid.has_no_empty .cell.empty + #dn2, .category_page_grid.has_no_empty .cell.empty + #dc0, .category_page_grid.has_no_empty .cell.empty + #dn3, .category_page_grid.has_no_empty .cell.empty + #dn4, .category_page_grid.has_no_empty .cell.empty + #mc0, .category_page_grid.has_no_empty .cell.empty + #mc1, .category_page_grid.has_no_empty .cell.empty + #mc2, .category_page_grid.has_no_empty .cell.empty + #mc3, .category_page_grid.has_no_empty .cell.empty + #mc4{
	display: none;
}
.category_page_grid .cell[data-no_image="1"] .image_blk{
    position: absolute;
    right: 0;
}
.category_page_grid .cell[data-no_image="1"] .text_blk{
    width: calc(100% - 60px);
}
.category_page_grid .cell[data-no_image="1"] .text_blk p{
    padding-top: 0;
}
.author_blk{
    display: block;
    padding: 40px 0 24px 0;
    background: linear-gradient(180deg, #FFFFFF 0%, #F0F2FF 100%);
}
.author_blk img{
    display: inline-block;
    vertical-align: top;
    width: 152px;
    height: 152px;
}
.author_blk .about_author{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 195px);
    margin-left: 39px;
}
.author_blk .about_author h1{
    margin-top: -9px;
    font-size: 36px;
    line-height: 41px;
}
.author_blk .about_author + p{
    display: none;
}
.sp_grid{
    padding: 0;
    width: 1215px;
    margin: 0 -7.5px;
    display: flex;
    align-items: stretch;
    box-sizing: border-box;
    flex-wrap: wrap;
}
.sp_grid:before{
    display: none;
}
.sp_grid .cell{
    width: 390px;
    border: 1px solid #DEE2EB;
    box-sizing: border-box;
    flex: 0 1 auto;
    margin: 7.5px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 385px;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}
.sp_grid .cell .sp_item {
    display: block;
    width: 100%;
    margin: 0;
    height: 100%;
    background: #fff;
    position: relative;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    transition: box-shadow .2s ease-in-out;
}
.sp_grid .cell .sp_item a{
    text-decoration: none;
}
.sp_grid .cell .sp_item .image_blk {
    display: block;
    height: 198px;
    background-size: cover;
    background-position: center;
    width: auto;
}
.sp_grid .cell .sp_item .text_blk {
    display: block;
    height: 192px;
    overflow: hidden;
    margin: 0;
    width: auto;
}
.sp_grid .cell .sp_item .text_blk p{
    font-size: 21px;
    line-height: 110%;
    margin: 0 22px;
    padding-top: 24px;
    padding-bottom: 24px;
}
.category_page_grid .cell .text_blk span {
    font-size: 14px;
    line-height: 130%;
    margin: 0 22px;
}
.sp_grid .cell .text_blk span{
	display: none;
}
.sp_grid .cell:first-child{
    width: 100%;
    height: 311px;
}
.sp_grid .cell:first-child .image_blk{
    display: inline-block;
    vertical-align: top;
    width: 604px;
    height: 100%;
}
.sp_grid .cell:first-child .text_blk{
    display: inline-block;
    vertical-align: top;
    width: 540px;
    margin-left: 30px;
    height: 100%;
}
.sp_grid .cell:first-child .text_blk span{
	display: block;
}
.sp_grid .post_meta .post_date, main[data-tag_id="5275"] .sp_grid .cell:first-child .text_blk span, main[data-tag_id="5275"] .content_switchers{
    display: none;
}
main[data-tag_id="5275"] .sp_grid .cell:first-child{
	margin-top: 30px;
}
main[data-tag_id="5275"] h1::first-letter, main h1.capital::first-letter{
	text-transform: capitalize;
}
p.year_divider{
	display: block;
	width: 100%;
	font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.02em;
    color: #17181F;
    margin: 18px 7.5px;
}
.sp_grid .cell:first-child .sp_item>a:after{
    content: "Читать";
    position: absolute;
    width: 165px;
    height: 42px;
    line-height: 42px;
    background: #E7A320;
    border-radius: 40px;
    font-weight: 700;
    font-size: 18px;
    color: #17181F;
    right: 22px;
    bottom: 26px;
    text-align: center;
}
.cards_grid .cell:first-child .sp_item .text_blk p{
	font-size: 32px;
}
.cards_grid .post_meta .post_date{
    display: block;
}
.cards_grid .text_blk span.post_excerpt{
    display: none;
}
.cards_grid .cell:first-child .post_meta{
    display: none;
}
.deleted_post_disclamer{
	display: block;
	background: url(img/deleted_post.png) no-repeat center, linear-gradient(180deg, #5A6578 -47.29%, #05151C 120.83%);
	height: 240px;
	position: relative;
}
.deleted_post_disclamer p{
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	margin: 0;
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -275px;
	width: 550px;
}
.deleted_post_disclamer p br:last-child{
	display: none;
}
.post_content{
    width: 780px;
}
.post_content h1{
    font-weight: 700;
    font-size: 32px;
    line-height: 110%;
    color: #0E0F14;
}
.post_content h2{
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    color: #0E0F14;
	margin-top: 30px;
	margin-bottom: 20px;
}
.post_content h3{
    font-weight: 500;
    font-size: 21px;
    line-height: 110%;
    color: #0E0F14;
	margin-top: 30px;
	margin-bottom: 20px;
}
.post_content h2 + .gtb_sponsored_label, .post_content h3 + .gtb_sponsored_label{
	margin-top: -10px;
}
.post_content p, .card_description{
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #17181F;
}
.post_content p sub, .post_content p sup{
	line-height: 0;
}
.post_content p strong{
    /* font-weight: 500; */
    letter-spacing: 0.015em;
}
.post_content a, main[data-404="404"] .col a{
    font-weight: 500;
    font-size: inherit;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #187CB5;
    text-decoration: none;
}
.post_content p a, main[data-404="404"] .col a, .post_content li a, .post_source a{
    background-image: linear-gradient(#37CEFF, #37CEFF);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .2s linear, color .2s ease-in-out;
}
.post_content blockquote{
    font-style: italic;
    font-weight: 300;
    font-size: 21px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #17181F;
    padding: 32px 0 30px 30px;
    border-left: 3px #DCDFF0 solid;
    margin-left: 0;
    margin-right: 0;
	margin-top: 30px;
}
.post_content blockquote p{
    font-style: italic;
    font-weight: 300;
    font-size: 21px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #17181F;
    margin-top: 0;
}
.post_content blockquote p:last-child{
	margin: 0;
}
.post_content blockquote strong{
	font-weight: 300;
}
.post_content blockquote a{
	font-size: inherit;
    line-height: 140%;
    letter-spacing: 0.02em;
}
.post_content iframe, .post_content .twitter-tweet, .post_content .twitter-tweet-rendered{
    width: 100% !important;
    max-width: 100% !important;
}
.post_content img{
    max-width: 100% !important;
	height: auto;
}
.post_content ul{
    padding-left: 0;
    list-style: none;
	margin-top: 30px;
}
.post_content ul li{
    padding-left: 30px;
    position: relative;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #17181F;
}
.post_content ul li:before{
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #E7A320;
    position: absolute;
    left: 0;
    top: 6px;
}
.post_content .wp-block-gallery li{
	padding-left: 0;
}
.post_content .wp-block-gallery li::before{
	display: none;
}
.post_content ol {
    list-style: none;
    counter-reset: theme-counter;
    padding-left: 0;
}
.post_content ol li {
    counter-increment: theme-counter;
    padding-left: 30px;
    position: relative;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #17181F;
}
.post_content ol li:before {
    content: counter(theme-counter);
    color: #E7A320;
    font-weight: 700;
    font-size: 21px;
    line-height: 100%;
    letter-spacing: 0.02em;
    position: absolute;
    left: 0;
    top: 2px;
}
.post_content li{
    margin-bottom: 20px;
}
.post_content .article_meta{
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #65687D;
}
.post_content .article_meta .article_views{
	padding-left: 24px;
    background: url(img/single_views_ico.svg) no-repeat left center;
}
.post_content .article_meta .article_views:after {
    content: "•";
    margin: 0 10px;
}
.post_content .article_meta a{
    color: #65687D;
    font-size: 14px;
}
.post_content .article_meta a:before{
    content: "•";
    margin: 0 10px;
}
.post_content .article_image{
    display: block;
    height: 198px;
    overflow: hidden;
    position: relative;
    margin-top: 18px;
}
.post_content .article_image[data-custom_post_type="2"]:before, .post_content .article_image_mob[data-custom_post_type="2"]:before{
	content: "Спонсорский";
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .35);
	padding: 6px 11px;
	font-size: 12px;
	line-height: 140%;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #77CEFF;
	z-index: 2;
}
.post_content .article_image[data-custom_post_type="3"]:before, .post_content .article_image_mob[data-custom_post_type="3"]:before{
	content: "Партнерский";
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .35);
	padding: 6px 11px;
	font-size: 12px;
	line-height: 140%;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #77CEFF;
	z-index: 2;
}
.post_content .article_image img {
    position: absolute;
    /*height: 100vh;*/
    min-width:100%;
}
.single .inner{
    position: relative;
}
.similar_posts_bottom{
    display: block;
    font-size: 0;
    position: relative;
}
.similar_posts_bottom_heading{
    font-weight: 700;
    font-size: 21px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #17181F;
}
.similar_posts_bottom_wrap{
    overflow: hidden;
    height: 385px;
    margin: 0 -7.5px 30px -7.5px;
	padding-bottom: 10px;
}
.similar_posts_bottom .post_item{
    display: inline-block;
    vertical-align: top;
    width: 390px;
    margin: 0 7.5px 10px 7.5px;
    border: 1px solid #DEE2EB;
    box-sizing: border-box;
}
.similar_posts_bottom .post_item.has_no_image .image_blk{
	height: 0;
}
.similar_posts_bottom .post_item.has_no_image .text_blk{
	height: auto;
}
.similar_posts_bottom .post_item p{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.similar_posts_bottom .post_item.has_no_image .post_excerpt{
	font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #17181F;
    margin: 20px 22px 0 22px;
    display: block;
}
.similar_posts_bottom .arrow_right{
    position: absolute;
    right: -23px;
    top: calc(50% - 38px);
    background: linear-gradient(270deg, #FDFEFF 0%, rgba(255, 255, 255, 0) 100%);
	border-radius: 0px 6px 6px 0px;
    cursor: pointer;
    width: 23px;
    height: 77px;
    display: none;
    transition: background .2s ease-in-out;
}
.similar_posts_bottom .arrow_right:before, .similar_posts_bottom .arrow_left:before{
    content: "";
    width: 23px;
    height: 77px;
    background: url(img/arrow_ico.svg)no-repeat center;
    position: absolute;
    left: 0;
    top: 0;
}
.similar_posts_bottom .arrow_left{
    position: absolute;
    left: -23px;
    top: calc(50% - 38px);
	background: linear-gradient(270deg, #FDFEFF 0%, rgba(255, 255, 255, 0) 100%);
	border-radius: 0px 6px 6px 0px;
    cursor: pointer;
    width: 23px;
    height: 77px;
    transform: rotate(-180deg);
    display: none;
    transition: background .2s ease-in-out;
}
.similar_posts_right{
    top: 60px;
    right: 0;
    width: 390px;
    padding: 21px 0 46px 0;
    border: 1px solid #DEE2EB;
    float: right;
    position: sticky;
	margin-bottom: 15px;
}
.similar_posts_right.card_navigation{
	padding: 21px 0;
}
.similar_posts_right a, .similar_posts_right span{
    display: block;
    margin: 0 23px 14px 23px;
    font-weight: bold;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.02em;
    color: #17181F;
    text-decoration: none;
    transition: color .2s ease-in-out;
	cursor: pointer;
}
.similar_posts_right span b{
	font-size: 21px;
	margin-right: 14px;
	font-weight: 700;
}
.similar_posts_right .block_name{
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-align: right;
    text-transform: uppercase;
    color: #17181F;
    position: absolute;
    right: 23px;
    bottom: 16px;
	margin-right: 0;
	margin-bottom: 0;
}
.post_tags_top{
    display: block;
    margin: 15px 0;
}
.post_tags_top a{
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.03em;
    text-transform: lowercase;
    color: #474A60;
    margin-right: 5px;
}
.post_tags_bottom a{
    display: inline-block;
    vertical-align: top;
    line-height: 36px;
    padding: 0 27px;
    background: #DCDFF0;
    border-radius: 18px;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #303138;
    margin: 0 15px 15px 0;
}
.found_typo{
    display: block;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    line-height: 69px;
    letter-spacing: 0.02em;
    color: #606481;
    border: 1px solid #DEE2EB;
    margin: 16px 0;
}
[data-device_type="1"] .found_typo, [data-device_type="2"] .found_typo{
	display: none;
}
.nfl_popup{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: none;
}
.nfl_popup .popup_wrapper{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
}
.nfl_popup .popup_window{
    position: absolute;
    width: 600px;
    height: 363px;
    padding: 20px 13px;
    background: #fff;
    top: 50%;
    margin-top: -182px;
    left: 50%;
    margin-left: -313px;
}
.nfl_popup .popup_window p.heading{
    font-weight: bold;
    font-size: 18px;
    line-height: 110%;
    color: #303138;
    margin-top: 0;
}
.nfl_popup .popup_window textarea{
    display: block;
    width: calc(100% - 22px);
    height: 100px;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #DEE2EB;
}
.nfl_popup .popup_window textarea:focus{
    outline: none;
}
.nfl_popup .popup_window textarea#typo_txt{
    color: #b51717;
}
.nfl_popup .popup_window span.close{
    width: 13px;
    height: 13px;
    position: absolute;
    top: 20px;
    right: 13px;
    cursor: pointer;
    background: url(img/close_typo.svg)no-repeat center;
    background-size: 100% auto;
}
.nfl_popup .popup_window button{
    width: 172px;
    height: 42px;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    color: #17181F;
    background: #E7A320;
    box-shadow: 0 2px 2px rgba(23, 24, 31, 0.2), 0 3px 4px rgba(21, 26, 56, 0.2);
    border-radius: 22px;
    float: right;
    font-weight: 700;
}
.share_blk{
    float: right;
    margin-top: -3px;
	position: relative;
}
.share_blk span{
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 24px;
    margin-left: 28px;
    cursor: pointer;
	transition: background-image .2s ease-in-out;
}
.share_blk span[data-share_to="facebook"]{
    background: url(img/share/fb.svg) no-repeat center;
}
.share_blk span[data-share_to="twitter"]{
    background: url(img/share/tw.svg) no-repeat center;
}
.share_blk span[data-share_to="linkedin"]{
    background: url(img/share/in.svg) no-repeat center;
}
.share_blk span[data-share_to="vk"]{
    background: url(img/share/vk.svg) no-repeat center;
}
.share_blk span[data-share_to="facebook_messenger"]{
    background: url(img/share/fbm.svg) no-repeat center;
}
.share_blk span[data-share_to="telegram"]{
    background: url(img/share/tg.svg) no-repeat center;
}
.share_blk span[data-share_to="copy_link"]{
    background: url(img/share/cl.svg) no-repeat center;
}
.article_disclamer{
    display: block;
    border: 1px solid #DEE2EB;
    box-sizing: border-box;
    padding: 11px 0;
	margin-bottom: 15px;
	margin-top: 15px;
}
.article_disclamer>span{
    font-weight: 500;
    font-size: 14px;
    line-height: 110%;
    color: #65687D;
    display: block;
    margin: 0 14px;
}
.article_disclamer p{
    margin: 10px 14px 0 14px;
    font-size: 12px !important;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #65687D;
}
.article_disclamer p *{
	font-size: inherit;
}
.load_more_btn{
    width: 287px;
    height: 42px;
    background: #E7A320;
    border-radius: 40px;
    text-align: center;
    margin: 30px auto;
    font-weight: 500;
    font-size: 18px;
    line-height: 42px;
    color: #17181F;
    cursor: pointer;
    display: none;
    transition: background-color .2s ease-in-out;
	position: relative;
}
.home .load_more_btn{
    display: block;
}
.sp_subs{
    height: 198px;
    /* background: url(img/sp_subs_bg.svg) no-repeat center; */
	background: #65687D;
	background-size: cover;
	overflow: hidden;
}
.sp_subs form input[type="email"]{
    margin-top: 70px;
}
.sp_subs form input[type="submit"]{
    top: 71px;
	-webkit-appearance: none;
	appearance: none;
}
.sp_subs p{
    color: #fff;
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0.02em;
    padding-top: 64px;
	margin-left: 160px;
}
.sp_subs span{
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 21px;
    line-height: 140%;
    letter-spacing: 0.02em;
	margin-left: 160px;
}
.tooltips{
	border: 1px solid #44A6DE;
    box-sizing: border-box;
    border-radius: 2px;
	display: inline-block;
}
.Zebra_Tooltip .Zebra_Tooltip_Message{
	font-family: 'Ubuntu', sans-serif;
	font-size: 12px;
	line-height: 140%;
	letter-spacing: 0.02em;
	color: #000000;
}
.gototop{
	position: fixed;
    float: right;
    left: 0;
    top: 0;
    bottom: 0;
    width: 110px;
    height: 100%;
    background: url(img/gototop_bg.svg) no-repeat center #fff;
    /* box-shadow: 0 2px 2px rgba(23, 24, 31, 0.2), 0 3px 4px rgba(21, 26, 56, 0.2); */
    box-shadow: 0px 4px 10px rgba(65, 84, 219, 0.1), 0px 4px 5px rgba(61, 71, 143, 0.3);;
    border-radius: 3px;
    margin-top: 0;
    cursor: pointer;
    opacity: 0;
    transition: opacity .2s ease-in-out, box-shadow .2s ease-in-out;
	z-index: 1;
	display: none;
}
.lang_switch{
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.03em;
    color: #DCDFF0;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    transition: color .2s ease-in-out;
}
.footer_socials{
    position: relative;
    height: 65px;
}
.footer_social_blk{
    position: absolute;
    top: 0;
    left: 0;
    height: 65px;
    padding-left: 65px;
    background: #fff;
    width: 0;
    border-radius: 65px;
    overflow: hidden;
    cursor: pointer;
}
.footer_social_blk.active{
    width: auto;
    z-index: 999;
    border-radius: 30px;
    height: auto;
}
.footer_social_blk.yt{
    background: url(img/fsb_yt_ico.svg) no-repeat 13px 9px #fff;
}
.footer_social_blk.tg{
    background: url(img/fsb_tg_ico.svg) no-repeat 11px 15px #fff;
    left: 95px
}
.footer_social_blk.vk{
    background: url(img/fsb_vk_ico.svg) no-repeat 12px 22px #fff;
    left: 190px
}
.footer_social_blk.fb{
    background: url(img/fsb_fb_ico.svg) no-repeat 24px 15px #fff;
    left: 285px
}
.footer_social_blk.tw{
    background: url(img/fsb_tw_ico.svg) no-repeat 16px 18px #fff;
    left: 380px
}
.footer_social_blk.sc{
    background: url(img/sc_ico_grey.svg) no-repeat 13px 22px #fff;
    left: 380px
}
.footer_social_blk.in{
    background: url(img/fsb_in_ico.svg) no-repeat 22px 19px #fff;
    left: 475px
}
.footer_social_blk a{
    font-weight: 500;
    font-size: 18px;
    line-height: 65px;
    letter-spacing: 0.02em;
    color: #17181F;
    text-decoration: none;
    margin-right: 30px;
    transition: color .2s ease-in-out;
}
.show_hidden_items{
    position: absolute;
    width: 40px;
    height: 14px;
    right: 0;
    top: 0;
    cursor: pointer;
    background: url(img/three_dots_w.svg) no-repeat center;
    display: none;
	transition: background-image .2s ease-in-out;
}
.scrolled_header .show_hidden_items{
	background-image: url(img/three_dots_g.svg);
}
.has_hidden .show_hidden_items{
    display: block;
}
.hidden_items_wrap{
    position: absolute;
    top: 72px;
    left: 0;
    padding: 0 10px;
    background: #303138;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 4px 4px rgba(0, 0, 0, 0.25);
    z-index: 99;
    display: none;
}
.hidden_items_wrap:before{
    content: "";
    width: 100%;
    height: 20px;
    position: absolute;
    top: -20px;
    left: 0;
}
.hidden_items_wrap:after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4px 8px 4px;
    border-color: transparent transparent #303138 transparent;
    position: absolute;
    left: 50%;
    margin-left: -4px;
    top: -8px;
}
.hidden_items_wrap li{
    list-style: none;
}
.hidden_items_wrap a{
    display: block;
    margin: 10px 0;
}
.of{
    visibility: hidden;
}
.scrolled_header{
    width: 100%;
    position: fixed;
    z-index: 999;
    left: 0;
    top: -80px;
    background: #FFFFFF;
    height: 50px;
    box-shadow: 0 3px 5px rgba(23, 24, 31, 0.1), 0 1px 2px rgba(21, 26, 56, 0.3);
    transition: top .3s ease-in-out, height .2s ease-in-out;
	overflow: hidden;
}
.scrolled_header.v{
    top: 0;
}
.scrolled_header .tags_nav{
	margin-top: 10px;
	opacity: 0;
	transition: opacity .3s ease-in-out;
}
.scrolled_logo{
    display: inline-block;
    vertical-align: top;
    margin-top: 13px;
    position: relative;
}
.scrolled_logo:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: url(img/logo_scrolled_h.svg) no-repeat center top;
    transition: opacity .2s ease-in-out;
}
.scrolled_logo img{
    opacity: 1;
    transition: opacity .2s ease-in-out;
}
.scrolled_header .main_nav_right{
    margin-top: 11px;
    margin-left: auto;
}
.scrolled_header nav[role="navigation"]{
    display: flex;
}
.scrolled_header .lang_switch{
    color: #65687D;
}
.scrolled_header .footer_socials{
    display: inline-block;
    vertical-align: top;
    margin-top: 12px;
    height: 26px;
    flex: 1;
}
.scrolled_header .footer_socials .footer_social_blk{
    height: 26px;
    padding-left: 26px;
    border-radius: 26px;
}
.scrolled_header .search_form{
	top: 10px;
}
.scrolled_header .search_form.toggle{
	width: calc(100% - 69px);
}
.scrolled_header .search_form input[type="text"]{
	background: #fff;
	border-color: #65687D;
	color: #17181F;
}
.scrolled_header .search_form button[type="submit"]{
	background: url(img/search_ico.svg) no-repeat right center #fff;
}
.scrolled_header .footer_social_blk.yt {
    background: url(img/fsb_yt_ico_sh.svg) no-repeat 6px 4px #65687D;
}
.scrolled_header .footer_social_blk.tg {
    background: url(img/fsb_tg_ico_sh.svg) no-repeat 5px 6px #65687D;
    left: 38px;
}
.scrolled_header .footer_social_blk.vk {
    background: url(img/fsb_vk_ico_sh.svg) no-repeat 5px 9px #65687D;
    left: 76px;
}
.scrolled_header .footer_social_blk.fb {
    background: url(img/fsb_fb_ico_sh.svg) no-repeat 10px 6px #65687D;
    left: 114px;
}
.scrolled_header .footer_social_blk.tw {
    background: url(img/fsb_tw_ico_sh.svg) no-repeat 6px 7px #65687D;
    left: 152px;
}
.scrolled_header .footer_social_blk.active {
    width: auto;
    z-index: 999;
    height: auto;
    border-radius: 13px;
}
.scrolled_header .footer_social_blk a{
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 26px;
    margin: 0 20px 0 10px;
    transition: color .2s ease-in-out;
}
.single .scrolled_header.v{
	height: 55px;
}
#scrolled_main_nav{
    display: inline-block;
    vertical-align: top;
    max-width: 770px;
    padding: 0 40px 0 0;
    height: 14px;
    overflow: hidden;
    margin: 19px 20px 0 42px;
    position: relative;
}
#scrolled_main_nav li {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    margin: 0 13px 0 0;
    line-height: 14px;
}
#scrolled_main_nav li a {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-decoration: none;
    color: #65687D;
    display: inline-block;
    vertical-align: top;
    transition: color .2s ease-in-out;
}
.scrolled_header .hidden_items_wrap{
    position: absolute;
    top: 56px;
    left: 0;
    padding: 0 10px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 4px 4px rgba(0, 0, 0, 0.25);
    z-index: 99;
    display: none;
}
.scrolled_header .hidden_items_wrap:before{
    content: "";
    width: 100%;
    height: 20px;
    position: absolute;
    top: -20px;
    left: 0;
}
.scrolled_header .hidden_items_wrap:after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4px 8px 4px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    left: 50%;
    margin-left: -4px;
    top: -8px;
}
.scrolled_header .hidden_items_wrap li{
    list-style: none;
}
.scrolled_header .hidden_items_wrap a{
    display: block;
    margin: 10px 0;
	color: #65687D;
}
.scrolled_header .search_btn{
    background-image: url(img/mob_header_show_search_g.svg);
}
.header_rates_widget{
	display: inline-block;
    /* vertical-align: middle; */
    height: 18px;
}
.header_rates_widget .currency_str{
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 0 0;
}
.scrolled_header .header_rates_widget .currency_str{
	margin: 0 20px 0 0;
}
.header_rates_widget .currency_str .currency_name_blk, .header_rates_widget .currency_str .currency_prices{
	width: auto;
	margin: 0;
}
.header_rates_widget .currency_str .currency_prices{
	margin-left: 5px;
}
.header_rates_widget .currency_str .currency_name_blk span, .header_rates_widget .currency_str .currency_prices span{
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0.03em;
	font-weight: 400;
	color: #DCDFF0;
}
.scrolled_header .header_rates_widget .currency_str .currency_name_blk span, .scrolled_header .header_rates_widget .currency_str .currency_prices span{
	color: #65687D;
}
.header_rates_widget .currency_str .currency_prices span.up {
    color: #9AF625;
}
.header_rates_widget .currency_str .currency_prices span.down{
	color: #FF666F;
}
.scrolled_header .header_rates_widget .currency_str .currency_prices span.up {
    color: #5DA700;
}
.scrolled_header .header_rates_widget .currency_str .currency_prices span.down{
	color: #CE3F48;
}
.header_rates_widget .currency_str .currency_prices span.up:before, .header_rates_widget .currency_str .currency_prices span.down:before{
	display: none;
}
.article_progressbar{
    display: none;
}
.single .article_progressbar{
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    /*height: 25px;*/
    height: 5px;
    box-shadow: 0 3px 5px rgba(23, 24, 31, 0.1), 0 1px 2px rgba(21, 26, 56, 0.3);
    background: #DCDFF0;
    transition: height .3s ease-in-out, top .2s ease-in-out;
    cursor: pointer;
    overflow: hidden;
}
.single .article_progressbar .article_progressbar_handle{
    height: 100%;
    background: #44A6DE;
    overflow: hidden;
    position: relative;
}
.single .article_progressbar p{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: 0;
    padding: 0;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #17181F;
    /*display: none;*/
    /*mix-blend-mode: exclusion;*/
}
.single .article_progressbar .article_progressbar_handle span{
    content: attr(data-h);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: 0;
    padding: 0;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
}
.close_article{
    position: absolute;
    width: 13px;
    height: 13px;
    background: url(img/close_article.svg) no-repeat center;
    top: 6px;
    right: 14px;
	transition: background-image .2s ease-in-out;
    cursor: pointer;
}
.wp-caption{
    max-width: 100%;
    margin-bottom: 30px;
}
.single_card{
    padding: 26px 33px 26px 72px;
    position: relative;
    border: 1px solid #DEE2EB;
    margin-bottom: 15px;
	transition: box-shadow .2s ease-in-out;
}
.single_card .card_counter{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 45px;
    background: #DCDFF0;
    font-size: 36px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.02em;
    color: #65687D;
    font-weight: 700;
    padding-top: 22px;
    margin: 0;
	transition: background-color .2s ease-in-out, color .2s ease-in-out;
}
.single_card .card_counter + p{
    margin-top: 0;
}
.single_card strong.card_label{
    font-weight: bold;
    font-size: 26px;
    line-height: 110%;
    color: #0E0F14;
}
.single_card .card_description strong{
	font-size: inherit !important;
}
.item_share_blk{
    position: absolute;
    right: 0;
    top: 0;
    width: 29px;
    height: 29px;
    cursor: pointer;
    background: url(img/post_share_bg.svg) rgba(0, 0, 0, .35) no-repeat center;
    opacity: 0;
    transition: opacity .2s ease-in-out;
}
.item_share_blk .share_items_wrap{
    width: 0;
    overflow-x: hidden;
    text-align: right;
}
.item_share_blk.active{
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, .35);
}
.item_share_blk.active .share_items_wrap{
    width: 100%;
}
p.copied{
	display: none;
	position: absolute;
    top: -16px;
	font-weight: 700;
    right: 0;
    font-size: 12px;
    width: 135px;
    text-align: right;
    margin: 0;
    color: #E7A320;
}
.share_items_wrap span{
    display: inline-block;
    vertical-align: middle;
    margin-left: 23px;
    margin-right: 7px;
    cursor: pointer;
    height: 29px;
	transition: background-image .2s ease-in-out;
	min-width: 24px;
}
.share_items_wrap span[data-share_to="copy_link"]{
    width: 16px;
    background: url(img/post_share_lnk_grey.svg) no-repeat center;
}
.share_items_wrap span[data-share_to="telegram"]{
    width: 18px;
    background: url(img/post_share_tg_grey.svg) no-repeat center;
}
.share_items_wrap span[data-share_to="facebook_messenger"]{
    width: 16px;
    background: url(img/post_share_fbm_grey.svg) no-repeat center;
}
.share_items_wrap span[data-share_to="vk"]{
    width: 22px;
    background: url(img/post_share_vk_grey.svg) no-repeat center;
}
.share_items_wrap span[data-share_to="linkedin"]{
    width: 16px;
    background: url(img/post_share_in_grey.svg) no-repeat center;
}
.share_items_wrap span[data-share_to="twitter"]{
    width: 18px;
    background: url(img/post_share_tw_grey.svg) no-repeat center;
}
.share_items_wrap span[data-share_to="facebook"]{
    width: 8px;
    background: url(img/post_share_fb_grey.svg) no-repeat center;
}
.content_switchers{
    display: block;
    text-align: right;
}
.category-cards .content_switchers{
	display: none;
}
.content_switchers input{
    display: none;
}
.content_switchers label{
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.03em;
    color: #17181F;
    display: inline-block;
    margin-left: 15px;
    cursor: pointer;
	opacity: 1;
	transition: opacity .2s ease-in-out;
}
.content_switchers input:checked + label{
	color: #F6AF25;
}
nav[role="navigation"]{
    position: relative;
}
.toggle_services_bar{
    position: absolute;
    width: 12px;
    height: 12px;
    background: url(img/header_services_btn.svg) no-repeat center;
    cursor: pointer;
    top: 30px;
    left: 155px;
    transition: all .2s ease-in-out;
}
.has_popup{
    overflow: hidden;
}
.services_popup{
    position: absolute;
    top: 94px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.8);
    display: none;
}
.services_popup .services_bar{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 265px;
    background: #FFFFFF;
    box-shadow: 0 4px 10px rgba(23, 24, 31, 0.1), 0 4px 5px rgba(21, 26, 56, 0.3);
	display: none;
}
.services_popup .services_bar .services_wrap{
    position: absolute;
    top: 0;
    right: 0;
    width: 265px;
}
.services_popup .services_bar a{
    display: block;
    color: #474A60;
    text-decoration: none;
    padding: 15px 0;
    border-bottom: 1px #DEE2EB solid;
}
.services_popup .services_bar a img{
    display: block;
}
.services_popup .services_bar a span{
    font-size: 11px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #474A60;
    margin: 0 20px 0 0;
}
.main_page_filters{
    margin-bottom: -8px;
    margin-top: 17px;
    text-align: right;
}
.main_page_filters input{
    display: none;
}
.main_page_filters>label{
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #474A60;
    padding-right: 50px;
    position: relative;
    cursor: pointer;
}
.main_page_filters>label:before{
    content: "";
    position: absolute;
    right: 0;
    width: 38px;
    height: 18px;
    border: 1px solid #65687D;
    box-sizing: border-box;
    border-radius: 18px;
    top: -2px;
}
.main_page_filters>label:after{
    content: "";
    position: absolute;
    right: 22px;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    top: 1px;
    background: #65687D;
    transition: all .2s ease-in-out;
}
.main_page_filters>input:checked + label:after{
    background: #F6AF25;
    right: 3px;
}
.main_page_filters .content_switchers{
    display: none;
}
.main_page_filters.has_filters .content_switchers{
    display: inline-block;
    float: left;
	margin-left: 88px;
}
.main_page_filters.has_filters .content_switchers label{
    margin-left: 0;
    margin-right: 15px;
}
.terms_popup{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	height: 58px;
    background: #0E0F14;
    padding-top: 14px;
	z-index: 9;
	text-align: center;
	display: none;
}
.terms_popup_wrap, .terms_popup_text, .terms_popup span.close{
	display: inline-block;
}
.terms_popup p{
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	margin: 0;
}
.terms_popup p a {
    background-image: linear-gradient(#37CEFF, #37CEFF);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .2s linear, color .2s ease-in-out;
    color: #187CB5;
    text-decoration: none;
}
.terms_popup span.close{
	cursor: pointer;
	/* width: 16px; */
	/* height: 16px; */
	/* position: absolute; */
	/* right: 40px; */
	/* background: url(img/terms_close.svg) no-repeat center; */
	/* background-size: 14px; */
	/* top: 30px; */
	width: 112px;
	height: 42px;
	line-height: 42px;
	background: #E7A320;
	box-shadow: 0px 2px 2px rgba(23, 24, 31, 0.2), 0px 3px 4px rgba(21, 26, 56, 0.2);
	border-radius: 22px;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	color: #17181F;
	vertical-align: top;
	margin-left: 35px;
	transition: background-color .2s ease-in-out;
}
.cell{
	transition: border-color .2s ease-in-out;
}
.home .category_page_grid .exclusive_cat .post_excerpt{
	display: none;
}
.home .category_page_grid .exclusive_cat .text_blk p{
	font-size: 32px;
	line-height: 110%;
}

/*TABLET MAIN PAGE GRID*/
[data-device_type="1"] .inner{
	width: 630px;
}
[data-device_type="1"] header, [data-device_type="1"] .scrolled_header{
	display: none;
}
[data-device_type="1"] .mob_header, [data-device_type="1"] .mob_bottom_nav{
	display: block;
}
[data-device_type="1"] .services_popup, [data-device_type="2"] .services_popup{
	top: 39px;
	position: fixed;
}
[data-device_type="1"] .services_popup .services_bar, [data-device_type="2"] .services_popup .services_bar{
	right: 0;
    width: auto;
	background: #0E0F14;
	/* bottom: 10%; */
}
[data-device_type="1"] .services_popup .services_bar .services_wrap, [data-device_type="2"] .services_popup .services_bar .services_wrap{
	right: 13px;
    width: calc(100% - 26px);
    text-align: center;
}
[data-device_type="1"] .services_popup .services_bar a img, [data-device_type="2"] .services_popup .services_bar a img{
	display: block;
    margin: 0px auto 10px auto;
}
.services_popup .services_bar a img.m, [data-device_type="1"] .services_popup .services_bar a img.d, [data-device_type="2"] .services_popup .services_bar a img.d{
	display: none;
}
[data-device_type="1"] .services_popup .services_bar a img.m, [data-device_type="2"] .services_popup .services_bar a img.m{
	display: block;
}
[data-device_type="1"] .services_popup .services_bar a span, [data-device_type="2"] .services_popup .services_bar a span{
	color: #fff;
}
.main_page_tablet_grid {
    margin-top: 20px;
    width: 100%;
}
.main_page_tablet_grid .row{
    display: flex;
    align-items: stretch;
    box-sizing: border-box;
    margin: 0 -7.5px;
	height: 320px;
}
.main_page_tablet_grid .cell{
    box-sizing: border-box;
    flex: 0 1 auto;
    width: 100%;
    margin: 7.5px;
    position: relative;
}
.main_page_tablet_grid .list{
	padding: 0;
}
.main_page_tablet_grid .list .currency_str .currency_name_blk{
	width: 104px;
}
.main_page_tablet_grid .has_list, .main_page_tablet_grid .has_trending{
	border: 1px solid #DEE2EB;
}
.main_page_tablet_grid .cell.has_news .post_item{
	border: 1px solid #DEE2EB;
	display: block;
	height: 144px;
	box-sizing: border-box;
}
.main_page_tablet_grid .cell.has_news .post_item:first-child{
	margin-bottom: 16px;
}
.main_page_tablet_grid .cell.has_exclusive .post_item{
	border: 1px solid #DEE2EB;
	box-sizing: border-box;
}
.main_page_tablet_grid .post_excerpt{
	display: none;
}
.main_page_tablet_grid .cell.has_exclusive .post_item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 29px);
    left: 0;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(360deg, rgba(3, 5, 26, 0.73) 38.77%, rgba(0, 16, 130, 0) 100%);
    transition: background .2s ease-in-out;
}
.main_page_tablet_grid .cell.has_exclusive .post_item .image_blk {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: 1;
}
.main_page_tablet_grid .cell.has_exclusive .post_item .text_blk {
    display: block;
    position: absolute;
    bottom: 66px;
    z-index: 3;
    color: #fff;
}
.main_page_tablet_grid .cell.has_exclusive .post_item .text_blk p {
    font-weight: 700;
    font-size: 24px;
	line-height: 108%;
    margin: 0 22px;
}
.main_page_tablet_grid .cell.has_exclusive .post_item .post_meta .post_cat {
    color: #fff;
}
.main_page_tablet_grid .cell.has_exclusive .post_meta .author_lnk, .main_page_tablet_grid .cell.has_exclusive .post_meta .post_date{
	display: none;
}
.main_page_tablet_grid .item_share_blk{
	opacity: 1;
}
.main_page_tablet_grid .cell.has_news .post_item .text_blk p{
	font-size: 14px;
	line-height: 130%;
	color: #17181F;
	margin: 12px 38px 0 18px;
	font-weight: 700;
	padding: 0;
}
.main_page_tablet_grid .has_news[data-post_type="1"] .post_item .image_blk{
	height: 0;
	background: none;
}
.main_page_tablet_grid .has_news[data-post_type="1"] .post_item a:after{
	display: none;
}
.main_page_tablet_grid .has_news[data-post_type="1"] .post_item .text_blk{
	position: static;
}

[data-device_type="0"] .tags_nav .tags_wrap{
	overflow: hidden !important;
}
[data-device_type="0"] .post_content h1{
	margin-top: 44px;
}
.post_content p.wp-caption-text, .wp-block-image figcaption, .blocks-gallery-grid figcaption, .wp-block-gallery figcaption{
	font-size: 12px;
	color: #65687D;
}
.post_content p.wp-caption-text a, .wp-block-image figcaption a, .blocks-gallery-grid figcaption, .wp-block-gallery figcaption{
	font-size: 12px;
}
.main_page_grid .row_1 .cell.empty, .sp_grid .cell.empty{
	background: url(img/row1cell_preload.svg) no-repeat center;
	background-size: 100%;
}
.main_page_grid .row_2 .cell.empty{
	background: url(img/row2cell_preload.svg) no-repeat center;
	background-size: 100%;
}
.sp_grid .cell.empty:first-child{
	background: url('img/rowspcell_preload.svg') no-repeat center;
	background-size: 100% 100%;
}
[data-device_type="1"] .post_content img, [data-device_type="2"] .post_content img{
	width: 100%;
}
[data-device_type="2"] .sp_grid .cell.empty{
	background: url('img/rowspmcell_preload.svg') no-repeat center;
	background-size: 100% auto;
}
.youtube_widget .yt_widget_playlist .sp_list_item.active span{
	color: #606481;
}
.youtube_widget .yt_widget_playlist .sp_list_item.active .sp_list_image:after{
	opacity: 0;
}
.mob_rates_blk{
	display: block;
	border: 1px solid #DEE2EB;
	margin-top: 13px;
	background: #fff;
}
.single-quiz .mob_rates_blk{
	margin-top: 0;
}
.mob_rates_blk .currency_str, .mob_scrolled_rates_blk .currency_str{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	position: relative;
	margin-bottom: 0;
}
.mob_rates_blk .currency_str .currency_wrap{
	width: 130px;
	padding: 0 10px;
    margin: 5px 0;
}
.mob_rates_blk .currency_str:first-child .currency_wrap{
	float: right;
	border-right: 1px solid #DEE2EB;
}
.mob_rates_blk .currency_str .currency_name_blk{
	display: none;
}
.mob_rates_blk .currency_str .currency_prices {
    width: calc(100% - 50px);
}
.mob_scrolled_rates_blk{
	position: fixed;
    left: 0;
    top: -30px;
    right: 0;
    height: 30px;
    background: #17181F;
	z-index: 9;
	/* transition: top .2s ease-in-out; */
}
.mob_scrolled_rates_blk.v{
	top: 40px;
}
.mob_scrolled_rates_blk .currency_str .currency_wrap{
	width: 138px;
	padding: 0 10px;
    /* margin: 5px 0; */
}
.mob_scrolled_rates_blk .currency_str .currency_name_blk{
	width: auto;
}
.mob_scrolled_rates_blk .currency_str .currency_name_blk span{
	font-size: 16px !important;
	line-height: 30px;
	letter-spacing: 0.03em;
	color: #DCDFF0;
	font-weight: 400;
}
.mob_scrolled_rates_blk .currency_str .currency_prices {
    /* width: calc(100% - 50px); */
    width: auto;
	margin-left: 5px;
}
.mob_scrolled_rates_blk .currency_str .currency_prices span{
	font-size: 16px !important;
	line-height: 30px;
	letter-spacing: 0.03em;
	color: #DCDFF0;
	font-weight: 400;
}
.mob_scrolled_rates_blk .currency_str .currency_prices span.up{
	color: #9AF625;
}
.mob_scrolled_rates_blk .currency_str .currency_prices span.down{
	color: #FF666F;
}
.mob_scrolled_rates_blk .currency_str .currency_prices span.up:before, .mob_scrolled_rates_blk .currency_str .currency_prices span.down:before{
	display: none;
}
.mob_scrolled_rates_blk .currency_str:first-child .currency_wrap{
	float: right;
	text-align: right;
}
.list_company_name{
	display: block;
	font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.03em;
}
.single_post_views{
	display: none;
}
.logged-in .single_post_views{
	float: right;
    display: inline-block;
	padding-left: 24px;
	margin-left: 18px;
	background: url(img/views_2.svg) no-repeat left center;
}
/*BANNERS*/
.boba_zone{
	width: 100%;
	height: 100%;
}
.single_brba img{
	width: 100%;
	    height: 100%;
}

/*RATES*/
.body_row{
	display: block;
	height: 63px;
	box-shadow: 0px 4px 10px rgba(23, 24, 31, 0.0), 0px 4px 5px rgba(21, 26, 56, 0.0);
	transition: box-shadow .2s ease-in-out;
}
.body_row .col{
	display: inline-block;
	vertical-align: middle;
}
.body_row .col.market_cap_rank{
	width: 78px;
	text-align: center;
	font-size: 16px;
	line-height: 18px;
	color: #000000;
	line-height: 63px;
}
.body_row .col.image{
	width: 59px;
	text-align: center;
}
.body_row .col.image img{
	max-width: 32px;
	max-height: 28px;
}
.body_row .col.currency{
	width: 257px;
	margin-left: 23px;
	font-weight: 700;
	font-size: 18px;
	line-height: 130%;
	letter-spacing: 0.02em;
	color: #17181F;
}
.body_row .col.currency span{
	display: block !important;
	padding: 0 !important;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0.02em;
	color: #17181F !important;
}
.body_row .col.price, .body_row .col.price_change{
	width: 140px;
}
.body_row .col.volume, .body_row .col.market_cap{
	width: 230px;
}
/* #rates_table_head{ */
	/* display: none; */
/* } */
#rates_table_head{
	border-top: 1px #DCDFF0 solid;
	border-bottom: 1px #DCDFF0 solid;
	height: 63px;
}
#rates_table_head .col{
	display: inline-block;
	vertical-align: middle;
	
}
#rates_table_head .col:nth-child(1){
	width: 78px;
	text-align: center;
	line-height: 63px;
}
#rates_table_head .col:nth-child(2){
	width: 327px;
}
#rates_table_head .col:nth-child(2) *, #rates_table_head .col:nth-child(3){
	display: none;
}
#rates_table_head .col:nth-child(4), #rates_table_head .col:nth-child(5){
	width: 136px;
}
#rates_table_head .col:nth-child(4) select{
	display: none;
}
#rates_table_head .col:nth-child(6), #rates_table_head .col:nth-child(7){
	width: 230px;
}
#mob_rates_table, #more_currencies_mob, #more_currencies{
	display: none;
}
.rates_btns a{
    background-image: linear-gradient(#37CEFF, #37CEFF);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .2s linear, color .2s ease-in-out;
	    font-weight: 500;
        font-size: 21px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #187CB5;
    text-decoration: none;
    margin-bottom: 40px;
    display: inline-block;
}
.has_trending .post_cat{
	display: none;
}
.example_post{
	/* display: inline-block; */
	display: none;
	vertical-align: top;
	width: 289px;
	height: 238px;
	border: 1px solid #DEE2EB;
}
.example_post a>p:first-child{
	display: none;
}
.example_post .ex_img{
	display: block;
	height: 114px;
	background-position: center;
	background-size: 100% auto;
}
.stats_buttons a{
	display: inline-block;
	vertical-align: top;
	line-height: 38px;
	border: 2px solid #65687D;
	box-sizing: border-box;
	border-radius: 30px;
	padding: 0 33px;
	margin-right: 12px;
	color: #17181F;
	transition: background-color .2s ease-in-out, border-color .2s ease-in-out;
	margin-bottom: 12px;
}
.stats_buttons a img{
	display: inline-block;
	vertical-align: top;
	transition: filter .2s ease-in-out;
}
.stats_buttons a:first-of-type img{
	margin: 7px 12px 0 0;
    width: 17px !important;
}
.stats_buttons a:last-of-type img{
	margin: 9px 12px 0 0;
    width: 25px !important;
}
/* .stats_article_examples iframe{ */
	/* width: 25% !important; */
	/* max-width: 25% !important; */
/* } */
/* .stats_article_examples .wp-embed-excerpt{ */
	/* display: none; */
/* } */


.single_brba{
	height: 100%;
}
[data-device_type="2"] .has_brba{
	display: none !important;
}
#dn1, #dn2, #dn3, #dc3, #da2, #ma2, #dn4, #dc4{
	margin-bottom: 20px;
}
#dn2 [data-html="1"]{
	height: 85px;
}
[data-device_type="1"] .boba_zone{
	margin-bottom: 0 !important;
}
.category-cards #dc3, .category-cards #dc4, .sp_page #dc3, .sp_page #dc4{
	margin: 7.5px;
}
.category-cards #mc1, .category-cards #mc2, .category-cards #mc3, .category-cards #mc4, .sp_page #mc1, .sp_page #mc2, .sp_page #mc3, .sp_page #mc4{
	margin: 0 0 15px 0;
}
#send_event_form input[type="text"]{
	width: 100%;
	border: 1px solid #DEE2EB;
	height: 32px;
}
#send_event_form input[type="submit"]{
	background: #E7A320;
    border-radius: 34px;
    border: none;
    outline: none;
	height: 38px;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #17181F;
    cursor: pointer;
    transition: background-color .2s ease-in-out;
    -webkit-appearance: none;
	padding: 0 15px;
    appearance: none;
    font-family: 'Ubuntu', sans-serif;
}
.page-id-99898 .similar_posts_right, .page-id-100104 .similar_posts_right{
	display: none;
}
.page-id-99898 .post_content, .page-id-100104 .post_content{
	width: 100%;
}
.stats_row{
	display: block;
	margin-top: 30px;
}
.page-id-99898 .post_content{
	margin-bottom: 30px;
}
.stats_blk{
	display: inline-block;
	vertical-align: top;
	padding: 20px 21px;
	border: 1px solid #DEE2EB;
	text-align: center;
	margin-right: 11px;
	font-size: 16px;
	line-height: 140%;
	text-align: center;
	letter-spacing: 0.02em;
	color: #17181F;
	margin-bottom: 11px;
}
.stats_blk strong{
	display: block;
	font-weight: 500;
	font-size: 24px;
	line-height: 140%;
	text-align: center;
	letter-spacing: 0.02em;
	color: #17181F;
}
.stats_blk p{
	margin: 0;
	font-size: 16px;
	line-height: 140%;
	text-align: center;
	letter-spacing: 0.02em;
	color: #17181F;
}
.charts_row{
	display: block;
	margin-top: 30px;
}
.charts_row img{
	display: inline-block;
	vertical-align: top;
	width: 280px;
	margin-right: 20px;
	margin-bottom: 20px;
	max-width: calc(25% - 20px) !important;
}
.post_content .footer_socials{
	margin-bottom: 30px;
    margin-top: 20px;
}
.post_content .footer_social_blk{
	border: 1px solid #DEE2EB;
}
.post_content .footer_social_blk:nth-of-type(1){
    left: 0;
}
.post_content .footer_social_blk:nth-of-type(2){
    left: 95px;
}
.post_content .footer_social_blk:nth-of-type(3){
    left: 190px;
}
.post_content .footer_social_blk:nth-of-type(4){
	left: 285px;
}
.post_content .footer_social_blk:nth-of-type(5){
	left: 380px;
}
.lng_str{
	word-break: break-all;
}
.tags_nav .inner .arrow_right:hover:before, .tags_nav .inner .arrow_left:hover:before{
	background-image: url(img/arrow_ico_h.svg);
}
.scrolled_header .search_form button[type="submit"]:hover:before{
	color: #474A60;
}
.footer_terms_mob{
	display: none;
}
[data-device_type="1"] .footer_terms_d, [data-device_type="2"] .footer_terms_d{
	display: none;
}
[data-device_type="1"] .footer_terms_mob, [data-device_type="2"] .footer_terms_mob{
	display: block;
}

#rates_wrap .rates_row, .rates_head{
	display: flex;
	align-items: center;
	padding: 10px 0;
	transition: box-shadow .2s ease-in-out;
	cursor: pointer;
	position: relative;
}
#rates_wrap .rates_row{
	border-radius: 6px;
	z-index: 1;
}
#rates_wrap .rates_row:nth-child(odd){
	background: linear-gradient(270deg, #FFFFFF 0%, #F3F7FF 100.55%);
}
#rates_wrap .col, .rates_head .col{
	/*flex: 0 0 357px;*/
	position: relative;
}
#rates_wrap .col:nth-child(1), .rates_head .col:nth-child(1){
	flex: 0 0 65px;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	color: #000000;
	text-align: left;
    padding-left: 15px;
}
.rates_head .col:nth-child(1) span, .rates_head .col:nth-child(4) span, .rates_head .col:nth-child(5) span{
	box-shadow: 0px 0px 2px rgba(61, 71, 143, 0.2), 0px 2px 4px rgba(61, 71, 143, 0.15);
	border-radius: 24px;
	display: inline-block;
	line-height: 22px;
	padding: 0 15px;
	font-size: 14px;
	background: #fff;
}
.rates_head .col:nth-child(1) span{
	margin-left: -14px;
}
#rates_wrap .col:nth-child(2){
	flex: 0 0 60px;
	text-align: center;
	display: none;
}
#rates_wrap .col:nth-child(2) img{
	width: 22px;
}
#rates_wrap .col:nth-child(3){
	flex: 0 0 200px;
	padding-left: 26px;
}
#rates_wrap .col:nth-child(3) p, #rates_wrap .col:nth-child(4) p, #rates_wrap .col:nth-child(5) p, #rates_wrap .col:nth-child(6) p{
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.02em;
	color: #17181F;
	margin: 0 0 5px 0;
}
#rates_wrap .col:nth-child(3) span, #rates_wrap .col:nth-child(4) span, #rates_wrap .col:nth-child(5) span, #rates_wrap .col:nth-child(6) span{
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.02em;
	color: #17181F;
}
#rates_wrap .col:nth-child(6) span{
	padding-left: 17px;
	background: url(img/rates_cs.svg) no-repeat left center;
}
#rates_wrap .col:nth-child(4){
	flex: 0 0 193px;
	text-align: right;
}
#rates_wrap .col:nth-child(5), #rates_wrap .col:nth-child(6){
	flex: 0 0 240px;
	text-align: right;
	font-size: 16px;
	line-height: 18px;
	color: #000000;
}
#rates_wrap .col:nth-child(6){
	flex: 0 0 269px;
}
#rates_wrap .col:nth-child(7){
	flex: 0 0 220px;
	text-align: center;
	font-size: 10px;
	color: #65687D;
}
#rates_wrap .col:nth-child(7) span, #rates_wrap .col:nth-child(7) a{
	display: inline-block;
	background: #DCDFF0;
	border-radius: 30px;
	width: 130px;
	font-weight: 500;
	font-size: 14px;
	line-height: 30px;
	color: #17181F;
	text-align: center;
	text-decoration: none;
	transition: background-color .2s ease-in-out;
}
.defi_rates #rates_wrap .col:nth-child(7) span, #rates_wrap .col:nth-child(7) a{
	width: 151px;
	line-height: 34px;
}
.canvas_blk{
	position: relative;
	height: 160px;
	margin: 40px 0 20px 0;
}
#rates_wrap .col:nth-child(7) img{
	display: inline-block;
	vertical-align: middle;
	width: 58px;
}
#rates_wrap .col:nth-child(4) span.up:before {
    content: "▲";
    color: rgb(119, 201, 14);
    font-size: 10px;
    margin-right: 3px;
    display: inline-block;
    vertical-align: middle;
}
#rates_wrap .col:nth-child(4) span.down:before{
    content: "▼";
    color: #B1525A;
    font-size: 10px;
    margin-right: 3px;
    display: inline-block;
    vertical-align: middle;
}
#rates_wrap .rates_row:hover{
	z-index: 2;
	box-shadow: 0px 0px 2px rgba(61, 71, 143, 0.2), 0px 2px 4px rgba(61, 71, 143, 0.15);
}
.rates_head{
	font-weight: 400;
	margin-bottom: 20px;
	margin-top: 80px;
	cursor: auto;
}
.rates_head:before{
	content: "";
	position: absolute;
	left: 29px;
    right: 203px;
	top: 50%;
	background: #C2C7E0;
	height: 1px;
}
.rates_head .col:nth-child(2){
	flex: 0 0 242px;
	position: relative;
}
.rates_head .col:nth-child(2) input{
	width: calc(100% + 205px);
	padding: 0 40px 0 10px;
	height: 37px;
	background: #EFF1FD;
    border-radius: 6px;
	border: none;
	outline: none;
	position: absolute;
    top: -72px;
    left: -80px;
}
.rates_head .col:nth-child(2):before{
	content: "";
	position: absolute;
	left: 0;
	background: #C2C7E0;
	width: 1px;
	height: 43px;
    top: -42px;
}
.rates_head .col:nth-child(2):after{
	content: "";
	position: absolute;
	top: -65px;
    right: -171px;
	width: 23px;
	height: 24px;
	background: url(img/ratespage_search.svg) no-repeat center;
}
#rates_wrap .rates_row.hidden, #rates_wrap .rates_row.hidden + .canvas_blk{
	display: none;
}
.rates_head .col:nth-child(3){
	flex: 0 0 175px;
	text-align: right;
}
.rates_head .col:nth-child(3) select{
	box-shadow: 0px 0px 2px rgb(61 71 143 / 20%), 0px 2px 4px rgb(61 71 143 / 15%);
    border-radius: 24px;
    display: inline-block;
    line-height: 22px;
    padding: 0 5px;
    background: #fff;
    border: none;
    height: 22px;
	font-family: Inter;
	font-style: normal;
	font-size: 14px;
	color: #17181F;
	cursor: pointer;
}
.rates_head .col:nth-child(4), .rates_head .col:nth-child(5){
	flex: 0 0 242px;
	text-align: right;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}
.rates_head .col:nth-child(5){
	flex: 0 0 271px;
}
.canvas_blk .hd{
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	color: #17181F;
	margin-top: 20px;
	margin-left: 10px;
}
.canvas_blk .hd span{
	display: block;
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
	margin-top: 10px;
}
.single_page_currency_widget{
	display: block;
	height: 203px;
	border: 1px solid #DEE2EB;
	padding-top: 5px;
}
.single_page_currency_widget .col{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	height: 100%;
	position: relative;
}
.single_page_currency_widget .col:last-child:before{
	content: "";
	position: absolute;
	width: 2px;
	height: calc(100% - 21px);
	left: -1px;
	top: 8px;
	background: #DCDFF0;
}
.single_page_currency_widget .pair_name{
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0.02em;
	color: #17181F;
	margin: 20px 0 0 30px;
}
.single_page_currency_widget .pair_symbol{
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0.02em;
	color: #17181F;
	margin: 5px 0 0 30px;
}
.single_page_currency_widget .pair_price{
	font-size: 24px;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 0.02em;
	color: #17181F;
	margin: 13px 0 0 30px;
}
.single_page_currency_widget .pair_price span{
	font-size: 16px;
	padding-left: 10px;
	display: inline-block;
}
.single_page_currency_widget .pair_price span.down {
    color: #CE3F48;
}
.single_page_currency_widget .pair_price span.up {
    color: #5DA700;
}
.single_page_currency_widget a{
	margin: 19px 0 0 30px;
	font-size: 12px;
	letter-spacing: 0.03em;
	color: #65687D;
	display: block;
}
.single_page_currency_widget a span{
	font-weight: 500;
	font-size: 16px;
	color: #17181F;
	display: inline-block;
	vertical-align: middle;
	padding: 13px 28px;
	color: #17181F;
	background: #DCDFF0;
	border-radius: 30px;
	margin-right: 8px;
	transition: background-color .2s ease-in-out;
}
.single_page_currency_widget a img{
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.single_page_currency_widget .widget_disclamer{
	margin: 17px 0 0 30px;
	font-size: 10px;
	line-height: 100%;
	letter-spacing: 0.02em;
	color: #606481;
}
#quiz_wrapper{
	margin-bottom:140px;
	position:relative;
	display:block;
}
#quiz_wrapper .question_blk{
	display:none;
	margin-bottom:30px;
}
#quiz_wrapper .question_blk p{
	font-size: 24px;
}
#quiz_wrapper strong{
	font-size: 18px;
	/* padding-bottom:35px; */
	display:block;
}
#quiz_wrapper .question_blk input{
	display:none;
}
#quiz_wrapper .question_blk label{
	display:block;
	padding-top:3px;
	padding-left:35px;
	margin:0;
	background:url('img/fl_quiz_label.png')no-repeat left center;
	-webkit-transition:0.3s ease-in-out;
	-moz-transition:0.3s ease-in-out;
	-o-transition:0.3s ease-in-out;
	transition:0.3s ease-in-out;
}
#quiz_wrapper .question_blk label:hover{
	color: #F79A0A;
}
#quiz_wrapper .question_blk input:checked + label{
	background:url('img/fl_quiz_label_c.png')no-repeat left center;
}
#quiz_wrapper button{
	background: transparent;
    box-shadow: none;
    color: #000;
    border: 1px #000 solid;
    display: block;
	outline:none;
    margin: 10px auto;
}
#quiz_wrapper button:hover{
	opacity:1;
	border-color:#F79A0A;
}
#quiz_answers_blk>*{
	display:none;
	font-size: 20px;
}
#quiz_wrapper #quiz_answers_blk strong{
	font-size: 24px;
	border-bottom: 1px #ccc solid;
	display:block;
}
.image_overlay{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	text-align: center;
	overflow-y: auto;
	z-index: 999;
}
.image_overlay img{
	max-width: 85%;
    border: 15px #fff solid;
    background: #fff;
}
.image_overlay .close_image{
	width: 25px;
	height: 25px;
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
	background:url('img/close_image.svg')no-repeat left center;
	background-size: cover;
}
.has_zoom{
	position: relative;
}
.has_zoom img{
	cursor: pointer;
}
.has_zoom:after{
	content: "";
	position: absolute;
	cursor: pointer;
	right: 20px;
	bottom: 20px;
	width: 25px;
	height: 25px;
	display: none;
	background:url('img/zoom_image.svg')no-repeat left center;
	background-size: cover;
}
.has_list[data-list_type="hub_news"], .has_list[data-list_type="week_top"]{
	padding-top: 45px;
	background: url(https://hub.forklog.com/wp-content/themes/hub/img/logo.png) no-repeat 308px 12px #fff;
    background-size: 55px auto;
	border: 1px solid #DEE2EB !important;
	padding-bottom: 0;
}
.has_list[data-list_type="week_top"]{
	background: #fff;
}
.vacancies_salary{
	display: block;
	font-weight: 700;
	font-size: 12px;
	line-height: 120%;
	letter-spacing: 0.02em;
	color: #4685D1;
	margin-top: 10px;
}
.has_list[data-list_type="hub_news"] .list, .has_list[data-list_type="week_top"] .list{
	padding-top: 0;
	padding-right: 5px;
	height: 100%;
}
.hub_widget_cat, .hub_widget_author, .vacancy_location, .weektop_widget_author, .weektop_widget_views{
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	font-weight: 600;
	font-size: 10px;
	line-height: 15px;
	margin-top: 10px;
	margin-bottom: 0;
	border: 1px solid #ECEEF2;
	border-radius: 5px;
	padding: 3px 10px 3px 3px;
}
.weektop_widget_author{
	padding: 3px 10px;
}
.weektop_widget_views{
	padding-left: 25px;
    background: url(/wp-content/themes/forklogv2/img/views_2.svg) no-repeat 7px center;
    background-size: 13px auto;
}
.vacancy_location{
	padding-left: 23px;
	background: url(/wp-content/themes/forklogv2/img/vacancy_geo.svg) no-repeat 7px center;
	background-size: 8px 11px;
}
.vacancy_employment_type_office, .vacancy_employment_type_remote, .vacancy_employment_time_full, .vacancy_employment_time_part{
	width: 23px;
	height: 23px;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 6px;
	border: 1px solid #ECEEF2;
	border-radius: 5px;
	background: url(/wp-content/themes/forklogv2/img/vacancy_office.svg) no-repeat center;
}
.vacancy_employment_type_remote{
	background: url(/wp-content/themes/forklogv2/img/vacancy_remote.svg) no-repeat center;
}
.vacancy_employment_time_full{
	background: url(/wp-content/themes/forklogv2/img/vacancy_full.svg) no-repeat center;
}
.vacancy_employment_time_part{
	background: url(/wp-content/themes/forklogv2/img/vacancy_part.svg) no-repeat center;
}
.has_list[data-list_type="hub_news"] p, .has_list[data-list_type="week_top"] p{
	font-weight: 600;
	font-size: 16px;
	margin: 0 0 0 -13px;
	padding: 10px 22px 10px 13px;
	border-radius: 5px;
	background: #fff;
	transition: background .2s ease-in-out;
}
.has_list[data-list_type="hub_news"] p:last-child, .has_list[data-list_type="week_top"] p:last-child{
	margin-bottom: 52px;
}
.has_list[data-list_type="week_top"] span.weektop_widget_date{
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0.03em;
	text-transform: lowercase;
	color: #17181F;
	display: block;
	margin-bottom: 6px;
}
.has_list[data-list_type="week_top"] span.weektop_widget_excerpt{
	font-size: 12px;
	line-height: 120%;
	letter-spacing: 0.03em;
	color: #17181F;
	margin-top: 6px;
	font-weight: 300;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.hub_widget_cat img, .hub_widget_author img{
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
}
.list_widget_wrap{
	width: 356px;
}
/*.has_list[data-list_type="hub_news"] .list_title, .has_list[data-list_type="week_top"] .list_title {
	opacity: 0;
}*/
.custom_poll input[type="radio"] + label, .custom_poll input[type="checkbox"] + label {
    font-size: 21px;
	line-height: 140%;
	text-align: center;
	color: #000000;
    display: block;
    cursor: pointer;
	padding: 20px;
	transition: background .2s ease-in-out;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}
.custom_poll input[type="radio"]:checked + label, .custom_poll input[type="checkbox"]:checked + label{
    background: #FFA800;
}
.custom_poll input[type="radio"], .custom_poll input[type="checkbox"]{
	display: none;
}
.poll_group{
    padding: 68px 0 26px 0;
    position: relative;
    border: 1px solid #DEE2EB;
    margin-bottom: 15px;
    transition: box-shadow .2s ease-in-out;
	display: none;
}
.poll_group:after{
	content: attr(data-counter);
    position: absolute;
    top: 40px;
    left: 0;
	height: 28px;
    width: 100%;
    text-align: center;
    letter-spacing: 0.02em;
    color: #65687D;
    font-weight: 700;
    margin: 0;
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	color: #7D7979;
}
.poll_group p{
	margin-top: 10px;
	font-weight: 500;
	font-size: 31px;
	line-height: 36px;
	text-align: center;
	padding: 0 20px;
	color: #000000;
	margin-bottom: 15px;
}
.poll_nav{
	display: block;
	margin: 20px 0;
	text-align: center;
	height: 42px;
}
.poll_nav span, .poll_nav input{
	display: inline-block;
	vertical-align: top;
    height: 42px;
    line-height: 42px;
    background: #E7A320;
    border-radius: 40px;
    outline: none;
    border: none;
    font-weight: 500;
    font-size: 18px;
    color: #17181F;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    transition: background-color .2s ease-in-out;
	padding: 0 40px;
	margin: 0 15px;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
	cursor: pointer;
}
.poll_nav span.disabled{
	background: #DEE2EB;
	color: #C6C9DA;
}
.poll_nav input{
	display: none;
}
#mob_popup_main_nav .menu-item-113605 a{
	background:url('img/nerch_btn_bg.png')no-repeat left top;
	background-size: cover;
	color: #0E0F14 !important;
}
#dm0, #da0, #dc0{
    position: relative;
    overflow: hidden;
    background: #fff;
}
#dm0 a, #da0 a, #dc0 a{
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
}
/* #dm0 a:before, #da0 a:before, #dc0 a:before{ */
	/* content: ""; */
	/* position: absolute; */
	/* width: 100%; */
	/* bottom: 4px; */
	/* top: 0; */
	/* left: 0; */
	/* opacity: 0; */
	/* background: url(https://forklog.com/wp-content/uploads/ftxdm0h.png) no-repeat left top; */
	/* background-size: 100% auto; */
    /* z-index: 1; */
	/* transition: opacity .3s ease-in-out; */
/* } */
/* #da0 a:before, #dc0 a:before{ */
	/* background: url(https://forklog.com/wp-content/uploads/ftxda0h.png) no-repeat left top; */
	/* background-size: 100% auto; */
/* } */
/* #dm0 a:hover:before, #da0 a:hover:before, #dc0 a:hover:before{ */
	/* opacity: 1; */
/* } */
/*#dm0, #da0, #dc0{
    position: relative;
    overflow: hidden;
    background: #fff;
}
#da0, #dc0{
    margin-bottom: 15px;
}
#da0 img, #dc0 img{
    opacity: 0;
}
#da0 a:before, #dc0 a:before{
    content: "";
    
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://forklog.com/wp-content/uploads/okexlcard.png) no-repeat 76% bottom;
    background-size: 19% auto;
    z-index: 1;
    transition: transform .2s ease-in-out, bottom .2s ease-in-out;
}
#da0 a:after, #dc0 a:after{
    content: "";
    
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://forklog.com/wp-content/uploads/okexlnocard.png) no-repeat left bottom;
    background-size: 100% auto;
    z-index: 1;
}
#dm0 a:before{
    content: "";
    
    position: absolute;
    bottom: -13px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://forklog.com/wp-content/uploads/okexdm0card.png) no-repeat 18px bottom;
    background-size: 92% auto;
    z-index: 1;
    transition: transform .2s ease-in-out, bottom .2s ease-in-out;
}
#dm0 a:after{
    content: "";
    
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://forklog.com/wp-content/uploads/okexdm0nocard.png) no-repeat left bottom;
    background-size: 100% auto;
    z-index: 1;
}
#dm0:hover a:before{
    transform: rotate(5.5deg);
    bottom: -13px;
}
#dc0:hover a:before, #da0:hover a:before{
    transform: rotate(3.5deg);
    bottom: 9px;
}*/
.page-id-112654, .postid-115776, .postid-116690, .postid-117377, .postid-118106, main[data-article_type="3"], .postid-120272{
	background: #f5f8ff;
}
.page-id-112654 main, .postid-115776 main, main[data-article_type="3"]{
	padding-top: 44px;
	background: url(img/review_page_bg.svg) no-repeat center top #f5f8ff;
    background-size: auto 784px;
}
.postid-115776 main{
	background-image: url(img/review_page_bg_3.png);
	background-size: auto 843px;
}
.postid-116690 main{
	background: url(img/quiz_page_bg_4.png) no-repeat center top #f5f8ff;
	background-size: auto 938px;
	padding-top: 44px;
}
.postid-118528 main{
	background-position: center 88px;
	position: relative;
}
.postid-118528 main:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 90px;
	background: #fff;
}
.postid-121488 main{
	background-position: center 190px;
	position: relative;
}
.postid-121488 main:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 192px;
	background: #fff;
}
.postid-123858 main{
	background-position: center 246px;
	position: relative;
}
.postid-123858 main:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 248px;
	background: #fff;
}
.postid-126812 main {
    background-position: center 189px;
    position: relative;
}
.postid-126812 main:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 191px;
	background: #fff;
}
.postid-130479 main {
    background-position: center 189px;
    position: relative;
}
.postid-130479 main:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 191px;
	background: #fff;
}
.postid-133712 main, .postid-144615 main {
    background-position: center 189px;
    position: relative;
}
.postid-133712 main:before, .postid-137719 main:before, .postid-144615 main::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 191px;
	background: #fff;
	z-index: 0;
}
.postid-144615 main .review_top_blk {
    padding-bottom: 364px;
}
[data-device_type="2"] .similar_posts_right, [data-device_type="1"] .similar_posts_right, .page-id-112654 .similar_posts_right, .postid-115776 .similar_posts_right, .postid-116690 .similar_posts_right, .postid-117377 .similar_posts_right, .postid-118106 .similar_posts_right, main[data-article_type="3"] .similar_posts_right, main[data-article_type="2"] .similar_posts_right, .page-id-137397 .similar_posts_right{
	display: none !important;
}
.page-id-112654 main h1, .postid-115776 main h1, .postid-116690 main h1, main[data-article_type="3"] h1{
	margin-top: 0 !important;
}
[data-device_type="2"] .post_content, .page-id-112654 .post_content, .postid-115776 .post_content, .postid-116690 .post_content, .postid-117377 .post_content, .postid-118106 .post_content, main[data-article_type="3"] .post_content, main[data-article_type="2"] .post_content, .page-id-137397 .post_content{
	width: 100%;
}
.page-id-137397{
	background: #F5F8FF;
}
.page-id-137397 .post_content h1{
	font-size: 56px;
	line-height: 64px;
	margin-bottom: 10px;
}
.page-id-137397 .post_content .digestspage_subhead{
	font-size: 12px;
	line-height: 140%;
	letter-spacing: 0.02em;
	color: #17181F;
	display: block;
	margin-bottom: 30px;
}
.digestspage_wrap{
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
	margin-bottom: 40px;
}
.digests_page_blk{
	box-sizing: border-box;
    width: calc(50% - 13px);
	padding: 20px 30px 20px 72px;
	background: #fff;
	margin-bottom: 10px;
	border-radius: 6px;
	position: relative;
	transition: box-shadow .2s ease-in-out;
}
.digests_page_blk:nth-child(2n){
	margin-left: 13px;
}
.digests_page_blk i{
	display: none;
}
.digests_page_blk p{
	font-weight: bold;
	font-size: 18px;
	line-height: 130%;
	color: #17181F;
	margin: 0;
}
.digests_page_blk span{
	font-size: 14px;
	line-height: 130%;
	letter-spacing: 0.02em;
	color: #17181F;
	display: block;
	font-weight: 400;
	margin-top: 10px;
}
.digests_page_blk:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	border-radius: 6px 0 0 6px;
	width: 52px;
}
.digests_page_blk:after{
	content: "";
	position: absolute;
	top: 12px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.digests_page_blk.digests_week:before{
	background: linear-gradient(180deg, #343A69 0%, #0B1038 100%);
}
.digests_page_blk.digests_week:after{
	width: 24px;
	height: 30px;
	left: 14px;
	background-image: url(img/digests_1.svg);
}
.digests_page_blk.digests_btc:before{
	background: linear-gradient(180deg, #DDBB00 0%, #806D04 100%);
}
.digests_page_blk.digests_btc:after{
	width: 27px;
	height: 32px;
	left: 12px;
	background-image: url(img/digests_2.svg);
}
.digests_page_blk.digests_cybersec:before{
	background: linear-gradient(180deg, #D01718 0%, #7F0E0F 100%);
}
.digests_page_blk.digests_cybersec:after{
	width: 31px;
	height: 37px;
	left: 10px;
	background-image: url(img/digests_3.svg);
}
.digests_page_blk.digests_ai:before{
	background: linear-gradient(180deg, #343434 0%, #070707 100%);
}
.digests_page_blk.digests_ai:after{
	width: 29px;
	height: 39px;
	left: 11px;
	background-image: url(img/digests_4.svg);
}
.digests_page_blk.digests_institutional:before{
	background: linear-gradient(180deg, #34695F 0%, #0B3830 100%);
}
.digests_page_blk.digests_institutional:after{
	width: 33px;
	height: 30px;
	left: 9px;
	background-image: url(img/digests_5.svg);
}
.digests_page_blk.digests_defi:before{
	background: linear-gradient(180deg, #4BB900 0%, #275D03 100%);
}
.digests_page_blk.digests_defi:after{
	width: 29px;
	height: 36px;
	left: 11px;
	background-image: url(img/digests_6.svg);
}
.digests_page_blk.digests_corp:before{
	background: linear-gradient(180deg, #009ECE 0%, #005974 100%);
}
.digests_page_blk.digests_corp:after{
	width: 30px;
	height: 37px;
	left: 11px;
	background-image: url(img/digests_7.svg);
}
.digests_page_blk.digests_hub:before{
	background: linear-gradient(0deg, #4B84C9 0%, #5FA3F3 100%);
}
.digests_page_blk.digests_hub:after{
	width: 27px;
	height: 25px;
	left: 11px;
	background-image: url(img/digests_8.svg);
}
.page-id-112654 .post_content ul li, .postid-115776 .post_content ul li, .postid-116690 .post_content ul li, main[data-article_type="3"] .post_content ul li{
	font-size: 14px;
	line-height: 218.5%;
	letter-spacing: 0.02em;
	margin-bottom: 0;
}
.page-id-112654 .post_content ul li:before, .postid-115776 .post_content ul li:before, .postid-116690 .post_content ul li:before, main[data-article_type="3"] .post_content ul li:before{
	top: 9px;
}
.page-id-112654 .post_content ul li a, .postid-115776 .post_content ul li a, .postid-116690 .post_content ul li a, main[data-article_type="3"] .post_content ul li a{
	font-size: 14px;
}
.page-id-112654 .article_meta>p, .postid-115776 .article_image, .postid-115776 .article_image_mob, main[data-article_type="3"] .article_image, main[data-article_type="3"] .article_image_mob{
	display: none;
}
.vote_description p, .vote_description a{
	font-size: 16px;
}
.single_vote_blk{
	background: #fff;
	width: calc(100% - 50px);
	padding: 0 25px 25px 25px;
	margin-bottom: 15px;
}
.single_vote_image_blk{
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 363px;
}
.single_vote_image_blk img{
	width: calc(100% - 36px);
}
.single_vote_image_description{
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25), 0px 1px 6px rgba(0, 0, 0, 0.15);
	border-radius: 20px 0px;
	padding: 15px 0;
	margin-top: -7px;
}
.single_vote_image_blk>p{
	margin: 0;
}
.single_vote_image_description p{
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #000000;
	margin: 0;
}
.single_vote_image_description p strong{
	font-size: 21px;
	line-height: 25px;
	font-weight: 700;
	margin-bottom: 9px;
	display: block;
}
.single_vote_text_blk{
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 400px);
	margin-top: 40px;
	font-size: 21px;
	margin-left: 28px;
}
.single_vote_text_blk p, .single_vote_text_blk a{
	font-size: 21px;
}
.single_vote_buttons{
	text-align: right;
}
.single_vote_buttons div{
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25), 0px 1px 6px rgba(0, 0, 0, 0.15);
	border-radius: 20px 0px;
	width: 80px;
	height: 80px;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	position: relative;
	background: #fff;
	transition: background .2s ease-in-out;
}
.single_vote_buttons div:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(img/vote_arrow.svg) no-repeat center transparent;
	background-size: 32px 44px;
	transition: filter .2s ease-in-out;
}
.single_vote_buttons div.upvote:after{
	filter: invert(47%) sepia(92%) saturate(1950%) hue-rotate(54deg) brightness(99%) contrast(101%);
}
.single_vote_buttons div.downvote:after{
	transform: rotate(180deg);
	filter: invert(33%) sepia(27%) saturate(6801%) hue-rotate(337deg) brightness(88%) contrast(81%);
}
.single_vote_buttons div.upvote.active{
	background: #9AF625;
}
.single_vote_buttons div.downvote.active{
	background: #FF666F;
}
.single_vote_buttons div.active:after{
	filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(152deg) brightness(117%) contrast(114%);
}
.single_vote_buttons span{
	vertical-align: middle;
	margin-right: 20px;
	display: none;
}
.voted .single_vote_buttons span{
	display: inline-block;
}
.or_custom_dex{
	display: block;
	position: relative;
	background: #fff;
	margin-top: 112px;
	margin-bottom: 68px;
}
/* .or_custom_dex:before{ */
	/* content: ""; */
	/* position: absolute; */
	/* top: -82px; */
	/* left: 0; */
	/* right: 0; */
	/* height: 82px; */
	/* background: url(img/custom_dex_or_top.png) no-repeat center bottom; */
    /* background-size: 1920px 82px; */
/* } */
/* .or_custom_dex:after{ */
	/* content: ""; */
	/* position: absolute; */
	/* bottom: -38px; */
	/* left: 0; */
	/* right: 0; */
	/* height: 38px; */
	/* background: url(img/custom_dex_or_bottom.png) no-repeat center top; */
    /* background-size: 1920px 38px; */
/* } */

.review_top_blk{
	padding-bottom: 282px;
}
.postid-116690 .review_top_blk {
    padding-bottom: 152px;
}
.review_single_blk{
	width: calc(100% - 48px);
	background: #fff;
	padding: 24px;
	margin-bottom: 15px;
}

.qc_equal_height img{
	height: 224px;
	width: auto;
}
.qc_equal_height .has_zoom{
	display: inline-block;
	vertical-align: top;
	margin-right: 22px;
}
.qc_equal_height .has_zoom:last-of-type{
	margin-right: 0;
}
.qc_equal_height br{
	display: none;
}
.postid-116690 .qb1{
	margin-top: -25px;
}
.postid-116690 .qb2{
	margin-top: -35px;
}
.postid-116690 .review_single_blk, .postid-116690 .review_half{
	box-shadow: 0px 1px 3px rgba(151, 160, 181, 0.1), 0px 2px 6px #C4CDE3;
}
.postid-116690 .review_half .review_single_blk{
	box-shadow: none;
}
.postid-116690 .sb{
	display: flex;
    justify-content: space-between;
}
.postid-116690 .ah img{
	height: auto;
}
/* .or_custom_dex .review_single_blk{ */
	/* border: 2px solid #DCDFF0; */
	    /* width: calc(100% - 52px); */
/* } */
.review_single_blk h2, .review_single_blk h3{
	margin-top: 0 !important;
}
.review_single_blk p{
	font-size: 16px;
}
.review_single_blk p a{
	font-size: 16px;
}
.review_single_blk p:first-child{
	margin-top: 0;
}
.review_single_blk p:last-child, .review_single_blk .wp-caption{
	margin-bottom: 0;
}
.reviews_has_two_thirds, .reviews_has_halves{
	display: flex;
}
.reviews_has_halves{
	align-items: baseline;
}
.reviews_has_halves.stretch{
	align-items: stretch;
	flex-grow: 1;
	margin-bottom: 15px;
}
.reviews_has_two_thirds .review_single_blk{
	display: inline-block;
	vertical-align: top;
	flex: 1;
}
.review_half{
	flex: 1;
	width: 49%;
	background: #fff;
	max-width: 49%;
}
.review_half:first-child{
	margin-right: 2%;
}
.reviews_has_two_thirds .review_single_blk img, .review_half img{
	width: 100%;
}
.reviews_has_two_thirds .review_single_blk:first-child{
	width: calc(66% - 59px);
	max-width: calc(66% - 59px);
	margin-right: 11px;
}
.reviews_has_two_thirds .review_single_blk:last-child{
	width: calc(33% - 42px);
	max-width: calc(33% - 42px);
}
.review_timelines{
	min-height: 1478px;
	padding-top: 75px;
	background: url(img/review_page_timeline_bg.png) no-repeat center top;
    background-size: 1920px auto;
	margin-bottom: 30px;
}
.or_custom_dex.review_timelines{
	background:#fff;
	min-height: auto;
	padding-top: 0;
	padding-bottom: 30px;
	margin-bottom: 50px;
}
.review_timelines.nobg{
	background: none;
	min-height: auto;
}
.review_timelines.nobg .timeline_tooltip{
	background: #fff;
}
.review_timelines .review_single_timeline_blk{
	display: block;
	position: relative;
}
.review_timelines .review_single_timeline_blk .timeline_axis{
	position: absolute;
	top: 0;
	left: 50%;
	bottom: 0;
	width: 2px;
	margin-left: -1px;
	background: #DCDFF0;
}
.review_timelines .review_single_timeline_blk .timeline_axis:before, .review_timelines .review_single_timeline_blk .timeline_axis:after{
	content: "";
	width: 13px;
	height: 13px;
	background: #DCDFF0;
	border-radius: 13px;
	position: absolute;
	left: -5.5px;
}
.review_timelines .review_single_timeline_blk .timeline_axis:before{
	top: -6px;
}
.review_timelines .review_single_timeline_blk .timeline_axis:after{
	bottom: -6px;
}
.review_timelines .review_single_timeline_blk.first{
	min-height: 456px;
}
.review_timelines.or_custom_dex .review_single_timeline_blk.first{
	min-height: 700px;
}
.review_timelines .review_single_timeline_blk.second{
	min-height: 780px;
}
.review_timelines .review_single_timeline_blk.third{
	min-height: 780px;
}
.review_timelines .review_single_timeline_blk.fourth{
	min-height: 835px;
}
.review_timelines .review_single_timeline_blk .timeline_tooltip{
	position: absolute;
	width: 520px;
	border: 2px solid #DCDFF0;
	box-sizing: border-box;
	display: block;
	padding: 48px 19px 15px 19px;
	font-size: 14px;
	line-height: 140%;
	text-align: center;
	letter-spacing: 0.02em;
	color: #17181F;
	transition: all .2s ease-in-out;
}
.review_timelines .review_single_timeline_blk .timeline_tooltip:hover{
	box-shadow: 0px 4px 5px rgba(61, 71, 143, 0.3), 0px 4px 10px rgba(65, 84, 219, 0.1);
	border-color: #fff;
	color: #187CB5;
}
.review_timelines .review_single_timeline_blk .timeline_tooltip span, .review_timelines .review_single_timeline_blk .timeline_tooltip>strong{
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	top: 15px;
	font-weight: bold;
	font-size: 21px;
	line-height: 110%;
	text-align: center;
	color: #E7A320;
}
.review_timelines .review_single_timeline_blk .timeline_tooltip a{
		font-size: inherit;
	}
.review_timelines .review_single_timeline_blk .timeline_tooltip:before{
	content: "";
	position: absolute;
	width: 80px;
	border: 1px solid #DCDFF0;
	height: 0px;
	top: 50%;
	right: -82px;
}
.review_timelines .review_single_timeline_blk .timeline_tooltip:after{
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	top: calc(50% - 4px);
    right: -87px;
	background: #E7A320;
}
.review_timelines .review_single_timeline_blk .timeline_tooltip.right{
	right: 0;
}
.review_timelines .review_single_timeline_blk .timeline_tooltip.right:before{
	right: auto;
	left: -82px;
}
.review_timelines .review_single_timeline_blk .timeline_tooltip.right:after{
	right: auto;
	left: -87px;
}
.postid-118528 .review_timelines .review_single_timeline_blk.first{
	min-height: 570px;
}
.review_timelines .review_single_timeline_blk.first .timeline_tooltip[data-num="1"]{
	top: 0;
}
.review_timelines .review_single_timeline_blk.first .timeline_tooltip[data-num="2"]{
	top: 26px;
}
.postid-118528 .review_timelines .review_single_timeline_blk.first .timeline_tooltip[data-num="2"]{
	top: 91px;
}
.review_timelines .review_single_timeline_blk.first .timeline_tooltip[data-num="3"]{
	top: 141px;
}
.postid-118528 .review_timelines .review_single_timeline_blk.first .timeline_tooltip[data-num="3"]{
	top: 211px;
}
.review_timelines .review_single_timeline_blk.first .timeline_tooltip[data-num="4"]{
	top: 241px;
}
.postid-118528 .review_timelines .review_single_timeline_blk.first .timeline_tooltip[data-num="4"]{
	top: 299px;
}
.review_timelines .review_single_timeline_blk.first .timeline_tooltip[data-num="5"]{
	top: 316px;
}
.postid-118528 .review_timelines .review_single_timeline_blk.first .timeline_tooltip[data-num="5"]{
	top: 381px;
}
.review_timelines .review_single_timeline_blk.second .timeline_tooltip[data-num="1"]{
	top: 0;
}
.review_timelines .review_single_timeline_blk.second .timeline_tooltip[data-num="2"]{
	top: 80px;
}
.review_timelines .review_single_timeline_blk.second .timeline_tooltip[data-num="3"]{
	top: 151px;
}
.review_timelines .review_single_timeline_blk.second .timeline_tooltip[data-num="4"]{
	top: 220px;
}
.review_timelines .review_single_timeline_blk.second .timeline_tooltip[data-num="5"]{
	top: 304px;
}
.review_timelines .review_single_timeline_blk.second .timeline_tooltip[data-num="6"]{
	top: 368px;
}
.review_timelines .review_single_timeline_blk.second .timeline_tooltip[data-num="7"]{
	top: 440px;
}

.postid-118528 .review_timelines .review_single_timeline_blk.second .timeline_tooltip[data-num="1"]{
	top: 0;
}
.postid-118528 .review_timelines .review_single_timeline_blk.second .timeline_tooltip[data-num="2"]{
	top: 146px;
}
.postid-118528 .review_timelines .review_single_timeline_blk.second .timeline_tooltip[data-num="3"]{
	top: 277px;
}
.postid-118528 .review_timelines .review_single_timeline_blk.second .timeline_tooltip[data-num="4"]{
	top: 348px;
}
.postid-118528 .review_timelines .review_single_timeline_blk.second .timeline_tooltip[data-num="5"]{
	top: 436px;
}
.postid-118528 .review_timelines .review_single_timeline_blk.second .timeline_tooltip[data-num="6"]{
	top: 503px;
}
.postid-118528 .review_timelines .review_single_timeline_blk.second .timeline_tooltip[data-num="7"]{
	top: 633px;
}

.review_timelines .review_single_timeline_blk.second .timeline_tooltip[data-num="8"]{
	top: 516px;
}
.review_timelines .review_single_timeline_blk.second .timeline_tooltip[data-num="9"]{
	top: 599px;
}
.review_timelines .review_single_timeline_blk.second .timeline_tooltip[data-num="10"]{
	top: 664px;
}
.review_timelines.or_custom_dex .review_single_timeline_blk.first .timeline_tooltip[data-num="2"]{
	top: 80px;
}
.review_timelines.or_custom_dex .review_single_timeline_blk.first .timeline_tooltip[data-num="3"]{
	top: 210px;
}
.review_timelines.or_custom_dex .review_single_timeline_blk.first .timeline_tooltip[data-num="4"]{
	top: 297px;
}
.review_timelines.or_custom_dex .review_single_timeline_blk.first .timeline_tooltip[data-num="5"]{
	top: 365px;
}
.review_timelines.or_custom_dex .review_single_timeline_blk.first .timeline_tooltip[data-num="6"]{
	top: 490px;
}
.review_timelines .review_single_timeline_blk.third .timeline_tooltip[data-num="1"]{
	top: 0;
}
.review_timelines .review_single_timeline_blk.third .timeline_tooltip[data-num="2"]{
	top: 80px;
}
.review_timelines .review_single_timeline_blk.third .timeline_tooltip[data-num="3"]{
	top: 262px;
}
.review_timelines .review_single_timeline_blk.third .timeline_tooltip[data-num="4"]{
	top: 337px;
}
.review_timelines .review_single_timeline_blk.third .timeline_tooltip[data-num="5"]{
	top: 414px;
}
.review_timelines .review_single_timeline_blk.third .timeline_tooltip[data-num="6"]{
	top: 539px;
}
.review_timelines .review_single_timeline_blk.third .timeline_tooltip[data-num="7"]{
	top: 611px;
}
.review_timelines .review_single_timeline_blk.fourth .timeline_tooltip[data-num="1"]{
	top: 0;
}
.review_timelines .review_single_timeline_blk.fourth .timeline_tooltip[data-num="2"]{
	top: 80px;
}
.review_timelines .review_single_timeline_blk.fourth .timeline_tooltip[data-num="3"]{
	top: 262px;
}
.review_timelines .review_single_timeline_blk.fourth .timeline_tooltip[data-num="4"]{
	top: 298px;
}
.review_timelines .review_single_timeline_blk.fourth .timeline_tooltip[data-num="5"]{
	top: 414px;
}
.review_timelines .review_single_timeline_blk.fourth .timeline_tooltip[data-num="6"]{
	top: 539px;
}
.review_timelines .review_single_timeline_blk.fourth .timeline_tooltip[data-num="7"]{
	top: 611px;
}
.review_timelines .review_single_timeline_blk.fourth .timeline_tooltip[data-num="8"]{
	top: 710px;
}
.postid-121488 .review_timelines .review_single_timeline_blk.first {
    min-height: 872px;
}
.postid-121488 .review_timelines .timeline_tooltip[data-num="1"]{
	top: 0;
}
.postid-121488 .review_timelines .timeline_tooltip[data-num="2"]{
	top: 80px !important;
}
.postid-121488 .review_timelines .timeline_tooltip[data-num="3"]{
	top: 151px;
}
.postid-121488 .review_timelines .timeline_tooltip[data-num="4"]{
	top: 200px !important;
}
.postid-121488 .review_timelines .timeline_tooltip[data-num="5"]{
	top: 327px !important;
}
.postid-121488 .review_timelines .timeline_tooltip[data-num="6"]{
	top: 400px;
}
.postid-121488 .review_timelines .timeline_tooltip[data-num="7"]{
	top: 461px;
}
.postid-121488 .review_timelines .timeline_tooltip[data-num="8"]{
	top: 543px;
}
.postid-121488 .review_timelines .timeline_tooltip[data-num="9"]{
	top: 642px;
}
.postid-121488 .review_timelines .timeline_tooltip[data-num="10"]{
	top: 707px;
}
.reviews_has_thirds{
	display: flex;
	align-items: baseline;
}
.reviews_has_thirds .review_third{
	width: calc(100% / 3 - 10px);
}
.reviews_has_thirds .review_third:nth-child(2){
	margin: 0 15px;
}
.review_single_blk.has_region{
	padding-left: 145px;
	position: relative;
	width: calc(100% - 169px);
	padding-bottom: 8px;
}
.review_single_blk.has_region.has_top_divider{
	margin-top: 15px;
}
.review_single_blk.has_region.has_top_divider:before{
	content: "";
	width: 100%;
	height: 15px;
	left: 0;
	top: -15px;
	background: #f5f8ff;
	position: absolute;
}
.has_golden_strong strong{
	color: #E7A320;
}
/* .review_single_blk.has_region p{ */
	/* display: none; */
/* } */
.review_single_blk.has_region ul{
	margin-top: -1em;
}
/* .review_single_blk.has_region ul{ */
	/* margin-top: 0; */
/* } */
.review_single_blk.has_region ul li{
	line-height: 140%;
}
.review_single_blk.has_region ul li:before{
	top: 6px;
}
.review_single_blk.has_region img{
	position: absolute;
	top: 24px;
	left: 24px;
	width: auto;
}
.review_single_blk.has_map{
	position: relative;
}
.review_single_blk.has_map.m{
	display: none;
}
.review_single_blk.has_map .country_blk{
	position: absolute;
	padding: 15px;
	background: #fff;
	background: #FFFFFF;
	box-shadow: 0px 3px 4px rgba(21, 26, 56, 0.2), 0px 2px 2px rgba(23, 24, 31, 0.2);
	font-size: 12px;
	line-height: 140%;
	text-align: center;
	letter-spacing: 0.02em;
	color: #17181F;
}
.review_single_blk.has_map .country_blk a{
	font-size: 12px;
	line-height: 140%;
}
.review_single_blk.has_map .country_blk p{
	font-size: inherit;
}
.review_single_blk.has_map .country_blk strong{
	color: #E7A320;
}
.review_single_blk.has_map .country_blk[data-blk="1"]{
	top: 130px;
	left: 29px;
	width: 307px;
}
.review_single_blk.has_map .country_blk[data-blk="2"]{
	top: 472px;
    left: 174px;
	width: 183px;
}
.review_single_blk.has_map .country_blk[data-blk="3"]{
	top: 311px;
    left: 311px;
    width: 185px;
}
.review_single_blk.has_map .country_blk[data-blk="4"]{
	top: 512px;
    left: 467px;
    width: 207px;
}
.review_single_blk.has_map .country_blk[data-blk="5"]{
	top: 154px;
    left: 417px;
    width: 185px;
}
.review_single_blk.has_map .country_blk[data-blk="6"]{
	top: 401px;
    left: 669px;
    width: 207px;
}
.review_single_blk.has_map .country_blk[data-blk="7"]{
	top: 292px;
    left: 694px;
    width: 185px;
}
.review_single_blk.has_map .country_blk[data-blk="8"]{
	top: 72px;
    left: 670px;
    width: 350px;
}
.review_single_blk.has_map .country_blk[data-blk="9"]{
	top: 297px;
    left: 927px;
    width: 214px;
}
.review_single_blk.has_map .country_blk[data-blk="10"]{
	top: 520px;
    left: 788px;
    width: 250px;
}
.review_single_blk.has_map.review_2_map .country_blk[data-blk="1"]{
	top: 114px;
    left: 31px;
	width: 208px;
}
.review_single_blk.has_map.review_2_map .country_blk[data-blk="2"]{
	top: 347px;
    left: 31px;
	width: 221px;
}
.review_single_blk.has_map.review_2_map .country_blk[data-blk="3"]{
	top: 501px;
    left: 99px;
	width: 184px;
}
.review_single_blk.has_map.review_2_map .country_blk[data-blk="4"]{
	top: 84px;
    left: 389px;
    width: 220px;
}
.review_single_blk.has_map.review_2_map .country_blk[data-blk="5"]{
	top: 178px;
    left: 304px;
    width: 220px;
}
.review_single_blk.has_map.review_2_map .country_blk[data-blk="6"]{
	top: 351px;
    left: 347px;
    width: 150px;
}
.review_single_blk.has_map.review_2_map .country_blk[data-blk="7"]{
	top: 532px;
    left: 329px;
    width: 190px;
}
.review_single_blk.has_map.review_2_map .country_blk[data-blk="8"]{
	top: 362px;
    left: 576px;
    width: 200px;
}
.review_single_blk.has_map.review_2_map .country_blk[data-blk="9"]{
	top: 267px;
    left: 643px;
    width: 194px;
}
.review_single_blk.has_map.review_2_map .country_blk[data-blk="10"]{
	top: 555px;
    left: 565px;
    width: 194px;
}
.review_single_blk.has_map.review_2_map .country_blk[data-blk="11"]{
	top: 76px;
    left: 660px;
    width: 360px;
}
.review_single_blk.has_map.review_2_map .country_blk[data-blk="12"]{
	top: 220px;
    left: 885px;
    width: 261px;
}
.review_single_blk.has_map.review_2_map .country_blk[data-blk="13"]{
	top: 355px;
    left: 946px;
    width: 200px;
}
.review_single_blk.has_map.review_2_map .country_blk[data-blk="14"]{
	top: 434px;
    left: 699px;
    width: 204px;
}
.review_single_blk.has_map.review_2_map .country_blk[data-blk="15"]{
	top: 507px;
    left: 816px;
    width: 224px;
}

.postid-118528 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"]{
	top: 315px;
    left: 939px;
    width: 208px;
}
.postid-121488 .review_single_blk.has_map .country_blk[data-blk="1"]{
	top: 258px;
    left: 830px;
    width: 295px;
}
.postid-118528 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"]:before{
	content: "";
	width: 40px;
	height: 1px;
	background: #000;
	left: -38px;
	position: absolute;
	transform: rotate(21deg);
}
.postid-118528 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"]:after{
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #000;
	left: -38px;
	position: absolute;
	top: 4px;
}
.postid-118528 .review_single_blk.has_map.review_2_map .country_blk[data-blk="2"]{
	top: 556px;
    left: 644px;
    width: 221px;
}
.postid-121488 .review_single_blk.has_map .country_blk[data-blk="2"]{
	top: 426px;
    left: 431px;
    width: 221px;
}
.postid-118528 .review_single_blk.has_map.review_2_map .country_blk[data-blk="2"]:before{
	content: "";
    width: 40px;
    height: 1px;
    background: #000;
    right: -35px;
    position: absolute;
    transform: rotate(-41deg);
    top: -13px;
}
.postid-118528 .review_single_blk.has_map.review_2_map .country_blk[data-blk="2"]:after{
	content: "";
	width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #000;
    right: -37px;
    position: absolute;
    top: -33px;
}
.postid-118528 .review_single_blk.has_map.review_2_map .country_blk[data-blk="3"]{
	top: 501px;
    left: 99px;
    width: 218px;
}
.postid-118528 .review_single_blk.has_map.review_2_map .country_blk[data-blk="3"]:before{
	content: "";
    width: 40px;
    height: 1px;
    background: #000;
    right: -35px;
    position: absolute;
    transform: rotate(-41deg);
    top: -13px;
}
.postid-118528 .review_single_blk.has_map.review_2_map .country_blk[data-blk="3"]:after{
	content: "";
	width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #000;
    right: -37px;
    position: absolute;
    top: -33px;
}
.postid-121488 .review_single_blk.has_map .country_blk[data-blk="3"]{
	top: 301px;
    left: 440px;
    width: 277px;
}
.postid-121488 .review_single_blk.has_map .country_blk[data-blk="3"]:before{
	content: "";
    width: 40px;
    height: 1px;
    background: #000;
    right: -35px;
    position: absolute;
    transform: rotate(-41deg);
    top: -13px;
}
.postid-121488 .review_single_blk.has_map .country_blk[data-blk="3"]:after{
	content: "";
	width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #000;
    right: -37px;
    position: absolute;
    top: -33px;
}
.postid-118528 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"]{
	top: 84px;
    left: 450px;
    width: 220px;
}
.postid-118528 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"]:before{
	content: "";
	width: 75px;
    height: 1px;
    background: #000;
    right: 90px;
    position: absolute;
    transform: rotate(41deg);
    top: 87px;
}
.postid-118528 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"]:after{
	content: "";
	width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #000;
    right: 94px;
    position: absolute;
    top: 107px;
}
.postid-121488 .review_single_blk.has_map .country_blk[data-blk="4"]{
	top: 106px;
    left: 316px;
    width: 294px;
}
.postid-121488 .review_single_blk.has_map .country_blk[data-blk="4"]:before{
	content: "";
    width: 22px;
    height: 1px;
    background: #000;
    right: -1px;
    position: absolute;
    transform: rotate(41deg);
    top: 150px;
}
.postid-121488 .review_single_blk.has_map .country_blk[data-blk="4"]:after{
	content: "";
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #000;
    right: -7px;
    position: absolute;
    top: 155px;
}

.postid-118528 .review_single_blk.has_map.review_2_map .country_blk[data-blk="5"]{
	top: 178px;
    left: 284px;
    width: 220px;
}
.postid-121488 .review_single_blk.has_map .country_blk[data-blk="5"]{
	top: 178px;
    left: 32px;
    width: 220px;
}
.postid-118528 .review_single_blk.has_map.review_2_map .country_blk[data-blk="5"]:before{
	content: "";
	width: 31px;
    height: 1px;
    background: #000;
    right: -24px;
    position: absolute;
    transform: rotate(63deg);
    top: 38px;
}
.postid-118528 .review_single_blk.has_map.review_2_map .country_blk[data-blk="5"]:after{
	content: "";
	width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #000;
	right: -21px;
    position: absolute;
    top: 49px;
}
.postid-118528 .review_single_blk.has_map.review_2_map .country_blk[data-blk="6"]{
	top: 408px;
    left: 537px;
    width: 250px;
}
.postid-118528 .review_single_blk.has_map.review_2_map .country_blk[data-blk="6"]:before{
	content: "";
    width: 40px;
    height: 1px;
    background: #000;
    right: 116px;
    position: absolute;
    transform: rotate(-41deg);
    top: -13px;
}
.postid-118528 .review_single_blk.has_map.review_2_map .country_blk[data-blk="6"]:after{
	content: "";
	width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #000;
    right: 113px;
    position: absolute;
    top: -33px;
}

.postid-121488 .review_single_blk.has_map .country_blk[data-blk="6"]{
	top: 426px;
    left: 699px;
    width: 250px;
}
.postid-121488 .review_single_blk.has_map .country_blk[data-blk="6"]:before{
	content: "";
    width: 130px;
    height: 1px;
    background: #000;
    right: 116px;
    position: absolute;
    transform: rotate(94deg);
    top: -57px;
}
.postid-121488 .review_single_blk.has_map .country_blk[data-blk="6"]:after{
	content: "";
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #000;
    right: 172px;
    position: absolute;
    top: -127px;
}

.postid-118528 .review_single_blk.has_map.review_2_map .country_blk[data-blk="7"]{
	top: 277px;
    left: 245px;
    width: 345px;
}
.postid-121488 .review_single_blk.has_map .country_blk[data-blk="7"]{
	top: 332px;
    left: 199px;
    width: 190px;
}
.postid-118528 .review_single_blk.has_map.review_2_map .country_blk[data-blk="8"], .postid-121488 .review_single_blk.has_map .country_blk[data-blk="8"]{
	top: 31px;
    left: 756px;
    width: 394px;
}
.postid-118528 .review_single_blk.has_map.review_2_map .country_blk[data-blk="8"]:before{
	content: "";
    width: 40px;
    height: 1px;
    background: #000;
    right: 116px;
    position: absolute;
    transform: rotate(-41deg);
    top: 171px;
}
.postid-121488 .review_single_blk.has_map .country_blk[data-blk="8"]:before{
	content: "";
    width: 40px;
    height: 1px;
    background: #000;
    right: 164px;
    position: absolute;
    transform: rotate(-41deg);
    top: 203px;
}
.postid-118528 .review_single_blk.has_map.review_2_map .country_blk[data-blk="8"]:after{
	content: "";
	width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #000;
    right: 147px;
    position: absolute;
    top: 181px;
}
.postid-121488 .review_single_blk.has_map .country_blk[data-blk="8"]:after{
	content: "";
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #000;
    right: 191px;
    position: absolute;
    top: 209px;
}
.postid-123858 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"]{
	top: 65px;
    left: 25px;
    width: 365px;
}
.postid-123858 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"]:before{
	content: "";
    width: 40px;
    height: 1px;
    background: #000;
    right: 137px;
    position: absolute;
    transform: rotate(-41deg);
    top: 216px;
}
.postid-123858 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"]:after{
	content: "";
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #000;
	right: 167px;
    position: absolute;
    top: 224px;
}
.postid-123858 .review_single_blk.has_map.review_2_map .country_blk[data-blk="2"] {
    top: 441px;
    left: 831px;
    width: 221px;
}
.postid-123858 .review_single_blk.has_map.review_2_map .country_blk[data-blk="2"]:before{
	content: "";
    width: 40px;
    height: 1px;
    background: #000;
    right: 135px;
    position: absolute;
    transform: rotate(-41deg);
    top: -15px;
}
.postid-123858 .review_single_blk.has_map.review_2_map .country_blk[data-blk="2"]:after{
	content: "";
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #000;
	right: 133px;
    position: absolute;
    top: -34px;
}
.postid-123858 .review_single_blk.has_map.review_2_map .country_blk[data-blk="3"]{
    top: 384px;
    left: 507px;
    width: 185px;
}
.postid-123858 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"]{
    top: 63px;
    left: 613px;
    width: 320px;
}
.postid-123858 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"]:before{
	content: "";
    width: 66px;
    height: 1px;
    background: #000;
    right: 329px;
    position: absolute;
    transform: rotate(-67deg);
    top: 155px;
}
.postid-123858 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"]:after{
	content: "";
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #000;
	right: 369px;
    position: absolute;
    top: 180px;
}
.postid-123858 .review_single_blk.has_map.review_2_map .country_blk[data-blk="5"] {
    top: 362px;
    left: 144px;
    width: 292px;
}
.postid-123858 .review_single_blk.has_map.review_2_map .country_blk[data-blk="5"]:before{
	content: "";
    width: 130px;
    height: 1px;
    background: #000;
    right: -107px;
    position: absolute;
    transform: rotate(-49deg);
    top: -50px;
}
.postid-123858 .review_single_blk.has_map.review_2_map .country_blk[data-blk="5"]:after{
	content: "";
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #000;
	right: -89px;
    position: absolute;
    top: -102px;
}
.postid-123858 .review_single_blk.has_map.review_2_map .country_blk[data-blk="6"] {
    top: 201px;
    left: 612px;
    width: 321px;
}
.postid-123858 .review_single_blk.has_map.review_2_map .country_blk[data-blk="7"] {
    top: 289px;
    left: 760px;
    width: 305px;
}
.postid-123858 .review_single_blk.has_map.review_2_map .country_blk[data-blk="7"]:before{
	content: "";
    width: 70px;
    height: 1px;
    background: #000;
    right: 312px;
    position: absolute;
    transform: rotate(-70deg);
    top: 34px;
}
.postid-123858 .review_single_blk.has_map.review_2_map .country_blk[data-blk="7"]:after{
	content: "";
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #000;
	right: 353px;
    position: absolute;
    top: 59px;
}
.postid-126812 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"]{
	top: 188px;
    left: 327px;
    width: 208px;
}
.postid-126812 .review_single_blk.has_map.review_2_map .country_blk[data-blk="2"]{
	top: 347px;
    left: 831px;
    width: 221px;
}
.postid-126812 .review_single_blk.has_map.review_2_map .country_blk[data-blk="3"]{
	top: 307px;
    left: 340px;
    width: 184px;
}
.postid-126812 .review_single_blk.has_map.review_2_map .country_blk[data-blk="3"]:before{
	content: "";
    width: 52px;
    height: 1px;
    background: #000;
    right: -50px;
    position: absolute;
    transform: rotate(-28deg);
    top: -11px;
}
.postid-126812 .review_single_blk.has_map.review_2_map .country_blk[data-blk="3"]:after{
	content: "";
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #000;
    right: -56px;
    position: absolute;
    top: -30px;
}
.postid-126812 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"]{
	top: 117px;
    left: 642px;
    width: 174px;
}
.postid-126812 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"]:before{
	content: "";
    width: 23px;
    height: 1px;
    background: #000;
    right: 181px;
    position: absolute;
    transform: rotate(-70deg);
    top: 89px;
}
.postid-126812 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"]:after{
	content: "";
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #000;
    right: 193px;
    position: absolute;
    top: 100px;
}
.postid-126812 .review_single_blk.has_map.review_2_map .country_blk[data-blk="5"]{
	top: 218px;
    left: 801px;
    width: 171px;
}
.postid-126812 .review_single_blk.has_map.review_2_map .country_blk[data-blk="6"]{
	top: 421px;
    left: 404px;
    width: 150px;
}
.postid-130479 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"]{
	top: 224px;
    left: 968px;
    width: 138px;
}
.postid-130479 .review_single_blk.has_map.review_2_map .country_blk[data-blk="8"] {
    top: 127px;
    left: 176px;
    width: 162px;
}
.postid-130479 .review_single_blk.has_map.review_2_map .country_blk[data-blk="5"] {
    top: 300px;
    left: 20px;
    width: 220px;
}
.postid-130479 .review_single_blk.has_map.review_2_map .country_blk[data-blk="9"] {
    top: 132px;
    left: 404px;
    width: 185px;
}
.postid-130479 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"] {
    top: 388px;
    left: 884px;
    width: 118px;
}
.postid-130479 .review_single_blk.has_map.review_2_map .country_blk[data-blk="2"] {
    top: 254px;
    left: 332px;
    width: 178px;
}
.postid-130479 .review_single_blk.has_map.review_2_map .country_blk[data-blk="6"] {
    top: 384px;
    left: 636px;
    width: 150px;
}
.postid-130479 .review_single_blk.has_map.review_2_map .country_blk[data-blk="3"] {
    top: 421px;
    left: 371px;
    width: 184px;
}
.postid-130479 .review_single_blk.has_map.review_2_map .country_blk[data-blk="10"] {
    top: 555px;
    left: 20px;
    width: 194px;
}
.postid-130479 .review_single_blk.has_map.review_2_map .country_blk[data-blk="7"] {
    top: 287px;
    left: 556px;
    width: 190px;
}
.postid-130479 .review_single_blk.has_map.review_2_map .country_blk[data-blk="11"] {
    top: 148px;
    left: 656px;
    width: 202px;
}

.postid-133712 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"]{
	top: 143px;
    left: 968px;
    width: 186px;
}
.postid-133712 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"]:before{
	content: "";
	width: 100px;
    height: 1px;
    background: #000;
    right: 123px;
    position: absolute;
    transform: rotate(-34deg);
    top: 139px;
}
.postid-133712 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"]:after{
	content: "";
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #000;
	right: 213px;
    position: absolute;
    top: 166px;
}
.postid-133712 .review_single_blk.has_map.review_2_map .country_blk[data-blk="2"]{
	top: 184px;
    left: 631px;
    width: 160px;
}
.postid-133712 .review_single_blk.has_map.review_2_map .country_blk[data-blk="2"]:before{
	content: "";
    width: 31px;
    height: 1px;
    background: #000;
    right: 53px;
    position: absolute;
    transform: rotate(34deg);
    top: 103px;
}
.postid-133712 .review_single_blk.has_map.review_2_map .country_blk[data-blk="2"]:after{
	content: "";
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #000;
	right: 48px;
    position: absolute;
    top: 110px;
}
.postid-133712 .review_single_blk.has_map.review_2_map .country_blk[data-blk="3"]{
	top: 301px;
    left: 1025px;
    width: 130px;
}
.postid-133712 .review_single_blk.has_map.review_2_map .country_blk[data-blk="3"]:before{
	content: "";
	width: 31px;
    height: 1px;
    background: #000;
    right: 158px;
    position: absolute;
    transform: rotate(34deg);
    top: 29px;
}
.postid-133712 .review_single_blk.has_map.review_2_map .country_blk[data-blk="3"]:after{
	content: "";
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #000;
	right: 180px;
    position: absolute;
    top: 16px;
}
.postid-133712 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"] {
	top: 315px;
    left: 351px;
    width: 164px;
}
.postid-133712 .review_single_blk.has_map.review_2_map .country_blk[data-blk="5"] {
    top: 283px;
    left: 20px;
    width: 220px;
}
.postid-133712 .review_single_blk.has_map.review_2_map .country_blk[data-blk="6"] {
	top: 351px;
    left: 809px;
    width: 174px;
}
.postid-133712 .review_single_blk.has_map.review_2_map .country_blk[data-blk="7"] {
    top: 388px;
    left: 20px;
    width: 220px;
}
.postid-133712 .review_single_blk.has_map.review_2_map .country_blk[data-blk="7"]:before{
	content: "";
    width: 48px;
    height: 1px;
    background: #000;
    right: -45px;
    position: absolute;
    transform: rotate(-34deg);
    top: 0;
}
.postid-133712 .review_single_blk.has_map.review_2_map .country_blk[data-blk="7"]:after{
	content: "";
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #000;
    right: -50px;
    position: absolute;
    top: -19px;
}
.postid-133712 .review_single_blk.has_map.review_2_map .country_blk[data-blk="8"] {
    top: 127px;
    left: 176px;
    width: 162px;
}
.postid-133712 .review_single_blk.has_map.review_2_map .country_blk[data-blk="9"] {
    top: 328px;
    left: 569px;
    width: 194px;
}
.postid-133712 .review_single_blk.has_map.review_2_map .country_blk[data-blk="9"]:before{
	content: "";
	width: 13px;
    height: 1px;
    background: #000;
    right: 111px;
    position: absolute;
    transform: rotate(90deg);
    top: -5px;
}
.postid-133712 .review_single_blk.has_map.review_2_map .country_blk[data-blk="9"]:after{
	content: "";
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #000;
	right: 113px;
    position: absolute;
    top: -19px;
}
.postid-133712 .review_single_blk.has_map.review_2_map .country_blk[data-blk="10"] {
    top: 127px;
    left: 382px;
    width: 193px;
}

.postid-137719 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"] {
    top: 177px;
    left: 831px;
    width: 208px;
}
.postid-137719 .review_single_blk.has_map.review_2_map .country_blk[data-blk="2"] {
	top: 326px;
    left: 331px;
    width: 221px;
}
.postid-137719 .review_single_blk.has_map.review_2_map .country_blk[data-blk="2"]:before{
	content: "";
    width: 109px;
    height: 1px;
    background: #000;
    right: -107px;
    position: absolute;
    transform: rotate(165deg);
    top: -14px;
}
.postid-137719 .review_single_blk.has_map.review_2_map .country_blk[data-blk="2"]:after{
	content: "";
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #000;
    right: -114px;
    position: absolute;
    top: -32px;
}
.postid-137719 .review_single_blk.has_map.review_2_map .country_blk[data-blk="3"] {
    top: 377px;
    left: 608px;
    width: 161px;
}
.postid-137719 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"] {
	top: 484px;
    left: 572px;
    width: 220px;
}
.postid-137719 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"]:before{
	content: "";
    width: 98px;
    height: 1px;
    background: #000;
    right: -76px;
    position: absolute;
    transform: rotate(125deg);
    top: -40px;
}
.postid-137719 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"]:after{
	content: "";
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #000;
    right: -60px;
    position: absolute;
    top: -85px;
}
.postid-137719 .review_single_blk.has_map.review_2_map .country_blk[data-blk="5"] {
    top: 395px;
    left: 968px;
    width: 156px;
}
.postid-137719 .review_single_blk.has_map.review_2_map .country_blk[data-blk="6"] {
    top: 500px;
    left: 105px;
    width: 202px;
}
.postid-137719 .review_single_blk.has_map.review_2_map .country_blk[data-blk="7"] {
	top: 131px;
    left: 332px;
    width: 184px;
}
.postid-137719 .review_single_blk.has_map.review_2_map .country_blk[data-blk="7"]:before{
	content: "";
    width: 53px;
    height: 1px;
    background: #000;
    right: -41px;
    position: absolute;
    transform: rotate(56deg);
    top: 101px;
}
.postid-137719 .review_single_blk.has_map.review_2_map .country_blk[data-blk="7"]:after{
	content: "";
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #000;
    right: -36px;
    position: absolute;
    top: 119px;
}
.postid-137719 .review_single_blk.has_map.review_2_map .country_blk[data-blk="8"] {
    top: 558px;
    left: 876px;
    width: 200px;
}
.postid-137719 .review_single_blk.has_map.review_2_map .country_blk[data-blk="9"] {
    top: 317px;
    left: 932px;
    width: 210px;
}
.postid-141212 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"] {
	top: 420px;
    left: 31px;
    width: 208px;
}
.postid-141212 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"]:before{
	content: "";
    width: 18px;
    height: 1px;
    background: #000;
    right: -14px;
    position: absolute;
    transform: rotate(-56deg);
    top: -9px;
}
.postid-141212 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"]:after{
	content: "";
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #000;
    right: -18px;
    position: absolute;
    top: -25px;
}
.postid-141212 .review_single_blk.has_map.review_2_map .country_blk[data-blk="2"] {
    top: 519px;
    left: 136px;
    width: 221px;
}
.postid-141212 .review_single_blk.has_map.review_2_map .country_blk[data-blk="3"] {
    top: 501px;
    left: 614px;
    width: 211px;
}
.postid-141212 .review_single_blk.has_map.review_2_map .country_blk[data-blk="3"]:before{
	content: "";
    width: 110px;
    height: 1px;
    background: #000;
    right: -65px;
    position: absolute;
    transform: rotate(-79deg);
    top: -55px;
}
.postid-141212 .review_single_blk.has_map.review_2_map .country_blk[data-blk="3"]:after{
	content: "";
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #000;
    right: -26px;
    position: absolute;
    top: -110px;
}
.postid-141212 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"] {
    top: 129px;
    left: 277px;
    width: 243px;
}
.postid-141212 .review_single_blk.has_map.review_2_map .country_blk[data-blk="5"] {
    top: 196px;
    left: 912px;
    width: 237px;
}
.postid-141212 .review_single_blk.has_map.review_2_map .country_blk[data-blk="6"] {
    top: 216px;
    left: 705px;
    width: 125px;
}
.postid-141212 .review_single_blk.has_map.review_2_map .country_blk[data-blk="7"] {
	top: 32px;
    left: 600px;
    width: 227px;
}
.postid-141212 .review_single_blk.has_map.review_2_map .country_blk[data-blk="7"]:before{
	content: "";
    width: 110px;
    height: 1px;
    background: #000;
    right: 204px;
    position: absolute;
    transform: rotate(-87deg);
    top: 149px;
}
.postid-141212 .review_single_blk.has_map.review_2_map .country_blk[data-blk="7"]:after{
	content: "";
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #000;
    right: 257px;
    position: absolute;
    top: 197px;
}
.postid-141212 .review_single_blk.has_map.review_2_map .country_blk[data-blk="8"] {
	top: 396px;
    left: 529px;
    width: 251px;
}
.postid-141212 .review_single_blk.has_map.review_2_map .country_blk[data-blk="9"] {
	top: 132px;
    left: 643px;
    width: 213px;
}
.postid-141212 .review_single_blk.has_map.review_2_map .country_blk[data-blk="9"]:before{
	content: "";
    width: 80px;
    height: 1px;
    background: #000;
    right: 228px;
    position: absolute;
    transform: rotate(-52deg);
    top: 110px;
}
.postid-141212 .review_single_blk.has_map.review_2_map .country_blk[data-blk="9"]:after{
	content: "";
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #000;
	right: 289px;
    position: absolute;
    top: 138px;
}
.postid-141212 .review_single_blk.has_map.review_2_map .country_blk[data-blk="10"] {
	top: 26px;
    left: 344px;
    width: 197px;
}
.postid-141212 .review_single_blk.has_map.review_2_map .country_blk[data-blk="10"]:before{
	content: "";
    width: 127px;
    height: 1px;
    background: #000;
    right: -68px;
    position: absolute;
    transform: rotate(-95deg);
    top: 158px;
}
.postid-141212 .review_single_blk.has_map.review_2_map .country_blk[data-blk="10"]:after{
	content: "";
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #000;
	right: -16px;
    position: absolute;
    top: 220px;
}
.postid-141212 .review_single_blk.has_map.review_2_map .country_blk[data-blk="11"] {
	top: 251px;
    left: 307px;
    width: 195px;
}
.postid-141212 .review_single_blk.has_map.review_2_map .country_blk[data-blk="11"]:before{
	content: "";
    width: 76px;
    height: 1px;
    background: #000;
    right: -70px;
    position: absolute;
    transform: rotate(-25deg);
    top: 62px;
}
.postid-141212 .review_single_blk.has_map.review_2_map .country_blk[data-blk="11"]:after{
	content: "";
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #000;
	right: -75px;
    position: absolute;
    top: 39px;
}
.postid-141212 .review_single_blk.has_map.review_2_map .country_blk[data-blk="12"] {
	top: 354px;
    left: 336px;
    width: 149px;
}
.postid-141212 .review_single_blk.has_map.review_2_map .country_blk[data-blk="12"]:before{
	content: "";
    width: 80px;
    height: 1px;
    background: #000;
    right: -77px;
    position: absolute;
    transform: rotate(-14deg);
    top: -11px;
}
.postid-141212 .review_single_blk.has_map.review_2_map .country_blk[data-blk="12"]:after{
	content: "";
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #000;
	right: -82px;
    position: absolute;
    top: -25px;
}
.postid-141212 .review_single_blk.has_map.review_2_map .country_blk[data-blk="13"] {
	top: 456px;
    left: 946px;
    width: 151px;
}
.postid-141212 .review_single_blk.has_map.review_2_map .country_blk[data-blk="14"] {
	top: 225px;
    left: 31px;
    width: 204px;
}
.postid-141212 .review_single_blk.has_map.review_2_map .country_blk[data-blk="15"] {
	top: 37px;
    left: 916px;
    width: 224px;
}

.postid-144615 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"] {
	top: 406px;
    left: 431px;
    width: 188px;
}
.postid-144615 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"]:before {
    content: "";
    width: 140px;
    height: 1px;
    background: #000;
    right: -104px;
    position: absolute;
    transform: rotate(-61deg);
    top: -62px;
}
.postid-144615 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"]:after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #000;
	right: -72px;
    position: absolute;
    top: -127px;
}
.postid-144615 .review_single_blk.has_map.review_2_map .country_blk[data-blk="2"] {
	top: 23px;
    left: 248px;
    width: 494px;
}
.postid-144615 .review_single_blk.has_map.review_2_map .country_blk[data-blk="3"] {
	top: 164px;
    left: 801px;
    width: 142px;
}
.postid-144615 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"] {
	top: 358px;
    left: 872px;
    width: 118px;
}
.postid-144615 .review_single_blk.has_map.review_2_map .country_blk[data-blk="5"] {
	top: 235px;
    left: 278px;
    width: 258px;
}
.postid-144615 .review_single_blk.has_map.review_2_map .country_blk[data-blk="6"] {
	top: 136px;
    left: 1004px;
    width: 150px;
}
.postid-144615 .review_single_blk.has_map.review_2_map .country_blk[data-blk="7"] {
	top: 126px;
    left: 298px;
    width: 224px;
}
.postid-144615 .review_single_blk.has_map.review_2_map .country_blk[data-blk="8"] {
	top: 361px;
    left: 690px;
    width: 136px;
}
.postid-144615 .review_single_blk.has_map.review_2_map .country_blk[data-blk="9"] {
	top: 141px;
    left: 628px;
    width: 130px;
}
.postid-144615 .review_single_blk.has_map.review_2_map .country_blk[data-blk="10"] {
	top: 289px;
    left: 1033px;
    width: 115px;
}
.postid-144615 .review_single_blk.has_map.review_2_map .country_blk[data-blk="10"]:before {
	content: "";
    width: 81px;
    height: 1px;
    background: #000;
    right: 139px;
    position: absolute;
    transform: rotate(34deg);
    top: 10px;
}
.postid-144615 .review_single_blk.has_map.review_2_map .country_blk[data-blk="10"]:after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #000;
	right: 207px;
    position: absolute;
    top: -15px;
}
.postid-144615 .review_single_blk.has_map.review_2_map .country_blk[data-blk="11"] {
	top: 335px;
    left: 353px;
    width: 252px;
}
.postid-144615 .review_single_blk.has_map.review_2_map .country_blk[data-blk="11"]:before {
    content: "";
    width: 57px;
    height: 1px;
    background: #000;
    right: -47px;
    position: absolute;
    transform: rotate(-50deg);
    top: -20px;
}
.postid-144615 .review_single_blk.has_map.review_2_map .country_blk[data-blk="11"]:after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #000;
    right: -42px;
    position: absolute;
    top: -46px;
}
.postid-144615 .review_timelines.or_custom_dex .review_single_timeline_blk.first{
	min-height: 1400px;
}
.postid-144615 .timeline_tooltip[data-num="7"]{
	top: 600px;
}
.postid-144615 .timeline_tooltip[data-num="8"]{
	top: 670px;
}
.postid-144615 .timeline_tooltip[data-num="9"]{
	top: 750px;
}
.postid-144615 .timeline_tooltip[data-num="10"]{
	top: 830px;
}
.postid-144615 .timeline_tooltip[data-num="11"]{
	top: 905px;
}
.postid-144615 .timeline_tooltip[data-num="12"]{
	top: 1005px;
}
.postid-144615 .timeline_tooltip[data-num="13"]{
	top: 1100px;
}
.postid-144615 .timeline_tooltip[data-num="14"]{
	top: 1200px;
}


.reviews_has_thirds.has_articles{
	align-items: stretch;
	margin-bottom: 18px;
}
.review_article_blk{
	display: block;
	background: #fff;
	height: 100%;
}
.review_article_image{
	position: relative;
	height: 198px;
	background-size: cover;
	background-position: center;
}
.review_article_image:before{
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	background: linear-gradient(360deg, rgba(7, 14, 65, 0.73) 38.77%, rgba(4, 26, 175, 0) 100%);
}
.review_article_image span, .review_article_image strong{
	font-weight: 700;
	font-size: 24px;
	line-height: 110%;
	color: #FFFFFF;
	position: absolute;
	left: 24px;
	right: 24px;
	bottom: 24px;
}
.review_article_image strong a{
	font-weight: inherit;
    color: inherit;
}
.review_article_blk p{
	font-size: 14px;
	line-height: 140%;
	letter-spacing: 0.02em;
	color: #17181F;
	padding: 20px 24px 24px 24px;
	margin: 0;
}
.review_article_blk p + p{
	padding-top: 0;
}
.review_article_blk p a{
	font-size: 14px;
	line-height: 140%;
}
.reviews_has_halves.has_digits{
	margin-bottom: 15px;
}
.reviews_has_halves.has_digits.last{
	margin-bottom: 65px;
}
.reviews_has_halves.has_digits .review_half{
	height: auto;
	background: #fff;
}
/* .reviews_has_halves.has_digits .review_single_blk{ */
	/* height: 100%; */
/* } */
.reviews_has_halves.has_digits .review_single_blk.first_of_digits{
	background-size: 92% auto;
	background-repeat: no-repeat;
	background-position: center 7px;
	text-align: center;
}
.reviews_has_halves.has_digits .review_single_blk.first_of_digits img{
	width: auto;
	margin-top: 12px;
}
.reviews_has_halves.has_digits .review_single_blk.first_of_digits span{
	display: block;
	margin-top: 17px;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #000000;
}
.review_single_blk.has_quote{
	position: relative;
	padding-left: 203px;
	width: calc(100% - 227px);
}
.review_single_blk.has_quote.right{
	padding-left: 24px;
	padding-right: 203px;
}
.review_single_blk.has_quote p{
	font-size: 20px;
	line-height: 140%;
	color: #000000;
}
.review_single_blk.has_quote.s p{
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0.01em;
}
.review_single_blk.has_quote strong, .review_single_blk.has_quote span, .review_single_blk.has_quote em{
	display: block;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	font-style: normal;
}
.review_single_blk.has_quote strong{
	margin-top: 15px;
}
.review_single_blk.has_quote img{
	width: auto;
	position: absolute;
	left: 24px;
	top: 24px;
	max-width: 166px !important;
}
.review_single_blk.has_quote.right img{
	left: auto;
	right: 24px;
}
.has_ventures .review_third p:first-child{
	margin-bottom: -10px;
}
.has_ventures .reviews_has_thirds{
	margin-bottom: 20px;
}
.cryptocurrency_tag_additional_data{
	padding: 20px 0 20px 0;
    margin-top: -31px;
	background: #DCDFF0;
	margin-bottom: 20px;
}
.cryptocurrency_tag_additional_data h1{
	margin-bottom: 0;
}
.cryptocurrency_tag_additional_data .yt_videos_string{
	display: none;
}
.cryptocurrency_tag_additional_data .yt_videos_string + iframe{
	margin-top: 15px;
}
.cryptocurrency_tag_additional_data .left_col{
	display: inline-block;
	vertical-align: top;
	width: 780px;
}
.cryptocurrency_tag_additional_data .left_col>p{
	margin-top: 0;
}
.cryptocurrency_tag_additional_data .left_col .youtube_widget{
	height: 333px;
}
.cryptocurrency_tag_additional_data .left_col .youtube_widget .yt_widget_player{
	width: 409px;
}
.cryptocurrency_tag_additional_data .left_col .youtube_widget .yt_widget_playlist{
	width: 375px;
	background: #17181F;
}
.cryptocurrency_tag_additional_data .left_col .list .sp_list_item span, .cryptocurrency_tag_additional_data .left_col .youtube_widget .yt_widget_playlist .list_title{
	color: #fff;
}
.cryptocurrency_tag_additional_data .left_col .list .sp_list_item.active span{
	color: #E7A320;
}
.cryptocurrency_tag_additional_data .wp-embedded-content{
	width: 100% !important;
}
.cryptocurrency_tag_additional_data .right_col{
	display: inline-block;
	vertical-align: top;
	width: 384px;
	background: #fff;
	margin-left: 30px;
	padding: 20px 0;
}
.cryptocurrency_tag_additional_data .single_page_currency_widget{
	height: auto;
	border: none;
}
.cryptocurrency_tag_additional_data .single_page_currency_widget .col{
	display: block;
	width: 100%;
}
.cryptocurrency_tag_additional_data .single_page_currency_widget .col.has_chart{
	width: calc(100% - 20px);
    margin: 0 10px;
}
.cryptocurrency_tag_additional_data .single_page_currency_widget .col:last-child{
	padding-bottom: 30px;
}
.cryptocurrency_tag_additional_data .single_page_currency_widget .col:last-child:before{
	content: "";
	position: absolute;
	left: 23px;
	right: 23px;
	height: 2px;
	bottom: 0;
	background: #DCDFF0;
	top: auto;
	width: auto;
}
.cryptocurrency_tag_additional_data .right_col_links{
	padding: 0 23px;
}
.cryptocurrency_tag_additional_data .right_col_links p{
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 8px;
	color: #17181F;
}
.cryptocurrency_tag_additional_data .right_col_links a{
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	text-decoration: none;
	color: #44A6DE;
}
.cryptocurrency_tag_additional_data .right_col_links .hub_lnk{
	display: block;
	line-height: 27px;
	margin-top: 20px;
}
.cryptocurrency_tag_additional_data .right_col_links .hub_lnk img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.wp-caption.aligncenter{
	clear: none;
}
[data-custom_tag="custom_crypto"] h1.category_name, [data-custom_tag="custom_crypto"] h1.category_name + p{
	display: none;
}
.error404{
	background: #fff;
}
main[data-404="404"] h1{
	font-weight: 700;
	font-size: 100px;
	line-height: 115px;
	letter-spacing: 0.02em;
	color: #474A60;
	margin-bottom: 0;
	margin-top: 40px;
}
main[data-404="404"] h2{
	font-weight: 500;
	font-size: 32px;
	line-height: 110%;
	letter-spacing: 0.02em;
	color: #474A60;
}
main[data-404="404"] .col{
	width: calc(50% - 3px);
	display: inline-block;
	vertical-align: top;
}
main[data-404="404"] .col img{
	margin-top: 80px;
	margin-bottom: 40px;
	max-width: 100%;
}
main[data-404="404"] .col img.m{
	display: none;
}
main[data-404="404"] .col a{
	width: calc(50% - 3px);
	display: inline-block;
	vertical-align: top;
}

.page-id-120561 main, .postid-120964 main{
	background: url(img/nybg.png), linear-gradient(90deg, rgba(27, 32, 67, 0) 8.41%, #16183A 38.19%, rgba(27, 32, 67, 0) 80.59%), linear-gradient(180deg, #0C0827 6.68%, #1B2043 57.05%);
	background-size: cover;
	mix-blend-mode: darken;
	padding-bottom: 171px;
	position: relative;
}
.page-id-120561 main:before, .postid-120964 main:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	right: 0;
	height: 171px;
	background: url(img/subsnybg.png) no-repeat center;
	background-size: 1920px 171px;
}
.page-id-120561 .post_content, .postid-120964 .post_content{
	position: relative
}
.page-id-120561 .post_content:after{
	content: "";
	position: absolute;
	right: -425px;
    bottom: -93px;
    height: 790px;
    width: 318px;
	background: url(img/nyufo.svg) no-repeat center;
}
.page-id-120561 .post_content h1, .postid-120964 .post_content h1{
	padding-top: 44px;
    margin-top: 0;
	color: #fff;
}
.page-id-120561 .post_content p, .postid-120964 .post_content p, .postid-120964 .post_content h2{
	color: #fff;
}
.page-id-120561 .similar_posts_right, .page-id-120561 .gototop, .page-id-120561 img.m, .postid-120964 .similar_posts_right, .postid-120964 .gototop{
	display: none !important;
}
.page-id-120561 .post_content p:last-child, .postid-120964 .post_content p:last-child{
	margin-bottom: 0;
}
.page-id-120561 .subscribe_blk, .postid-120964 .subscribe_blk{
	background: #DCDFF0;
}
.page-id-120561 .subscribe_blk_desc, .postid-120964 .subscribe_blk_desc{
	background: url(img/ny2020bg.svg) no-repeat center #17181F;
    background-size: cover;
}
.postid-120964 #disqus_thread{
	padding: 20px;
    box-sizing: border-box;
    background: #DCDFF0;
}
/* .nsb_inner p{ */
	/* max-width: 714px; */
/* } */
.top10_single_article{
	display: block;
	margin-bottom: 15px;
	background: #FFFFFF;
	position: relative;
	box-shadow: 0px 0px 4px rgba(61, 80, 108, 0.2), 0px 0px 8px rgba(92, 133, 182, 0.15);
}
.top10_single_article br{
	display: none;
}
.top10_single_article>a{
	display: flex;
    align-items: stretch;
	min-height: 198px;
}
.top10_single_article img{
	width: 390px;
	display: inline-block;
	vertical-align: top;
}
.top10_single_article .img{
	flex-basis: 390px;
	display: inline-block;
	vertical-align: top;
	background-position: center;
	background-size: cover;
}
.top10_single_article img + p{
	display: none;
}
.top10_single_article .txt_blk{
	width: calc(100% - 450px);
	display: inline-block;
	vertical-align: top;
	margin-left: 30px;
    padding-bottom: 15px;
}
.top10_single_article p{
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0.02em;
	color: #17181F !important;
}
.top10_single_article p.heading{
	font-weight: 700;
	font-size: 18px;
	line-height: 130%;
}
.top10_single_article p.views{
	position: absolute;
	right: 15px;
    bottom: 15px;
	font-weight: 500;
	font-size: 16px;
	line-height: 130%;
	padding-left: 25px;
	background: url(img/views_2.svg) no-repeat left center;
}
.postid-120964 .single_boba, .postid-120964 .similar_posts_bottom_heading, .postid-120964 .similar_posts_bottom{
	display: none !important;
}
header{
	overflow: hidden;
}
.ny2020_ribbon{
	position: absolute;
	right: -43px;
    top: 0;
    bottom: 0;
	overflow: hidden;
}
.ny2020_ribbon a{
    width: 194px;
    line-height: 27px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    margin-top: 29px;
    font-size: 10px;
    font-weight: 700;
    display: block;
    transform-origin: center;
    transform: rotate(45deg);
    background: linear-gradient(180deg, #FF5555 35.8%, #FF0000 50%);
}
.mob_ny2020ribbon a{
	background: linear-gradient(180deg, #FF5555 35.8%, #FF0000 50%);
	font-weight: 700;
	color: #fff !important;
}
.page-id-120791 .post_content h1, .page-id-120791 .similar_posts_right, .page-id-120993 .post_content h1, .page-id-120993 .similar_posts_right, .page-id-121001 .post_content h1, .page-id-121001 .similar_posts_right, .page-id-121004 .post_content h1, .page-id-121004 .similar_posts_right, .result_lnk{
	display: none !important;
}
.page-id-120791 main, .page-id-120993 main, .page-id-121001 main, .page-id-121004 main{
	background: url(img/ogb_quiz_bg.png) no-repeat center bottom #350ae1;
    background-size: 1920px auto;
	padding-top: 70px;
	padding-bottom: 150px;
	min-height: 450px;
}
.page-id-120791 .post_content, .page-id-120993 .post_content, .page-id-121001 .post_content, .page-id-121004 .post_content{
	width: 100%;
}
.page-id-120791 .quiz_wrap, .page-id-120993 .quiz_wrap, .page-id-121001 .quiz_wrap, .page-id-121004 .quiz_wrap{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 44px 34px;
	box-sizing: border-box;
	background: #fff;
	text-align: center;
}
.page-id-120791 .quiz_wrap h2, .page-id-120993 .quiz_wrap h2, .page-id-121001 .quiz_wrap h2, .page-id-121004 .quiz_wrap h2{
	margin-top: 0;
	font-weight: 700;
	font-size: 26px;
	line-height: 31px;
}
.page-id-120791 .subscribe_blk, .page-id-120993 .subscribe_blk, .page-id-121001 .subscribe_blk, .page-id-121004 .subscribe_blk{
	background: #DCDFF0;
	margin-top: -1px;
}
.quiz_wrap .q_btn_next:not(.restart){
	width: 287px;
	height: 52px;
	line-height: 52px;
	cursor: pointer;
	background: #FFA800;
	border-radius: 40px;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	margin: 40px auto 0 auto;
}
.quiz_wrap .q_btn_next.restart{
	font-weight: bold;
	font-size: 18px;
	line-height: 140%;
	text-align: center;
	color: #187CB5;
	cursor: pointer;
	margin: 30px auto 0 auto;
}
.quiz_wrap .q_btn_next.disabled{
	background: #D3DAE2;
	color: #7D7979;
}
.q_ans p strong{
	display: block;
	color: #FF666F;
}
.q_ans p.correct strong{
	color: #7DD013;
}
.quiz_wrap .quiz_blk:not(.quiz_start), .q_ans p, .q_res_blk{
	display: none;
}
.page-id-120993 .quiz_wrap .quiz_blk, .page-id-120993 .q_ans p, .page-id-120993 .q_res_blk, .page-id-121001 .quiz_wrap .quiz_blk, .page-id-121001 .q_ans p, .page-id-121001 .q_res_blk, .page-id-121004 .quiz_wrap .quiz_blk, .page-id-121004 .q_ans p, .page-id-121004 .q_res_blk{
	display: block;
}
.q_vars p{
	margin: 0;
	line-height: 48px;
	cursor: pointer;
}
.q_vars p.correct{
	background: #9AF625;
}
.q_vars p.incorrect{
	background: #FF666F;
}
.page-id-120791 .gototop{
	display: none !important;
}
.page-id-120791 .share_blk{
	float: none;
    text-align: center;
    margin-top: 45px;
	
}
.page-id-120791 .share_blk span{
	border: 2px solid #D8D1FF;
	box-sizing: border-box;
	border-radius: 6px;
	margin: 0 5px;
	width: 37px;
	height: 37px;
	filter: brightness(4);
	position: relative;
	transform-style: preserve-3d;
	z-index: 1;
}
.page-id-120791 .q_has_res{
	font-weight: 700;
	margin-top: 0;
}
.q_read_sp_lnk{
	width: 287px;
    height: 52px;
    line-height: 52px;
    cursor: pointer;
    background: linear-gradient(180deg, #864EFF 0%, #5F13FF 100%);
	box-shadow: 0px 4px 6px #A29ACA, 0px 2px 2px #418CB7;
    border-radius: 40px;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    margin: 40px auto 0 auto;
	color: #fff;
}
.q_read_sp_lnk a{
	color: #fff;
}
/* .page-id-120791 .share_blk span:before{ */
	/* display: none; */
	/* position: absolute; */
	/* content: ""; */
	/* top: 0; */
	/* left: 0; */
	/* width: 20px; */
	/* height: 20px; */
	/* background: #1c0c3c; */
	/* border-radius: 0; */
	/* border-color: #1c0c3c; */
	/* z-index: -1; */
	/* transform: translateZ(-1px); */
/* } */


.by_coingecko{
	margin: 30px auto;
    font-weight: 500;
    color: #474A60;
	font-size: 18px;
}
.by_coingecko a{
	display: inline-block;
    vertical-align: middle;
	margin-left: 7px;
}
.by_coingecko a img{
	max-width: 100px;
}

.single-quiz main h1{
	margin-top: 0 !important;
}
.single-quiz main{
	background: #211B38;
	text-align: center;
	padding-bottom: 39px;
}
.single-quiz .post_content{
	width: 900px;
    margin: 0 auto;
	background: #fff;
	padding: 44px 34px;
	box-sizing: border-box;
}
.single-quiz .post_content>*, .gtb_tests_incorrect_answer>*:not(.gtb_answer_text), .gtb_tests_correct_answer>*:not(.gtb_answer_text){
	display: none;
}
.single-quiz .article_image_mob{
	display: none !important;
}
.single-quiz .post_content h1, .single-quiz .post_content .gtb_tests_description{
	display: block;
}
.single-quiz .post_content .gtb_tests_description, .single-quiz .post_content .gtb_tests_question_wrap, .gtb_tests_incorrect_answer, .gtb_tests_result{
	border: none !important;
}
.single-quiz .q_btn_next{
    width: 287px;
    height: 52px;
    line-height: 52px;
    cursor: pointer;
    background: #FFA800;
    border-radius: 40px;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    margin: 40px auto 0 auto;
}
.single-quiz .q_btn_next.disabled {
    background: #D3DAE2;
    color: #7D7979;
}
.single-quiz .gtb_tests_question_wrap>p:not(.counter){
    margin-top: 0;
    font-weight: 700;
    font-size: 26px;
    line-height: 31px;
}
.single-quiz .gtb_tests_correct_answer, .single-quiz .gtb_tests_incorrect_answer{
    background: transparent;
}
.single-quiz .gtb_answer_text{
    margin: 0;
    /* line-height: 48px; */
    cursor: pointer;
    border: none;
	padding: 12px 0;
}
.single-quiz .gtb_tests_incorrect_answer .answered{
    background: #FF666F;
}
.single-quiz .gtb_tests_correct_answer .answered{
    background: #9AF625;
}
.current_question_answered .incorrect{
    color: #FF666F;
}
.current_question_answered .correct{
    color: #9AF625;
}
.current_question_answered strong{
    margin-top: 20px;
    display: block;
}
.current_question_answered strong + p{
    margin-top: 0;
}
.gtb_min_correct{
    display: none;
}
.gtb_tests_result .gtb_answer_text{
    margin-top: 0;
    font-weight: 700;
    font-size: 26px;
    line-height: 31px;
    margin-bottom: 20px;
    cursor: auto;
}
.gtb_tests_question_wrap .counter{
    font-weight: bold;
    font-size: 26px;
    line-height: 31px;
    text-align: center;
    margin-top: 0;
    color: #7D7979;
}
.gtb_tests_result .q_has_res{
    margin-top: 0;
    font-weight: 700;
}
.single-quiz #da2, .single-quiz #da1, .single-quiz #da0, .single-quiz #ma1, .single-quiz #ma2, .single-quiz #ma0, .single-quiz p.nocomments{
	display: none !important;
}
.table_notdead{
	border: 1px #17181F solid;
	border-collapse: collapse;
}
.table_notdead tr:not(:last-child){
	border-bottom: 1px #17181F double;
}
.table_notdead td:not(:last-child){
	border-right: 1px #17181F double;
}
.article_update{
	display: block;
	background: #F0F2FF;
	padding: 16px;
	width: calc(100% - 32px);
	margin: 15px 0;
}
.article_update .gtb_text-wrappers_update_head{
	font-weight: 700;
	font-size: 18px;
}
.article_update .gtb_text-wrappers_update_head + *{
	display: inline;
}
.article_update>time{
	display: block;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: 0.02em;
	color: #65687D;
}
.article_update .article_update{
	margin: 0 0 0 -13px;
    background: #F2FCFD;
    border: 10px #fff solid;
    border-width: 10px 0 10px 10px;
    width: calc(100% - 13px);
}
.article_update .article_update:nth-child(odd){
	background: #F0F2FF;
}
.article_update .article_update:first-of-type{
	margin-top: 20px;
}
.article_update .article_update:last-of-type{
	margin-bottom: -29px;
}
.article_keypoints{
	display: block;
	background: #F4FEFF;
	border-radius: 9px;
	padding: 16px;
	width: calc(100% - 32px);
	margin: 15px 0;
}
.wp-block-embed, .wp-block-image{
	margin-left: 0;
    margin-right: 0;
}
.post_being_updated{
	line-height: 30px;
	margin: 5px 0 10px 0;
	width: calc(100% - 14px);
	padding-left: 14px;
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 0.02em;
	color: #474A60;
	background: linear-gradient(180deg, #F4FEFF 0%, #ECF7F9 100%);
}
.post_source{
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.03em;
	color: #65687D;
	margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.post_source a{
	font-family: Inter;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.03em;
	color: #187CB5;
}
.defi_single_widget{
	display: block;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #DEE2EB;
	height: 208px;
}
.defi_single_widget .pairs{
	height: 168px;
	width: calc(100% - 256px);
	margin: 20px 33px 20px 20px;
	display: inline-block;
	vertical-align: top;
}
.defi_single_widget .apy{
	display: inline-block;
	vertical-align: top;
	height: 206px;
	width: 203px;
	background: url(img/1inchlogo.svg) no-repeat center #F2F7FF;
	background-size: contain;
	text-align: center;
}
.defi_single_widget .apy p{
	font-weight: bold;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0.02em;
	color: #17181F;
	margin-top: 52px;
	margin-bottom: 0;
}
.defi_single_widget .apy span{
	font-weight: bold;
	font-size: 25px;
	line-height: 100%;
	text-align: center;
	letter-spacing: 0.02em;
	color: #17181F;
	margin-top: 23px;
	display: block;
	margin-bottom: 21px;
}
.defi_single_widget .apy a{
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
	padding: 7px 32px;
	background: linear-gradient(180deg, #5E95E7 0%, #2770DD 100%);
	border-radius: 16.5px;
	margin-top: 21px;
}
.defi_single_widget .defi_widget_row{
	display: block;
	height: 30px;
}
.defi_single_widget .defi_widget_row span{
	display: inline-block;
	vertical-align: middle;
}
.defi_single_widget .defi_widget_row span:nth-child(1){
	margin-left: 10px;
	width: 140px;
}
.defi_single_widget .defi_widget_row span:nth-child(2){
	width: 87px;
	text-align: right;
}
.defi_single_widget .defi_widget_row span:nth-child(3){
	width: 142px;
	text-align: right;
}
.defi_single_widget .defi_widget_row span:nth-child(4){
	width: 143px;
	text-align: right;
}
.defi_single_widget .defi_widget_row.head_row{
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0.02em;
	color: #65687D;
	height: 20px;
}
.defi_single_widget .defi_widget_row.token_row{
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0.02em;
	color: #17181F;
	margin-bottom: 16px;
}
.defi_single_widget .defi_widget_row.token_row:nth-child(4){
	margin-bottom: 10px;
}
.defi_single_widget .defi_widget_row.token_row:nth-child(odd){
	background: #F2F7FF;
	border-radius: 6px 17px 17px 6px;
}
.defi_single_widget .defi_widget_row.token_row a{
	background: linear-gradient(180deg, #5E95E7 0%, #2770DD 100%);
	border-radius: 16.5px;
	width: 120px;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	font-weight: 500;
	font-size: 12px;
	color: #FFFFFF;
	display: inline-block;
    text-align: center;
	transition: background .2s ease-in-out;
}
.defi_single_widget .defi_widget_row.disclamer_row span:nth-child(1){
	width: 345px;
	font-size: 10px;
	line-height: 100%;
	letter-spacing: 0.02em;
	color: #65687D;
}
.defi_single_widget .defi_widget_row.disclamer_row span:nth-child(2){
	width: 167px;
	text-align: center;
	font-size: 10px;
	letter-spacing: 0.03em;
	text-transform: lowercase;
	color: #17181F;
}
.defi_single_widget .defi_widget_row.disclamer_row span:nth-child(2) a{
	color: #17181F;
}
.defi_single_widget .defi_widget_row.disclamer_row span:nth-child(2) a img{
	display: inline-block;
	vertical-align: middle;
}
.defi_single_widget .defi_widget_row span:nth-child(2) b{
	font-size: 9px;
    line-height: 130%;
    letter-spacing: 0.02em;
    color: #17181F;
    display: block;
    font-weight: 400;
}
.rates_page_top_links{
	display: block;
}
.rates_page_top_links a{
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	background: #FFFFFF;
	box-shadow: 0px 0px 2px rgba(61, 71, 143, 0.2), 0px 2px 4px rgba(61, 71, 143, 0.15);
	border-radius: 24px;
	line-height: 32px;
	padding: 0 14px;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.02em;
	color: #17181F;
	text-decoration: none;
	transition: box-shadow .2s ease-in-out, background .2s ease-in-out;
}
.rates_page_top_links a.active{
	background: #FFAF16;
	box-shadow: 0px 0px 0px rgba(61, 71, 143, 0.2), 0px 0px 0px rgba(61, 71, 143, 0.15);
}
.rates_page_top_links a span{
	display: inline-block;
    vertical-align: top;
    background: #fff;
    text-align: center;
    height: 26px;
    border-radius: 24px;
    margin-left: 10px;
    margin-top: 3px;
    margin-right: -11px;
}
.rates_page_top_links a.rates_page_defi_link span{
	background: #F3F7FF;
	transition: background .2s ease-in-out;
}
.rates_page_top_links a.rates_page_defi_link.active span{
	background: #fff;
}
.rates_page_top_links a span img{
	width: 20px;
    padding: 3px 11px;
}

@media (max-width: 1500px) {
	.gototop {
		width: 34px;
	}
}
@media (max-width: 1390px) {
	.ny2020_ribbon{
		right: -66px;
	}
	.ny2020_ribbon a{
		margin-top: 35px;
		transform: rotate(63deg);
	}
}
/*MEDIA QUERIES*/
@media (max-width: 1288px) {
	.ny2020_ribbon{
		right: -43px;
	}
	.ny2020_ribbon a{
		margin-top: 29px;
		transform: rotate(45deg);
	}
    .inner{
        width: 950px;
    }
    /*.subscribe_blk{
        height: 100px;
    }*/
    .subscribe_blk_desc .about_mailing>div:first-child{
        margin-bottom: 20px; 
    }
    .subscribe_blk .subscribe_blk_title{
        font-size: 24px;
        line-height: 120%;
		padding-top: 23px;
    }
    .subscribe_blk form{
        height: 100px;
    }
    .subscribe_blk form input[type="email"]{
        width: 483px;
        height: 42px;
        margin-top: 29px;
    }
    .subscribe_blk form input[type="submit"]{
        height: 42px;
        top: 30px;
        font-size: 18px;
    }
    .footer_about span{
        width: 353px;
    }
    .main_page_grid .row{
        margin: 0 -6px;
    }
    .main_page_grid .row_1{
        height: 309px;
    }
    .main_page_grid .row_2{
        height: 156px;
    }
    .main_page_grid .cell{
        margin: 6px;
    }
    [data-post_type="0"] .post_item .image_blk {
        height: 157px;
    }
    [data-post_type="0"] .post_item .text_blk {
        height: 148px;
    }
    [data-post_type="0"] .post_item .text_blk p{
        margin: 0 13px;
        font-size: 21px;
        line-height: 108%;
        padding-top: 12px;
    }
    [data-post_type="1"] .post_item .text_blk{
        bottom: 37px;
    }
    [data-post_type="1"] .post_item .text_blk p {
        font-size: 24px;
        line-height: 108%;
        margin: 0 13px;
    }
    [data-post_type="2"] .post_item .text_blk p {
        padding-top: 12px;
        margin: 0 34px 0 13px;
        font-size: 14px;
        line-height: 130%;
    }
    .row_1 [data-no_image="1"] .post_item .text_blk p{
        margin: 0 13px;
        font-size: 21px;
        line-height: 108%;
        padding-top: 12px;
    }
    .row_1 [data-no_image="1"] .post_item .text_blk span.post_excerpt{
        font-size: 12px;
        line-height: 140%;
        letter-spacing: 0.02em;
        color: #17181F;
        margin: 10px 13px 0 13px;
        display: block;
    }
    .list, .main_page_tablet_grid .list {
		margin: 19px 0;
		height: calc(100% - 22px);
		padding: 0 11px;
    }
	.list[data-list_type="rates"], .list[data-list_type="currency_com_rates"], .list[data-list_type="defi_rates"] {
		padding-top: 23px;
	}
	.rates_list_buttons span{
		height: 35px;
    	line-height: 35px;
	}
	.rates_list_buttons span img {
		margin-top: 6px;
	}
	.has_list[data-list_type="rates"] .list_title{
		height: 40px;
    	line-height: 40px;
	}
    .currency_str{ 
        margin-bottom: 9px;
    }
	.currencycom_widget_description {
		bottom: 5px;
		width: 145px;
		font-size: 10px;
	}
	.currencycom_widget_description br{
		display: none;
	}
    .currency_str .image_blk{
        width: 40px;
    }
    .currency_str .image_blk img {
        width: 40px;
    }
    .currency_str .currency_name_blk{
        margin-left: 11px;
        width: 105px;
    }
    .currency_str .currency_name_blk span:first-child{
        font-size: 14px;
    }
    .currency_str .currency_name_blk span:last-child{
        font-size: 12px;
    }
    .currency_str .currency_prices{
        width: calc(100% - 116px);
    }
	.list[data-list_type="currency_com_rates"] .currency_prices{
		width: calc(100% - 170px);
	}
	[data-list_type="currency_com_rates"] .currency_str a{
		width: 38px;
		margin-left: 8px;
	}
	.list[data-list_type="currency_com_rates"] .currency_str {
		padding: 5px 0 5px 10px;
    	margin: -2px -11px 0 -10px;
	}
    .currency_str .currency_prices span:first-child{
        font-size: 14px;
    }
    .currency_str .currency_prices span:last-child{
        font-size: 12px;
    }
	.list_widget_wrap{
		width: 285px;
	}
    .list p{
        font-size: 12px;
    }
    .list .sp_list_item{
        margin-bottom: 14px;
    }
    .list .sp_list_item span{
        width: calc(100% - 103px);
        font-size: 12px;
    }
    .post_meta{
        right: 14px;
        left: 14px;
        bottom: 11px;
    }
    .has_list .list_title{
        right: 18px;
        bottom: 14px;
    }
    .category_page_grid .cell{
        height: 157px;
    }
    .category_page_grid .cell .image_blk{
        width: 309px;
    }
    .category_page_grid .cell .text_blk{
        width: calc(100% - 342px);
        margin-left: 20px;
    }
    .tag h1, .sp_page h1{
        font-size: 36px;
        line-height: 41px;
    }
    .author_blk .about_author{
        width: calc(100% - 181px);
        margin-left: 25px;
    }
    .sp_grid{
        width: 962px;
        margin: 0 -6px;
    }
    .sp_grid .cell{
        width: 309px;
        height: 305px;
        margin: 6px 5.82px;
    }

    .sp_grid .cell .sp_item .image_blk{
        height: 157px;
    }
    .sp_grid .cell .sp_item .text_blk{
        height: 152px;
    }
    .sp_grid .cell .sp_item .text_blk p{
        margin: 0 13px;
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 18px;
        line-height: 108%;
    }
    .category_page_grid .cell .text_blk span{
        margin: 0 13px;
    }
    .sp_grid .cell:first-child{
        height: 246px;
    }
    .sp_grid .cell:first-child .image_blk{
        width: 479px;
        height: 100%;
    }
    .sp_grid .cell:first-child .text_blk{
        width: calc(100% - 526px);
        margin-left: 25px;
    }
    .sp_grid .cell:first-child .text_blk p, .cards_grid .cell:first-child .sp_item .text_blk p{
        font-size: 24px;
    }
    .sp_subs{
        height: 198px;
    }
    .sp_subs p{
        line-height: normal;
        padding-top: 47px;
        font-size: 32px;
		margin-left: 110px;
    }
	.sp_subs span{
		margin-left: 110px;
		max-width: 404px;
	}
    .sp_subs form{
        /* top: 39px; */
		top: 0;
    }
    .post_content{
        width: 617px;
    }
    .post_content p, .post_content a, .article_update .gtb_text-wrappers_update_head{
        font-size: 14px;
    }
    .post_content h1{
        font-size: 24px;
    }
    .similar_posts_right{
        width: 309px;
    }
    .post_content h2{
        font-size: 21px;
    }
    .post_content h3{
        font-size: 18px;
    }
    .post_content blockquote, .post_content blockquote p{
        font-size: 18px;
    }
    .post_content blockquote{
        padding: 18px 0 18px 21px;
    }
    .post_content ul li, .post_content ol li{
        padding-left: 21px;
        font-size: 14px;
    }
    .similar_posts_bottom_wrap{
        height: 305px;
        margin: 0 -6px 30px -6px;
    }
    .similar_posts_bottom .post_item{
        width: 308.6px;
        margin: 0 6px 10px 6px;
    }
    .similar_posts_bottom .post_item .text_blk p{
        font-size: 18px;
    }
	.similar_posts_bottom .post_item.has_no_image .post_excerpt{
		margin: 20px 12px 0 12px;
		font-size: 12px;
		line-height: 140%;
	}
    .similar_posts_bottom .arrow_left, .similar_posts_bottom .arrow_right{
        top: 163px;
    }
    .similar_posts_right a{
        font-size: 12px;
        margin: 0 18px 14px 18px;
    }
    .similar_posts_right .block_name{
        right: 18px;
        bottom: 14px;
    }
    .tags_nav .inner.has_arrows .tags_wrap{
        width: 878px;
    }
    #scrolled_main_nav{
        max-width: 580px;
    }
    .youtube_widget{
        height: 305px;
    }
    .youtube_widget .yt_widget_player{
        width: 640px;
    }
    .youtube_widget .yt_widget_playlist{
        width: 308px;
        margin-left: 0;
    }
	.terms_popup{
		height: 54px;
		padding-top: 12px;
	}
	.terms_popup p{
		font-size: 14px;
	}
	.terms_popup span.close{
		top: 24px;
	}
	.category_page_grid .cell.has_trending .trending_cat{
		margin-left: 316px;
	}
	.category_page_grid .cell[data-no_image="1"] .text_blk p {
		padding-top: 12px;
		margin-left: 0;
		margin-bottom: 12px;
	}
	.category_page_grid .cell[data-no_image="1"] .text_blk{
		margin-left: 30px;
	}
	.gototop{
		width: 34px;
	}
    #rates_wrap .col:nth-child(1), .rates_head .col:nth-child(1){
        flex: 0 0 50px;
    }
    #rates_wrap .col:nth-child(3), #rates_wrap .col:nth-child(5), #rates_wrap .col:nth-child(6), .rates_head .col:nth-child(4), .rates_head .col:nth-child(5){
        flex: 0 0 200px;
    }
	#rates_wrap .col:nth-child(3) {
		flex: 0 0 185px;
	}
	#rates_wrap .col:nth-child(4) {
		flex: 0 0 173px;
	}
	#rates_wrap .col:nth-child(6) {
		flex: 0 0 300px;
	}
    .rates_head .col:nth-child(2){
        flex: 0 0 238px;
    }
    .rates_head .col:nth-child(3){
        flex: 0 0 144px;
    }
	.rates_head .col:nth-child(4){
		display: none;
	}
	#rates_wrap .col:nth-child(5){
		display: none;
	}
    .rates_head, .rates_head .col:nth-child(4), .rates_head .col:nth-child(5){
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
    }
	.rates_head .col:nth-child(5){
		flex: 0 0 300px;
	}
	.rates_head .col:nth-child(2):after{
		right: -138px;
	}
	.rates_head .col:nth-child(2) input{
		width: calc(100% + 158px);
		left: -64px;
	}
	.single_page_currency_widget p, .single_page_currency_widget a{
		margin-left: 10px !important;
	}
	.page-id-112654 main{
		background: url(img/review_page_bg_2.png) no-repeat center -145px;
		background-size: 100% auto;
	}
	.postid-115776 main{
		background-size: auto 910px;
	}
	.review_top_blk {
		padding-bottom: 282px;
	}
	.review_timelines .review_single_timeline_blk .timeline_tooltip{
		width: 395px;
	}
	.review_timelines .review_single_timeline_blk.first {
		min-height: 484px;
	}
	.postid-118528 .review_timelines .review_single_timeline_blk.first{
		min-height: 647px;
	}
	.postid-118528 .review_timelines .review_single_timeline_blk.first .timeline_tooltip[data-num="4"] {
		top: 331px;
	}
	.postid-118528 .review_timelines .review_single_timeline_blk.first .timeline_tooltip[data-num="5"]{
		top: 416px;
	}
	.review_timelines .review_single_timeline_blk.second .timeline_tooltip[data-num="3"] {
		top: 179px;
	}
	.postid-118528 .review_timelines .review_single_timeline_blk.second .timeline_tooltip[data-num="3"] {
		top: 303px;
	}
	.postid-121488 .review_timelines .review_single_timeline_blk .timeline_tooltip[data-num="3"]{
		top: 161px;
	}
	.postid-121488 .review_timelines .review_single_timeline_blk .timeline_tooltip[data-num="4"]{
		top: 223px !important;
	}
	.postid-121488 .review_timelines .review_single_timeline_blk .timeline_tooltip[data-num="6"]{
		top: 461px !important;
	}
	.postid-121488 .review_timelines .review_single_timeline_blk .timeline_tooltip[data-num="7"]{
		top: 529px !important;
	}
	.postid-121488 .review_timelines .review_single_timeline_blk .timeline_tooltip[data-num="8"]{
		top: 628px !important;
	}
	.postid-121488 .review_timelines .review_single_timeline_blk .timeline_tooltip[data-num="9"]{
		top: 713px !important;
	}
	.postid-121488 .review_timelines .review_single_timeline_blk .timeline_tooltip[data-num="10"]{
		top: 830px !important;
	}
	.postid-121488 .review_timelines .review_single_timeline_blk.first {
		min-height: 986px;
	}
	.review_single_blk.has_map .country_blk{
		padding: 10px;
		font-size: 10px;
	}
	.review_single_blk.has_map .country_blk a{
		font-size: 10px;
	}
	.review_single_blk.has_map .country_blk[data-blk="1"] {
		top: 119px;
		left: 9px;
		width: 279px;
	}
	.review_single_blk.has_map .country_blk[data-blk="2"] {
		top: 378px;
		left: 138px;
		width: 150px;
	}
	.review_single_blk.has_map .country_blk[data-blk="3"] {
		top: 252px;
		left: 277px;
		width: 122px;
	}
	.review_single_blk.has_map .country_blk[data-blk="4"] {
		top: 411px;
		left: 370px;
		width: 132px;
	}
	.review_single_blk.has_map .country_blk[data-blk="5"] {
		top: 129px;
		left: 330px;
		width: 151px;
	}
	.review_single_blk.has_map .country_blk[data-blk="8"] {
		top: 33px;
		left: 567px;
		width: 256px;
	}
	.review_single_blk.has_map .country_blk[data-blk="7"] {
		top: 236px;
		left: 541px;
		width: 152px;
	}
	.review_single_blk.has_map .country_blk[data-blk="6"] {
		top: 323px;
		left: 528px;
		width: 151px;
	}
	.review_single_blk.has_map .country_blk[data-blk="9"] {
		top: 243px;
		left: 731px;
		width: 176px;
	}
	.review_single_blk.has_map .country_blk[data-blk="10"] {
		top: 361px;
		left: 723px;
		width: 168px;
	}
	
	.review_single_blk.has_map.review_2_map .country_blk[data-blk="1"] {
		top: 95px;
		left: 25px;
		width: 177px;
	}
	.review_single_blk.has_map.review_2_map .country_blk[data-blk="2"] {
		top: 275px;
		left: 18px;
		width: 187px;
	}
	.review_single_blk.has_map.review_2_map .country_blk[data-blk="3"] {
		top: 402px;
		left: 78px;
		width: 152px;
	}
	.review_single_blk.has_map.review_2_map .country_blk[data-blk="4"] {
		top: 76px;
		left: 302px;
		width: 185px;
	}
	.review_single_blk.has_map.review_2_map .country_blk[data-blk="5"] {
		top: 150px;
		left: 240px;
		width: 180px;
	}
	.review_single_blk.has_map.review_2_map .country_blk[data-blk="8"] {
		top: 286px;
		left: 453px;
		width: 137px;
	}
	.review_single_blk.has_map.review_2_map .country_blk[data-blk="7"] {
		top: 426px;
		left: 289px;
		width: 125px;
	}
	.review_single_blk.has_map.review_2_map .country_blk[data-blk="6"] {
		top: 288px;
		left: 273px;
		width: 125px;
	}
	.review_single_blk.has_map.review_2_map .country_blk[data-blk="9"] {
		top: 213px;
		left: 503px;
		width: 148px;
	}
	.review_single_blk.has_map.review_2_map .country_blk[data-blk="10"] {
		top: 446px;
		left: 448px;
		width: 97px;
	}
	.review_single_blk.has_map.review_2_map .country_blk[data-blk="11"] {
		top: 64px;
		left: 536px;
		width: 349px;
	}
	.review_single_blk.has_map.review_2_map .country_blk[data-blk="12"] {
		top: 190px;
		left: 697px;
		width: 219px;
	}
	.review_single_blk.has_map.review_2_map .country_blk[data-blk="13"] {
		top: 288px;
		left: 747px;
		width: 155px;
	}
	.review_single_blk.has_map.review_2_map .country_blk[data-blk="14"] {
		top: 352px;
		left: 573px;
		width: 100px;
	}
	.review_single_blk.has_map.review_2_map .country_blk[data-blk="15"] {
		top: 399px;
		left: 722px;
		width: 99px;
	}
	.postid-118528 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"] {
		top: 261px;
		left: 717px;
		width: 208px;
	}
	.postid-118528 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"]:after{
		top: 0;
	}
	.postid-118528 .review_single_blk.has_map.review_2_map .country_blk[data-blk="2"] {
		top: 478px;
		left: 520px;
	}
	.postid-118528 .review_single_blk.has_map.review_2_map .country_blk[data-blk="3"] {
		top: 435px;
		left: 54px;
	}
	.postid-118528 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"]{
		left: 273px;
	}
	.postid-118528 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"]:before{
		width: 53px;
		right: 40px;
		top: 66px;
	}
	.postid-118528 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"]:after {
		right: 40px;
		top: 83px;
	}
	.postid-118528 .review_single_blk.has_map.review_2_map .country_blk[data-blk="5"] {
		top: 145px;
		left: 157px;
	}
	.postid-118528 .review_single_blk.has_map.review_2_map .country_blk[data-blk="5"]:before{
		right: -30px;
		transform: rotate(20deg);
		top: 38px;
	}
	.postid-118528 .review_single_blk.has_map.review_2_map .country_blk[data-blk="5"]:after{
		right: -38px;
		top: 41px;
	}
	.postid-118528 .review_single_blk.has_map.review_2_map .country_blk[data-blk="6"] {
		top: 338px;
		left: 394px;
	}
	.postid-118528 .review_single_blk.has_map.review_2_map .country_blk[data-blk="7"] {
		top: 222px;
		left: 176px;
		width: 328px;
	}
	.postid-118528 .review_single_blk.has_map.review_2_map .country_blk[data-blk="8"] {
		top: 58px;
		left: 549px;
		width: 377px;
	}
	.postid-118528 .review_single_blk.has_map.review_2_map .country_blk[data-blk="8"]:before {
		right: 182px;
		top: 132px;
	}
	.postid-118528 .review_single_blk.has_map.review_2_map .country_blk[data-blk="8"]:after {
		right: 211px;
		top: 143px;
	}
	.postid-121488 .review_single_blk.has_map .country_blk:before, .postid-121488 .review_single_blk.has_map .country_blk:after{
		display: none;
	}
	.postid-121488 .review_single_blk.has_map .country_blk[data-blk="4"]{
		top: 53px;
	}
	.postid-121488 .review_single_blk.has_map .country_blk[data-blk="8"] {
		top: 20px;
		left: 563px;
		width: 337px;
	}
	.postid-121488 .review_single_blk.has_map .country_blk[data-blk="1"] {
		top: 242px;
		left: 751px;
		width: 168px;
	}
	.postid-121488 .review_single_blk.has_map .country_blk[data-blk="5"] {
		top: 140px;
		left: 18px;
		width: 180px;
	}
	.postid-121488 .review_single_blk.has_map .country_blk[data-blk="3"] {
		top: 242px;
		left: 349px;
		width: 210px;
	}
	.postid-121488 .review_single_blk.has_map .country_blk[data-blk="6"] {
		top: 252px;
		left: 601px;
		width: 110px;
	}
	.postid-121488 .review_single_blk.has_map .country_blk[data-blk="2"] {
		top: 363px;
		left: 334px;
		width: 234px;
	}
	.postid-121488 .review_single_blk.has_map .country_blk[data-blk="7"] {
		top: 279px;
		left: 89px;
		width: 198px;
	}
	.postid-123858 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"]:before{
		top: 170px;
	}
	.postid-123858 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"]:after{
		top: 180px;
	}
	.postid-123858 .review_single_blk.has_map.review_2_map .country_blk[data-blk="5"] {
		top: 314px;
		left: 41px;
	}
	.postid-123858 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"]{
		left: 496px;
	}
	.postid-123858 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"]:before{
		right: 321px;
		top: 106px;
	}
	.postid-123858 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"]:after {
		right: 364px;
		top: 134px;
	}
	.postid-123858 .review_single_blk.has_map.review_2_map .country_blk[data-blk="6"] {
		top: 160px;
		left: 494px;
		width: 360px;
	}
	.postid-123858 .review_single_blk.has_map.review_2_map .country_blk[data-blk="3"] {
		top: 305px;
		left: 389px;
		width: 151px;
	}
	.postid-123858 .review_single_blk.has_map.review_2_map .country_blk[data-blk="7"] {
		top: 221px;
		left: 613px;
		width: 305px;
	}
	.postid-123858 .review_single_blk.has_map.review_2_map .country_blk[data-blk="7"]:before {
		right: 307px;
		transform: rotate(-61deg);
		top: 34px;
	}
	.postid-123858 .review_single_blk.has_map.review_2_map .country_blk[data-blk="2"] {
		top: 370px;
		left: 646px;
		width: 221px;
	}
	.postid-126812 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"] {
		top: 174px;
		left: 218px;
		width: 208px;
	}
	.postid-126812 .review_single_blk.has_map.review_2_map .country_blk[data-blk="3"] {
		top: 256px;
		left: 220px;
		width: 184px;
	}
	.postid-126812 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"] {
		top: 93px;
		left: 517px;
		width: 174px;
	}
	.postid-126812 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"]:before {
		content: "";
		width: 23px;
		height: 1px;
		background: #000;
		right: 181px;
		position: absolute;
		transform: rotate(-70deg);
		top: 73px;
	}
	.postid-126812 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"]:after {
		content: "";
		width: 10px;
		height: 10px;
		border-radius: 10px;
		background: #000;
		right: 193px;
		position: absolute;
		top: 84px;
	}
	.postid-126812 .review_single_blk.has_map.review_2_map .country_blk[data-blk="6"] {
		top: 344px;
		left: 296px;
		width: 150px;
	}
	.postid-126812 .review_single_blk.has_map.review_2_map .country_blk[data-blk="5"] {
		top: 178px;
		left: 635px;
		width: 171px;
	}
	.postid-126812 .review_single_blk.has_map.review_2_map .country_blk[data-blk="2"] {
		top: 289px;
		left: 692px;
		width: 164px;
	}
	.postid-130479 .review_single_blk.has_map.review_2_map .country_blk[data-blk="8"] {
		top: 110px;
		left: 123px;
		width: 162px;
	}
	.postid-130479 .review_single_blk.has_map.review_2_map .country_blk[data-blk="5"] {
		top: 245px;
		left: 20px;
		width: 220px;
	}
	.postid-130479 .review_single_blk.has_map.review_2_map .country_blk[data-blk="10"] {
		top: 438px;
		left: 20px;
		width: 194px;
	}
	.postid-130479 .review_single_blk.has_map.review_2_map .country_blk[data-blk="9"] {
		top: 87px;
		left: 316px;
		width: 117px;
	}
	.postid-130479 .review_single_blk.has_map.review_2_map .country_blk[data-blk="2"] {
		top: 211px;
		left: 275px;
		width: 135px;
	}
	.postid-130479 .review_single_blk.has_map.review_2_map .country_blk[data-blk="3"] {
		top: 344px;
		left: 273px;
		width: 172px;
	}
	.postid-130479 .review_single_blk.has_map.review_2_map .country_blk[data-blk="11"] {
		top: 122px;
		left: 516px;
		width: 202px;
	}
	.postid-130479 .review_single_blk.has_map.review_2_map .country_blk[data-blk="7"] {
		top: 225px;
		left: 452px;
		width: 102px;
	}
	.postid-130479 .review_single_blk.has_map.review_2_map .country_blk[data-blk="6"] {
		top: 325px;
		left: 496px;
		width: 150px;
	}
	.postid-130479 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"] {
		top: 319px;
		left: 694px;
		width: 118px;
	}
	.postid-130479 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"] {
		top: 184px;
		left: 763px;
		width: 138px;
	}
	.postid-133712 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"] {
		top: 90px;
		left: 674px;
		width: 186px;
	}
	.postid-133712 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"]:before {
		width: 85px;
		right: 76px;
		transform: rotate(-90deg);
		top: 118px;
	}
	.postid-133712 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"]:after {
		right: 114px;
		top: 159px;
	}
	.postid-133712 .review_single_blk.has_map.review_2_map .country_blk[data-blk="2"] {
		top: 123px;
		left: 498px;
		width: 123px;
	}
	.postid-133712 .review_single_blk.has_map.review_2_map .country_blk[data-blk="2"]:before {
		width: 38px;
		right: 53px;
		top: 101px;
	}
	.postid-133712 .review_single_blk.has_map.review_2_map .country_blk[data-blk="3"] {
		top: 228px;
		left: 814px;
		width: 111px;
	}
	.postid-133712 .review_single_blk.has_map.review_2_map .country_blk[data-blk="3"]:before {
		width: 21px;
		right: 130px;
		top: 27px;
	}
	.postid-133712 .review_single_blk.has_map.review_2_map .country_blk[data-blk="3"]:after{
		right: 145px;
	}
	.postid-133712 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"] {
		top: 258px;
		left: 281px;
		width: 138px;
	}
	.postid-133712 .review_single_blk.has_map.review_2_map .country_blk[data-blk="5"] {
		top: 232px;
		left: 20px;
		width: 180px;
	}
	.postid-133712 .review_single_blk.has_map.review_2_map .country_blk[data-blk="6"] {
		top: 292px;
		left: 637px;
		width: 128px;
	}
	.postid-133712 .review_single_blk.has_map.review_2_map .country_blk[data-blk="7"] {
		top: 320px;
		left: 20px;
		width: 180px;
	}
	.postid-133712 .review_single_blk.has_map.review_2_map .country_blk[data-blk="7"]:before{
		width: 42px;
		right: -40px;
		top: -5px;
	}
	.postid-133712 .review_single_blk.has_map.review_2_map .country_blk[data-blk="7"]:after {
		right: -40px;
		top: -20px;
	}
	.postid-133712 .review_single_blk.has_map.review_2_map .country_blk[data-blk="8"] {
		top: 111px;
		left: 115px;
	}
	.postid-133712 .review_single_blk.has_map.review_2_map .country_blk[data-blk="9"] {
		top: 272px;
		left: 457px;
		width: 150px;
	}
	.postid-133712 .review_single_blk.has_map.review_2_map .country_blk[data-blk="9"]:before{
		right: 90px;
	}
	.postid-133712 .review_single_blk.has_map.review_2_map .country_blk[data-blk="9"]:after{
		right: 92px;
	}
	.postid-133712 .review_single_blk.has_map.review_2_map .country_blk[data-blk="10"] {
		top: 88px;
		left: 316px;
		width: 142px;
	}
	.postid-137719 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"] {
		left: 597px;
	}
	.postid-137719 .review_single_blk.has_map.review_2_map .country_blk[data-blk="2"] {
		top: 273px;
		left: 199px;
	}
	.postid-137719 .review_single_blk.has_map.review_2_map .country_blk[data-blk="3"] {
		top: 308px;
		left: 467px;
	}
	.postid-137719 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"] {
		top: 407px;
		left: 392px;
	}
	.postid-137719 .review_single_blk.has_map.review_2_map .country_blk[data-blk="5"] {
		top: 325px;
		left: 764px;
		width: 156px;
	}
	.postid-137719 .review_single_blk.has_map.review_2_map .country_blk[data-blk="6"] {
		top: 444px;
		left: 42px;
	}
	.postid-137719 .review_single_blk.has_map.review_2_map .country_blk[data-blk="7"] {
		top: 100px;
		left: 221px;
	}
	.postid-137719 .review_single_blk.has_map.review_2_map .country_blk[data-blk="7"]:before {
		content: "";
		width: 53px;
		height: 1px;
		background: #000;
		right: -41px;
		position: absolute;
		transform: rotate(56deg);
		top: 84px;
	}
	.postid-137719 .review_single_blk.has_map.review_2_map .country_blk[data-blk="7"]:after {
		content: "";
		width: 10px;
		height: 10px;
		border-radius: 10px;
		background: #000;
		right: -36px;
		position: absolute;
		top: 104px;
	}
	.postid-137719 .review_single_blk.has_map.review_2_map .country_blk[data-blk="8"] {
		top: 442px;
		left: 686px;
		width: 157px;
	}
	.postid-137719 .review_single_blk.has_map.review_2_map .country_blk[data-blk="9"] {
		top: 254px;
		left: 717px;
		width: 179px;
	}
	.postid-141212 .review_single_blk.has_map.review_2_map .country_blk[data-blk="14"] {
		top: 172px;
		left: 13px;
		width: 147px;
	}
	.postid-141212 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"] {
		top: 342px;
		left: 46px;
		width: 144px;
	}
	.postid-141212 .review_single_blk.has_map.review_2_map .country_blk[data-blk="2"] {
		top: 425px;
		left: 87px;
		width: 200px;
	}
	.postid-141212 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"] {
		top: 112px;
		left: 238px;
		width: 183px;
	}
	.postid-141212 .review_single_blk.has_map.review_2_map .country_blk[data-blk="10"] {
		top: 26px;
		left: 238px;
		width: 197px;
	}
	.postid-141212 .review_single_blk.has_map.review_2_map .country_blk[data-blk="10"]:after {
		content: "";
		width: 10px;
		height: 10px;
		border-radius: 10px;
		background: #000;
		right: -12px;
		position: absolute;
		top: 177px;
	}
	.postid-141212 .review_single_blk.has_map.review_2_map .country_blk[data-blk="10"]:before {
		content: "";
		width: 105px;
		height: 1px;
		background: #000;
		right: -55px;
		position: absolute;
		transform: rotate(-95deg);
		top: 129px;
	}
	.postid-141212 .review_single_blk.has_map.review_2_map .country_blk[data-blk="7"] {
		top: 27px;
		left: 489px;
		width: 188px;
	}
	.postid-141212 .review_single_blk.has_map.review_2_map .country_blk[data-blk="7"]:after {
		content: "";
		width: 10px;
		height: 10px;
		border-radius: 10px;
		background: #000;
		right: 220px;
		position: absolute;
		top: 163px;
	}
	.postid-141212 .review_single_blk.has_map.review_2_map .country_blk[data-blk="7"]:before {
		content: "";
		width: 97px;
		height: 1px;
		background: #000;
		right: 167px;
		position: absolute;
		transform: rotate(-79deg);
		top: 124px;
	}
	.postid-141212 .review_single_blk.has_map.review_2_map .country_blk[data-blk="11"] {
		top: 216px;
		left: 245px;
		width: 158px;
	}
	.postid-141212 .review_single_blk.has_map.review_2_map .country_blk[data-blk="11"]:before {
		content: "";
		width: 55px;
		height: 1px;
		background: #000;
		right: -53px;
		position: absolute;
		transform: rotate(-25deg);
		top: 39px;
	}
	.postid-141212 .review_single_blk.has_map.review_2_map .country_blk[data-blk="11"]:after {
		content: "";
		width: 10px;
		height: 10px;
		border-radius: 10px;
		background: #000;
		right: -56px;
		position: absolute;
		top: 23px;
	}
	.postid-141212 .review_single_blk.has_map.review_2_map .country_blk[data-blk="12"] {
		top: 296px;
		left: 250px;
		width: 126px;
	}
	.postid-141212 .review_single_blk.has_map.review_2_map .country_blk[data-blk="9"] {
		top: 114px;
		left: 514px;
		width: 172px;
	}
	.postid-141212 .review_single_blk.has_map.review_2_map .country_blk[data-blk="9"]:before {
		content: "";
		width: 76px;
		height: 1px;
		background: #000;
		right: 178px;
		position: absolute;
		transform: rotate(-52deg);
		top: 80px;
	}
	.postid-141212 .review_single_blk.has_map.review_2_map .country_blk[data-blk="9"]:after {
		content: "";
		width: 10px;
		height: 10px;
		border-radius: 10px;
		background: #000;
		right: 233px;
		position: absolute;
		top: 103px;
	}
	.postid-141212 .review_single_blk.has_map.review_2_map .country_blk[data-blk="6"] {
		top: 187px;
		left: 506px;
		width: 125px;
	}
	.postid-141212 .review_single_blk.has_map.review_2_map .country_blk[data-blk="8"] {
		top: 303px;
		left: 413px;
		width: 201px;
	}
	.postid-141212 .review_single_blk.has_map.review_2_map .country_blk[data-blk="3"] {
		top: 423px;
		left: 439px;
		width: 211px;
	}
	.postid-141212 .review_single_blk.has_map.review_2_map .country_blk[data-blk="15"] {
		top: 28px;
		left: 729px;
		width: 159px;
	}
	.postid-141212 .review_single_blk.has_map.review_2_map .country_blk[data-blk="5"] {
		top: 141px;
		left: 739px;
		width: 149px;
	}
	.postid-141212 .review_single_blk.has_map.review_2_map .country_blk[data-blk="13"] {
		top: 301px;
		left: 735px;
		width: 151px;
	}

	.postid-144615 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"] {
		top: 346px;
		left: 289px;
	}
	.postid-144615 .review_single_blk.has_map.review_2_map .country_blk[data-blk="3"] {
		top: 137px;
		left: 615px;
		width: 118px;
	}
	.postid-144615 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"] {
		top: 286px;
		left: 678px;
		width: 103px;
	}
	.postid-144615 .review_single_blk.has_map.review_2_map .country_blk[data-blk="5"] {
		top: 184px;
		left: 165px;
	}
	.postid-144615 .review_single_blk.has_map.review_2_map .country_blk[data-blk="6"] {
		top: 106px;
		left: 792px;
		width: 118px;
	}
	.postid-144615 .review_single_blk.has_map.review_2_map .country_blk[data-blk="7"] {
		top: 114px;
		left: 190px;
	}
	.postid-144615 .review_single_blk.has_map.review_2_map .country_blk[data-blk="8"] {
		top: 276px;
		left: 543px;
		width: 100px;
	}
	.postid-144615 .review_single_blk.has_map.review_2_map .country_blk[data-blk="9"] {
		top: 110px;
		left: 475px;
		width: 108px;
	}
	.postid-144615 .review_single_blk.has_map.review_2_map .country_blk[data-blk="10"] {
		top: 237px;
		left: 810px;
		width: 115px;
	}
	.postid-144615 .review_single_blk.has_map.review_2_map .country_blk[data-blk="10"]:before {
		content: "";
		width: 58px;
		height: 1px;
		background: #000;
		right: 131px;
		position: absolute;
		transform: rotate(34deg);
		top: 0px;
	}
	.postid-144615 .review_single_blk.has_map.review_2_map .country_blk[data-blk="10"]:after {
		content: "";
		width: 10px;
		height: 10px;
		border-radius: 10px;
		background: #000;
		right: 179px;
		position: absolute;
		top: -20px;
	}
	.postid-144615 .review_single_blk.has_map.review_2_map .country_blk[data-blk="11"] {
		top: 277px;
		left: 220px;
	}

	.review_timelines .review_single_timeline_blk.third {
		min-height: 842px;
	}
	
	.reviews_has_halves.has_digits .review_single_blk.first_of_digits{
		background-size: 92% 100%;
	}
	.review_single_blk.has_quote p{
		font-size: 17px;
	}
	.reviews_has_halves.has_digits .review_single_blk.first_of_digits span{
		font-size: 14px;
	}
	.qc_equal_height .has_zoom{
		margin-right: 15px;
	}
	.qc_equal_height img{
		height: 175px;
	}
	.cryptocurrency_tag_additional_data .left_col{
		width: 615px;
	}
	.cryptocurrency_tag_additional_data .right_col{
		width: 300px;
	}
	.cryptocurrency_tag_additional_data .left_col .youtube_widget .yt_widget_playlist{
		width: 220px;
	}
	.single_vote_text_blk p, .single_vote_text_blk a, .single_vote_buttons span{
		font-size: 16px;
	}
	.page-id-120561 .post_content:after {
		content: "";
		position: absolute;
		right: -250px;
		bottom: -93px;
		height: 526px;
		width: 212px;
		background: url(img/nyufo.svg) no-repeat center;
		background-size: 100% auto;
	}
	.defi_single_widget .apy{
		width: 153px;
	}
	.defi_single_widget .pairs{
		width: calc(100% - 176px);
    	margin: 20px 13px 20px 10px;
	}
	.defi_single_widget .defi_widget_row span:nth-child(1){
		width: 100px;
	}
	.defi_single_widget .defi_widget_row span:nth-child(2) {
		width: 67px;
	}
	.defi_single_widget .defi_widget_row span:nth-child(4) {
		width: 110px;
		margin-left: 10px;
	}
	.defi_single_widget .defi_widget_row span:nth-child(4) a{
		width: 100%;
	}
	.defi_single_widget .defi_widget_row.disclamer_row span:nth-child(1) {
		width: 297px;
	}
	.defi_single_widget .defi_widget_row.disclamer_row span:nth-child(2){
		margin-top: -5px;
		text-align: right;
		width: 128px;
	}
	.defi_single_widget .defi_widget_row.disclamer_row span:nth-child(2) a{
		font-size: 10px;
	}
	.has_list[data-list_type="hub_news"]{
		background-position-x: 235px;
		padding-top: 22px;
		padding-bottom: 22px;
	}
	.has_list[data-list_type="week_top"]{
		padding-top: 22px;
		padding-bottom: 22px;
	}
	.widget_list_buttons span{
		padding: 0 17px 0 35px;
		margin-left: -22px;
		font-size: 10px;
	}
	.widget_list_buttons span:first-child{
		padding: 0 22px;
	}
	.has_list[data-list_type="hub_news"] .list_title{
		height: 40px;
		line-height: 40px;
	}
}
@media (max-width: 1200px) {
	.page-id-112654 main, .postid-115776 main{
		background: url(img/review_page_bg_2.png) no-repeat center -85px;
		background-size: 100% auto;
	}
	.review_top_blk {
		padding-bottom: 216px;
	}
}
@media (max-width: 1085px) {
	.page-id-120561 .post_content img.m:last-of-type{
		display: block !important;
	}
	.page-id-120561 .post_content:after, .page-id-120561 .mob_rates_blk, .page-id-120561 .mob_scrolled_rates_blk, .ny2020_ribbon{
		display: none !important;
	}
	.page-id-120561{
		padding-top: 0 !important;
	}
	.page-id-120561 .post_content{
		padding-bottom: 25px;
	}
	.page-id-120561 .post_content img.m:last-of-type{
		position: absolute;
		bottom: -110px;
		right: 20px;
		height: 225px;
		width: auto;
	}
    .inner{
        width: 630px;
    }
    .footer_about{
		padding: 12px 13px 0 13px;
		margin: 12px -13px 0 -13px;
		background: #17181F;
    }
    .footer_about span{
        display: block;
        width: 100%;
        margin: 0 0 24px 0;
    }
    .footer_terms>span{
        width: 466px;
    }
    .footer_terms_links{
        margin-top: 24px;
    }
    .footer_terms_links a{
        display: inline-block;
        margin-left: 24px;
    }
    .subscribe_blk{
        height: 330px;
    }
    .subscribe_blk form{
        top: 64px;
        left: 0;
    }
    .main_page_grid .row{
        display: block;
        margin: 0;
        height: auto;
    }
    .main_page_grid .row .cell{
        display: block;
        width: 100%;
        margin: 0 0 13px 0;
        height: 146px;
    }
    .main_page_grid .row .cell.has_list{
        display: none;
    }
    .main_page_grid .post_item{
        height: 144px;
    }
    .main_page_grid .post_item .image_blk{
        display: inline-block;
        vertical-align: top;
        height: 100%;
        width: 309px;
        background-size: cover;
        background-position: center;
        position: static;
    }
    .main_page_grid .post_item .text_blk{
        width: 292px;
        display: inline-block;
        vertical-align: top;
        margin-left: 14px;
        position: static;
    }
    .main_page_grid [data-post_type="1"] .post_item a:after{
        display: none;
    }
    .main_page_grid .post_item .text_blk p{
        color: #17181F;
        font-size: 18px;
        line-height: 130%;
        padding-top: 12px;
        margin: 0;
    }
    .main_page_grid [data-post_type="1"] .text_blk p{
        /* font-size: 24px; */
    }
    .main_page_grid .post_item .post_meta{
        left: 323px;
        color: #474A60;
    }
    .main_page_grid .post_meta .post_cat, .main_page_grid .post_meta .post_date{
        color: #474A60 !important;
    }
    .row_1 [data-no_image="1"] .post_item .image_blk, .category_page_grid [data-no_image="1"] .post_item .image_blk{
        position: absolute;
        right: 0;
    }
    .row_1 [data-no_image="1"] .post_item .text_blk, .category_page_grid [data-no_image="1"] .post_item .text_blk{
        width: calc(100% - 30px);
    }
    .row_1 [data-no_image="1"] .post_item .text_blk p, .category_page_grid [data-no_image="1"] .post_item .text_blk p{
        font-size: 18px;
        line-height: 130%;
    }
	.row_1 [data-no_image="1"] .post_item .text_blk{
		margin-right: 39px;
	}
	.row_1 [data-no_image="1"] .post_item .text_blk p{
		font-size: 14px;
		margin: 0;
		padding-top: 20px;
	}
    .category_page_grid [data-no_image="1"] .post_item .text_blk{
        margin-left: 0;
    }
    .category_page_grid [data-no_image="1"] .post_item .text_blk p{
        padding-top: 0;
    }
    .category_page_grid [data-no_image="1"] .post_item .text_blk span.post_excerpt{
		display: -webkit-box;
        font-size: 14px;
        line-height: 140%;
        letter-spacing: 0.02em;
        color: #17181F;
        margin: 0 34px 0 13px;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
    }
    .category_page_grid{
        width: 100%;
        padding: 0;
    }
    .category_page_grid:before{
        left: -51px;
    }
    .category_name{
        font-size: 36px;
        line-height: 41px;
    }
    .category_page_grid .has_timeline_tag:before, .category_page_grid .has_views_tag:before{
        left: -79px;
        width: 56px;
    }
    .category_page_grid .post_item .text_blk span.post_excerpt{
        display: none;
    }
    .sp_grid{
        margin: 0;
    }
    .sp_grid .cell{
        width: 303.3px;
    }
    .sp_grid .cell:first-child {
        height: 146px;
    }
    .sp_grid .cell:first-child .image_blk{
        width: 309px;
    }
    .sp_grid .cell:first-child .sp_item>a:after{
        right: 11px;
        bottom: 10px;
        width: 125px;
    }
    .sp_grid .cell:first-child .text_blk {
        width: calc(100% - 325px);
        margin-left: 16px;
    }
    .sp_grid .cell:first-child .text_blk span.post_excerpt{
        display: none;
    }
    .sp_subs{
        /* height: 295px; */
        /* background: url(img/sp_subs_bg_768.svg) no-repeat center; */
        /* background-size: cover ; */
		background: #65687D;
		height: 198px;
    }
    
    
    .sp_subs form input[type="email"]{
        width: calc(100% - 11px);
    }
    .similar_posts_right{
        display: none;
    }
    .post_content{
        width: 100%;
    }
    .tags_nav .tags_wrap{
        overflow: auto;
    }
    .tags_nav .inner.has_arrows .tags_wrap{
        width: 558px;
    }
    #scrolled_main_nav {
        max-width: 250px;
    }
    .youtube_widget{
        width: 630px;
    }
    .youtube_widget .yt_widget_player{
        width: 320px;
    }
	.subscribe_blk .subscribe_blk_title{
		font-size: 21px;
		padding-top: 38px;
	}
	.subscribe_blk p br{
		display: none;
	}
	.subscribe_blk form{
		top: 58px;
	}
	.sp_subs form{
        /* top: 135px; */
		top: 0;
    }
	.sp_subs p{
        padding-top: 47px;
		margin-left: -30px;
		font-size: 32px;
    }
	.sp_subs span{
		margin-left: -30px;
	}
	.subs_lnk{
		left: 446px;
	}
	.category_page_grid [data-no_image="1"] .post_item .text_blk p{
		margin-left: 13px;
	}
	.gototop{
		width: 50px;
	}
	.charts_row img{
		max-width: calc(50% - 20px) !important;
	}
	[data-device_type="0"] .boba_zone, [data-device_type="0"] .has_brba{
		display: none !important;
	}
    #rates_wrap .col:nth-child(5), #rates_wrap .col:nth-child(2), .rates_head .col:nth-child(4), .rates_head .col:nth-child(2) *, .rates_head .col:nth-child(2):after, .rates_head .col:nth-child(3) select{
        display: none;
    }
    .rates_head .col:nth-child(2){
        flex: 0 0 225px;
    }
    #rates_wrap .col:nth-child(3){
        flex: 0 0 125px;
    }
	#rates_wrap .col:nth-child(4) {
		flex: 0 0 133px;
	}
	#rates_wrap .col:nth-child(6) {
		flex: 0 0 200px;
	}
	.rates_head .col:nth-child(2):before{
		display: none;
	}
	.rates_head .col:nth-child(3) {
		flex: 0 0 0;
	}
	.rates_head .col:nth-child(5) {
		flex: 0 0 255px;
	}
	.page-id-112654 main, .postid-115776 main{
		background: none;
		padding-top: 0;
	}
	.page-id-112654 main:before, .postid-115776 main:before{
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		height: 300px;
		background: #fff;
		z-index: -1;
	}
	.page-id-112654 .post_content, .postid-115776 .post_content{
		position: relative;
	}
	.postid-118528 main, .postid-121488 main, .postid-123858 main, .postid-126812 main, .postid-130479 main, .postid-133712 main, .postid-137719 main, main[data-article_type="3"]{
		padding-top: 0;
	}
	.postid-118528 main h1, .postid-121488 main h1, .postid-123858 main h1, .postid-126812 main h1, .postid-130479 main h1, .postid-133712 main h1, .postid-137719 main h1, main[data-article_type="3"] h1{
		margin-top: 15px !important;
	}
	.postid-121488 main, .postid-123858 main, .postid-126812 main, .postid-130479 main, .postid-133712 main, .postid-137719 main, main[data-article_type="3"]{
		background-image: none;
	}
	.postid-121488 main:before, .postid-123858 main:before, .postid-126812 main:before, .postid-130479 main:before, .postid-133712 main:before,  .postid-137719 main:before, main[data-article_type="3"]:before{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 400px;
		background: #fff;
		z-index: 0;
	}
	.page-id-112654 .share_blk, .has_map, .review_timelines .review_single_timeline_blk .timeline_axis, .review_timelines .review_single_timeline_blk .timeline_tooltip:before, .review_timelines .review_single_timeline_blk .timeline_tooltip:after{
		display: none;
	}
	.has_map.m{
		display: block !important;
		background: transparent;
		padding: 0;
		width: 100% !important;
	}
	.has_map.m .country_blk{
		position: relative;
		top: auto !important;
		left: auto !important;
		width: calc(100% - 20px) !important;
		margin-bottom: 15px;
		font-size: 12px;
	}
	.has_map.m .country_blk:before, .has_map.m .country_blk:after{
		display: none;
	}
	.has_map.m .country_blk a{
		font-size: 12px;
	}
	.review_top_blk {
		background: #fff;
		padding: 0 13px 13px 20px !important;
		margin: 0 -13px 20px -13px;
	}
	.review_single_blk, .review_half, .review_third{
		padding: 12px;
		width: calc(100% - 24px) !important;
		margin: 0 0 15px 0 !important;
		max-width: none !important;
	}
	.reviews_has_two_thirds, .reviews_has_halves, .reviews_has_thirds{
		display: block;
	}
	.reviews_has_two_thirds .review_single_blk{
		width: calc(100% - 24px);
		max-width: calc(100% - 24px);
	}
	.review_timelines{
		background: #fff;
		padding: 20px 0;
	}
	.review_timelines .review_single_timeline_blk .timeline_tooltip, .postid-121488 .review_timelines .review_single_timeline_blk .timeline_tooltip{
		position: relative;
		top: auto !important;
		left: auto !important;
		right: auto !important;
		margin: 0 0 15px 0;
		width: 100%;
	}
	.postid-121488 .review_timelines .review_single_timeline_blk .timeline_tooltip[data-num="10"], .postid-121488 .review_timelines .review_single_timeline_blk .timeline_tooltip[data-num="9"], .postid-121488 .review_timelines .review_single_timeline_blk .timeline_tooltip[data-num="8"], .postid-121488 .review_timelines .review_single_timeline_blk .timeline_tooltip[data-num="7"], .postid-121488 .review_timelines .review_single_timeline_blk .timeline_tooltip[data-num="6"], .postid-121488 .review_timelines .review_single_timeline_blk .timeline_tooltip[data-num="4"]{
		top: auto !important;
	}
	
	.review_single_blk.has_region {
		padding-left: 100px;
		position: relative;
		width: calc(100% - 112px) !important;
		padding-bottom: 8px;
	}
	
	.review_single_blk.has_region ul li{
		padding-left: 6px;
	}
	.review_single_blk.has_region ul li:before{
		display: none;
	}
	.review_single_blk.has_region img, .review_single_blk.has_quote img {
		top: 12px;
		left: 12px;
		width: 75px;
	}
	.review_single_blk.has_quote {
		position: relative;
		padding-left: 100px;
		width: calc(100% - 112px) !important;
	}
	.review_single_blk.has_quote.right {
		padding-left: 12px;
		padding-right: 100px;
	}
	.review_single_blk.has_quote p{
		margin-top: 0;
	}
	.review_single_blk.has_quote img + p{
		display: none;
	}
	.reviews_has_halves.has_digits .review_single_blk.first_of_digits{
		background-image: url(/wp-content/themes/forklogv2/img/rdbg2.png) !important;
	}
	.has_articles .review_third{
		padding: 0;
		width: 100% !important;
	}
	.has_articles .review_third p{
		font-size: 14px;
	}
	.review_single_blk.has_map.m>p{
		margin-bottom: -20px;
		text-align: center;
	}
	.review_single_blk.has_map.m>p img{
		width: auto;
	}
	.page-id-112654 .mob_rates_blk{
		margin-bottom: 10px;
	}
	
	.postid-116690 .sb{
		display: block;
	}
	.qc_equal_height .has_zoom{
		margin: 20px 0 0 0;
	}
	.postid-116690 .qb1 {
		margin-top: -25px !important;
		position: relative;
	}
	.cryptocurrency_tag_additional_data{
		margin-top: -34px;
	}
	.cryptocurrency_tag_additional_data .left_col{
		width: 100%;
	}
	.cryptocurrency_tag_additional_data .right_col {
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
	}
	.cryptocurrency_tag_additional_data .left_col .youtube_widget{
		width: 100%;
		height: auto;
	}
	.cryptocurrency_tag_additional_data .left_col .youtube_widget .yt_widget_playlist, .cryptocurrency_tag_additional_data .left_col .youtube_widget .yt_widget_player{
		width: 100%;
	}
	.single_vote_image_blk{
		max-width: 363px;
		margin: 0 auto;
		width: 100%;
		display: block;
	}
	.single_vote_text_blk{
		width: calc(100% - 40px);
		margin: 30px 20px 0 20px;
	}
	.single_vote_buttons {
		text-align: center;
	}
	.voted .single_vote_buttons span {
		display: block;
		margin: 20px;
	}
	.single_vote_buttons div{
		margin: 0 10px;
	}
	main[data-404="404"] h1{
		font-size: 56px;
		margin-top: 0;
		line-height: 72px;
	}
	main[data-404="404"] h2{
		font-size: 24px;
	}
	main[data-404="404"] .col{
		width: calc(100% - 180px);
		padding-bottom: 30px;
	}
	main[data-404="404"] .col:last-child{
		width: 183px;
		margin-left: 5px;
		margin-right: -13px;
	}
	main[data-404="404"] .col img{
		max-width: 100%;
		display: none;
	}
	main[data-404="404"] .col img.m{
		display: block;
		width: 170px;
		float: right;
		margin-top: 20px;
	}
	main[data-404="404"] .col a{
		width: 100%;
		display: block;
	}
	.top10_single_article .img{
		flex-basis: 200px;
	}
	.top10_single_article .txt_blk{
		width: calc(100% - 240px);
	}
	.single-quiz .post_content{
		width: 100%;
	}
	/* .table_notdead tr{ */
		/* margin-bottom: 20px; */
	/* } */
	.table_notdead tr:nth-child(odd){
		background: #ebecef;
	}
	.table_notdead tr, .table_notdead td{
		border: none !important;
		display: block;
		padding-bottom: 5px;
	}
	.table_notdead td:first-child{
		font-weight: 700;
		border: 1px #17181F solid !important;
		border-width: 1px 0 !important;
	}
	.table_notdead td:last-child, .table_notdead tr:last-child{
		margin: 0;
	}
	.defi_single_widget{
		height: auto;
		margin-bottom: 25px;
		border: none;
	}
	.defi_single_widget .pairs {
		width: 100%;
		margin: 0;
		display: block;
		height: auto;
    	padding-bottom: 20px;
	}
	.defi_single_widget .defi_widget_row.token_row{
		position: relative;
		margin: 10px 0 30px 0;
		border: 1px solid #DEE2EB;
		box-sizing: border-box;
		border-radius: 10px;
		height: 44px;
	}
	.defi_single_widget .defi_widget_row.token_row:nth-child(odd){
		border: 1px solid #617FEB;
		border-radius: 10px;
		background: inherit;
	}
	.defi_single_widget .defi_widget_row span{
		width: calc(100% / 3 - 4px) !important;
		text-align: center !important;
		margin: 10px 0 0 0;
	}
	.defi_single_widget .defi_widget_row span:nth-child(2){
		margin: 2px 0 0 0;
	}
	.defi_single_widget .defi_widget_row span:nth-child(4){
		width: 174px !important;
		left: calc(50% - 87px);
		position: absolute;
		bottom: -13px;
		height: 27px;
	}
	.defi_single_widget .defi_widget_row.token_row a{
		width: 100%
	}
	.defi_single_widget .apy {
		width: 100%;
		height: 145px;
	}
	.defi_single_widget .apy p{
		margin-top: 18px;
	}
	.defi_single_widget .apy a {
		width: calc(100% - 94px);
		display: block;
		margin-left: 15px;
	}
	.defi_single_widget .defi_widget_row.disclamer_row{
		height: auto;
		margin-top: 20px;
	}
	.defi_single_widget .defi_widget_row.disclamer_row span:nth-child(1), .defi_single_widget .defi_widget_row.disclamer_row span:nth-child(2){
		width: 100% !important;
		margin-top: 5px;
	}
	.defi_single_widget .defi_widget_row.disclamer_row span:nth-child(2) a img{
		width: 70px;
	}
	.deleted_post_disclamer{
		display: block;
		background: url(img/deleted_post_m.png) no-repeat center, linear-gradient(180deg, #5A6578 -47.29%, #05151C 120.83%);
		height: 240px;
		position: relative;
	}
	.deleted_post_disclamer p{
		font-weight: bold;
		font-size: 15px;
		line-height: 18px;
		text-align: center;
		letter-spacing: 0.02em;
		color: #FFFFFF;
		margin: 0;
		position: absolute;
		top: 18px;
		left: 0;
		width: 100%;
	}
	.deleted_post_disclamer p br:last-child{
		display: block;
	}

}
@media (max-width: 769px) {
	.page-id-120561 img.m{
		display: block !important;
	}
	.top10_single_article>a{
		display: block;
	}
	.top10_single_article .img{
		width: 100%;
		height: 150px;
		display: block;
	}
	.top10_single_article .txt_blk{
		display: block;
		width: 100%;
		margin: 0;
		padding: 0 15px 30px 15px;
		box-sizing: border-box;
	}
	.page-id-120561 img.m:first-of-type{
		width: 100%;
	}
	.page-id-120791 .mob_rates_blk, .page-id-121001 .mob_rates_blk, .page-id-120993 .mob_rates_blk, .page-id-121004 .mob_rates_blk, .postid-120964 .mob_rates_blk{
		display: none;
	}
	.page-id-120791, .page-id-121001, .page-id-120993, .page-id-121004, .postid-120964{
		padding-top: 0 !important;
	}

	[data-device_type="2"] .charts_row{
		text-align: center;
	}
	[data-device_type="2"] .charts_row img{
		display: block;
		max-width: 320px !important;
		margin: 0 auto 20px auto;
	}
	[data-device_type="2"] .stats_blk{
		display: block;
		margin-right: 0;
	}
	[data-device_type="2"] .stats_buttons a{
		display: block;
		text-align: center;
	}
	[data-device_type="2"] .stats_buttons a img{
		display: none;
	}
	[data-device_type="2"] .stats_buttons a span{
		display: inline-block;
		vertical-align: middle;
		text-align: left;
		padding-left: 29px;
		position: relative;
		
	}
	[data-device_type="2"] .stats_buttons a:last-of-type span{
		line-height: 16px;
		padding: 5px 0 6px 36px;
		width: 210px;
	}
	[data-device_type="2"] .stats_buttons a:first-of-type span:before{
		content: "";
		position: absolute;
		width: 17px;
		height: 24px;
		background: url(https://forklog.com/wp-content/themes/forklogv2/img/pdf_ico.svg) no-repeat;
		top: 6px;
		left: 0;
	}
	[data-device_type="2"] .stats_buttons a:last-of-type span:before{
		content: "";
		position: absolute;
		width: 25px;
		height: 20px;
		background: url(https://forklog.com/wp-content/themes/forklogv2/img/mailto_ico.svg) no-repeat;
		top: 11px;
		left: 0;
	}
    .inner{
        width: calc(100% - 26px);
    }
    header, .gototop{
        display: none !important;
    }
	
    .main_page_grid .row .cell, .category_page_grid .cell{
        height: 110px;
        margin-bottom: 5px;
    }
    .main_page_grid .post_item, .category_page_grid .cell .post_item{
        height: 108px;
    }
    .main_page_grid .post_item .image_blk, .category_page_grid .cell .post_item .image_blk, .category_page_grid .has_timeline_tag:before, .category_page_grid:before, .category_page_grid .has_views_tag:before{
        display: none;
    }
    .main_page_grid [data-post_type="0"]:not(.has_trending) .post_item:not(.has_custom_post_type) .image_blk, .main_page_grid [data-post_type="2"] .post_item:not(.has_custom_post_type) .image_blk, .category_page_grid .cell:not(.has_trending) .post_item:not(.has_custom_post_type) .image_blk{
        position: absolute;
        right: 0;
        display: block;
        background: none !important;
    }
	.category_page_grid .cell.has_trending .trending_cat{
		margin-left: 0;
	}
    .main_page_grid .post_item .text_blk, .category_page_grid .cell .post_item .text_blk{
        height: 148px;
        margin-right: 39px;
        width: auto;
        display: block;
    }
    .main_page_grid .post_item .text_blk p, .category_page_grid .cell .post_item .text_blk p{
        font-size: 14px;
		margin-top: 0;
		padding-top: 20px;
    }
    .main_page_grid .post_item .post_meta, .category_page_grid .cell .post_meta{
        left: auto;
    }
    /*вот тут с картинками*/
    /*.main_page_grid .row .cell, .category_page_grid .cell{*/
    /*    height: 196px;*/
    /*}*/
    /*.main_page_grid .row .cell .post_item, .category_page_grid .cell .post_item{*/
    /*    height: 194px;*/
    /*}*/

    /*.main_page_grid .row .cell .post_item .image_blk, .category_page_grid .cell .post_item .image_blk{*/
    /*    display: block;*/
    /*    width: 100%;*/
    /*    position: absolute;*/
    /*}*/
    /*.main_page_grid .row .cell .post_item .text_blk, .category_page_grid .cell .post_item .text_blk{*/
    /*    position: absolute;*/
    /*    bottom: 44px;*/
    /*    height: auto;*/
    /*    z-index: 3;*/
    /*}*/
    /*.main_page_grid .row .cell .post_item .text_blk p, .category_page_grid .cell .post_item .text_blk p{*/
    /*    font-size: 18px;*/
    /*    line-height: 110%;*/
    /*    color: #FFFFFF;*/
    /*}*/
    /*.main_page_grid .row .cell .post_item .post_meta, .category_page_grid .cell .post_item .post_meta{*/
    /*    left: 14px;*/
    /*    color: #fff !important;*/
    /*}*/
    /*.main_page_grid .row .cell .post_item .post_meta .post_cat, .main_page_grid .row .cell .post_item .post_meta .post_date, .category_page_grid .cell .post_item .post_meta .post_cat, .category_page_grid .cell .post_item .post_meta .post_date, .post_meta .author_lnk {*/
    /*    color: #fff !important;*/
    /*}*/
    /*.main_page_grid .row .cell .post_item:after {*/
    /*    content: "";*/
    /*    position: absolute;*/
    /*    width: 100%;*/
    /*    height: calc(100% - 29px);*/
    /*    left: 0;*/
    /*    bottom: 0;*/
    /*    z-index: 2;*/
    /*    background: linear-gradient(360deg, rgba(3, 5, 26, 0.73) 38.77%, rgba(0, 16, 130, 0) 100%);*/
    /*    display: block;*/
    /*}*/
    /*до сих пор*/


    /*раскомментить это*/
    .main_page_grid .row:not(.row_tablet) .cell[data-post_type="1"], .row:not(.row_tablet) .cell.has_trending, .row:not(.row_tablet) .cell.has_cpt{
        height: 196px !important;
    }
    .main_page_grid .row:not(.row_tablet) .cell[data-post_type="1"] .post_item, .row:not(.row_tablet) .cell.has_trending .post_item, .row:not(.row_tablet) .cell .post_item.has_custom_post_type{
        height: 194px;
    }
    .main_page_grid .row:not(.row_tablet) .cell[data-post_type="1"] .post_item .image_blk, .row:not(.row_tablet) .cell.has_trending .post_item .image_blk, .row:not(.row_tablet) .cell .post_item.has_custom_post_type .image_blk{
        display: block;
        width: 100%;
        position: absolute;
    }
    .main_page_grid .row:not(.row_tablet) .cell[data-post_type="1"] .post_item .text_blk, .row:not(.row_tablet) .cell.has_trending .post_item .text_blk,  .row:not(.row_tablet) .cell .post_item.has_custom_post_type .text_blk{
        position: absolute;
        bottom: 44px;
        height: auto;
        z-index: 3;
    }
    .main_page_grid .row:not(.row_tablet) .cell[data-post_type="1"] .post_item .text_blk p, .row:not(.row_tablet) .cell.has_trending .post_item .text_blk p, .row:not(.row_tablet) .cell .post_item.has_custom_post_type .text_blk p{
        font-size: 18px;
        line-height: 110%;
        color: #FFFFFF;
    }
    .main_page_grid .row:not(.row_tablet) .cell[data-post_type="1"] .post_item .post_meta, .row:not(.row_tablet) .cell.has_trending .post_item .post_meta, .row:not(.row_tablet) .cell .post_item.has_custom_post_type .post_meta{
        left: 14px;
    }
    .main_page_grid .row:not(.row_tablet) .cell[data-post_type="1"] .post_item .post_meta .post_cat, .row:not(.row_tablet) .cell.has_trending .post_item .post_meta .post_cat, .row:not(.row_tablet) .cell.has_trending .post_item .post_meta .trending_cat, .main_page_grid .row:not(.row_tablet) .cell[data-post_type="1"] .post_item .post_meta .post_date, .row:not(.row_tablet) .cell .post_item.has_custom_post_type .post_meta .post_cat, .row:not(.row_tablet) .cell .post_item.has_custom_post_type .post_meta .post_date {
        color: #fff !important;
    }
    .row_1 [data-no_image="1"] .post_item .text_blk span.post_excerpt{
        display: none;
    }
    .main_page_grid .row:not(.row_tablet) .cell[data-post_type="1"] .post_item a:after, .row:not(.row_tablet) .cell.has_trending .post_item:after, .row:not(.row_tablet) .cell .post_item.has_custom_post_type:after {
        content: "";
        position: absolute;
        width: 100%;
        height: calc(100% - 29px);
        left: 0;
        bottom: 0;
        display: block;
        z-index: 2;
        background: linear-gradient(360deg, rgba(3, 5, 26, 0.73) 38.77%, rgba(0, 16, 130, 0) 100%);
        transition: background .2s ease-in-out;
    }
    /*до сих пор*/
    /*.row_1 [data-no_image="1"] .post_item .text_blk span.post_excerpt{*/
    /*    display: none;*/
    /*}*/
    /*.main_page_grid .row .cell[data-no_image="1"]{*/
    /*    height: 110px;*/
    /*    margin-bottom: 5px;*/
    /*}*/
    /*.main_page_grid .row .cell[data-no_image="1"] .post_item{*/
    /*    height: 108px;*/
    /*}*/
    /*.main_page_grid .row .cell[data-no_image="1"] .post_item .image_blk{*/
    /*    position: absolute;*/
    /*    right: 0;*/
    /*}*/
    /*.main_page_grid .row .cell[data-no_image="1"] .post_item .text_blk{*/
    /*    height: 148px;*/
    /*    margin-right: 39px;*/
    /*    width: auto;*/
    /*    position: static;*/
    /*}*/
    /*.main_page_grid .row .cell[data-no_image="1"] .post_item .text_blk p{*/
    /*    font-size: 14px;*/
    /*    color: #17181F;*/
    /*}*/
    /*.main_page_grid .row .cell[data-no_image="1"] .post_item .post_meta{*/
    /*    left: auto;*/
    /*    color: #17181F !important;*/
    /*}*/
    /*.main_page_grid .row .cell[data-no_image="1"] .post_item .post_meta .post_date{*/
    /*    color: #17181F !important;*/
    /*}*/
    /*.main_page_grid .row .cell[data-no_image="1"] .post_item:after{*/
    /*    display: none;*/
    /*}*/
    .subscribe_blk{
       height: initial;
		padding-bottom: 23px;
    }
    .subscribe_blk .subscribe_blk_title{
        font-size: 18px;
        line-height: 100%;
        padding-top: 20px;
        /* text-align: center; */
        width: calc(100% - 40px);
        margin: 0 auto;
    }
    .subscribe_blk form {
						 
        margin-top: 20px;
    }
    .subscribe_blk form .radio_blc {
        width: 100%;
        margin-top: 20px;
    }
    .subscribe_blk form{
        flex-direction: column-reverse;
        height: auto;
        padding-bottom: 0;
    }
    .subscribe_blk_desc .about_mailing{
        padding-left: 0;
    }
    .subscribe_blk form .radio_blc label {
        height: 42px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        border: 1px solid #fff;
        border-radius: 32px;
        background: #fff;
        padding-left: 45px;
        font-size: 14px;
    }
    .subscribe_blk form .radio_blc label:after{
        content: inherit;
    }
    .subscribe_blk form .radio_blc input:checked + label:before{
        width: 18px;
        height: 18px;
        background: linear-gradient(180deg, rgba(174, 255, 154, 0.62) 0%, rgba(36, 179, 0, 0.62) 100%), radial-gradient(95% 95% at 50% 30%, #4AE800 0%, #319A00 100%);
        border-radius: 12px;
        left: 12px;
    }
    .subscribe_blk form input[type="email"]{
        width: calc(100% - 25px);
        margin: 0;
    }
    .subscribe_blk form input[type="submit"]{
        position: static;
        width: 100%;
        margin-top: 20px;
    }
	.sp_subs{
		height: auto;
		padding: 0 0 80px 0;
		margin-bottom: -20px;
		/* background: url(img/sp_subs_bg_768.svg) no-repeat bottom; */
	}
	.sp_subs p{
		font-size: 32px;
		margin: 0 28px;
	}
	.sp_subs span{
		margin: 0 28px;
	}
	.sp_subs form{
		bottom: 0;
		top: 0;
		position: relative;
		margin-top: 50px;
	}
	.subs_lnk {
		left: 0;
		top: 0;
		width: 100%;
		bottom: 0;
		background: transparent;
	}
	.subs_lnk:before{
		width: 100%;
		height: 42px;
		line-height: 42px;
		z-index: 0;
	}
	.subs_lnk:after{
		left: -13px;
		right: -13px;
		bottom: 0;
		background: url(img/sp_subs_bg_768_2.svg) no-repeat left top;
		background-size: 100%;
		top: -28px;
		width: calc(100% + 26px);
		height: auto;
		padding-bottom: 30px;
		min-height: 80px;
	}
    .main_page_grid, .category_page_grid{
        margin-top: 13px;
    }
    
    .footer_socials{
        height: auto;
        margin: 20px -21px 0 -21px;
    }
    .footer_social_blk{
        position: static;
        display: block;
        padding: 51px 0 0 0;
        height: 0;
        border-radius: 0;
        width: 100%;
        margin: 0;
        border-top: 1px #474A60 solid;
    }
    .footer_social_blk.yt {
        background: url(img/fsb_yt_ico_w.svg) no-repeat center 5px #0E0F14;
    }
    .footer_social_blk.tg {
        background: url(img/fsb_tg_ico_w.svg) no-repeat center 10px #0E0F14;
    }
    .footer_social_blk.vk {
        background: url(img/fsb_vk_ico_w.svg) no-repeat center 17px #0E0F14;
    }
    .footer_social_blk.fb {
        background: url(img/fsb_fb_ico_w.svg) no-repeat center 12px #0E0F14;
    }
    .footer_social_blk.tw {
        background: url(img/fsb_tw_ico_w.svg) no-repeat center 16px #0E0F14;
	}
	.footer_social_blk.in {
        background: url(img/fsb_in_ico_w.svg) no-repeat center 16px #0E0F14;
    }
    .footer_social_blk.active{
        border-radius: 0;
        background-color: #474A60;
    }
    .footer_socials a{
        display: block;
        text-align: center;
        font-weight: 500;
        font-size: 18px;
        line-height: 120%;
        letter-spacing: 0.02em;
        color: #FFFFFF;
        margin: 20px 0;
    }
	
	.post_content .footer_socials{
        height: auto;
        margin: 20px 0 0 0;
    }
    .post_content .footer_social_blk{
        position: static;
        display: block;
        padding: 51px 0 0 0;
        height: 0;
        border-radius: 0;
        width: 100%;
        margin: 0;
        border-top: 1px #DEE2EB solid;
    }
    .post_content .footer_social_blk.yt {
        background: url(img/fsb_yt_ico.svg) no-repeat center 3px #fff;
    }
    .post_content .footer_social_blk.tg {
        background: url(img/fsb_tg_ico.svg) no-repeat center 10px #fff;
    }
    .post_content .footer_social_blk.vk {
        background: url(img/fsb_vk_ico.svg) no-repeat center 17px #fff;
    }
    .post_content .footer_social_blk.fb {
        background: url(img/fsb_fb_ico.svg) no-repeat center 12px #fff;
    }
    .post_content .footer_social_blk.tw {
        background: url(img/fsb_tw_ico.svg) no-repeat center 16px #fff;
    }
	.post_content .footer_social_blk.sc {
        background: url(img/sc_ico_grey.svg) no-repeat center 16px #fff;
    }
	.post_content .footer_social_blk.in {
        background: url(img/fsb_in_ico.svg) no-repeat center 16px #fff;
    }
    .post_content .footer_social_blk.active{
        border-radius: 0;
        /* background-color: #474A60; */
		height: auto;
    }
    .post_content .footer_socials a{
        display: block;
        text-align: center;
        font-weight: 500;
        font-size: 18px;
        line-height: 120%;
        letter-spacing: 0.02em;
        color: #17181F !important;
        margin: 20px 0;
    }
	.post_content .footer_social_blk{
		border-color: #303138;
		margin: 7px 0 !important;
		border-radius: 3px;
		background-position: center !important;
	}
	.post_content .footer_social_blk.tg{
		background: none;
	}
	.post_content .footer_socials .tg a:after{
		background-image: url(img/fsb_tg_ico.svg);
	}
	
    .archive h1{
        font-size: 21px;
        line-height: 24px;
    }
    .scrolled_header {
        display: none;
    }
    .author_blk{
        padding: 11px 0;
        background: #fff;
    }
    .author_blk .about_author{
        width: calc(100% - 64px);
        margin-left: 0;
		margin-top: 20px;
    }
    .author_blk .about_author h1{
        font-size: 18px;
        line-height: 21px;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        margin-top: -4px;
    }
    .author_blk .about_author p{
        display: none;
    }
    .author_blk .about_author + p{
        display: block;
        font-size: 12px;
        line-height: 140%;
        letter-spacing: 0.02em;
        color: #17181F;
    }
    .author_blk img{
        width: 45px;
        height: 45px;
    }
    .sp_grid .cell{
        height: 169px;
        margin: 0 0 15px 0;
		width: 100%;
    }
	main[data-tag_id="5275"] .sp_grid .cell{
		height: 215px;
	}
    .category_page_grid .cell .sp_item .text_blk span{
        display: none;
    }
    .sp_grid .cell .sp_item .image_blk{
        height: 85px;
    }
    .sp_grid .cell:first-child .image_blk{
        width: 100%;
    }
    .sp_grid .cell .sp_item .text_blk p{
        font-size: 16px;
        line-height: 130%;
    }
    .sp_grid .cell:first-child .sp_item>a{
        padding-bottom: 60px;
        display: block;
    }
    .sp_grid .cell:first-child .sp_item>a:after {
        right: 0;
        bottom: 10px;
        width: auto;
        left: 0;
    }
    .sp_grid .cell:first-child{
		border: none;
		height: auto;
		margin: 0 -13px 20px -13px;
		padding: 0 13px 5px 13px;
		width: calc(100% + 26px);
		border-bottom: 1px solid #DEE2EB;
    }
    .sp_grid .cell:first-child .text_blk {
        width: 100%;
        margin: 0;
        height: auto;
        display: block;
    }
    .sp_grid .cell:first-child .text_blk span.post_excerpt{
        display: block;
        font-size: 14px;
        line-height: 140%;
        margin: 0;
    }
    .sp_grid .cell:first-child .text_blk p{
        margin: 0;
    }
    [data-device_type="0"].single .share_blk, [data-device_type="0"].single .article_image, [data-device_type="2"].single .share_blk, [data-device_type="2"].single .article_image{
        display: none;
    }
	[data-device_type="2"].single .share_blk{
		width: 29px;
		height: 29px;
		cursor: pointer;
		position: absolute;
		right: -13px;
		z-index: 8;
		    display: block;
		top: 29px;
		background: url(img/post_share_bg.svg) rgba(0, 0, 0, .35) no-repeat center;
	}
	[data-device_type="2"].single .share_blk span{
		display: none;
	}
	[data-device_type="2"].single .article_meta{
		position: relative;
	}
    .post_content p, .post_content a, .card_description, .article_update .gtb_text-wrappers_update_head{
        font-size: 16px;
    }
    [data-device_type="0"] .article_image_mob, [data-device_type="2"] .article_image_mob{
        display: block;
        margin: 10px -13px;
		position: relative;
    }
	.postid-115776 .article_image_mob{
		display: none;
	}
	.postid-115776 main h1{
		margin-top: 20px !important;
	}
	.or_custom_dex{
		margin: 0 13px;
	}
    .post_content h1, h1{
        font-size: 21px;
    }
    .post_content h2{
        font-size: 18px;
    }
    .post_content h3{
        font-size: 16px;
    }
    .post_content .article_meta, .post_content .article_meta a, .post_tags_top a{
        font-size: 12px;
    }
    .post_tags_bottom a{
        font-size: 14px;
    }
    body{
        padding-bottom: 43px;
    }
    .youtube_widget{
        width: 100%;
        height: auto;
    }
    .youtube_widget .yt_widget_player{
        width: 100%;
        display: block;
        height: 160px;
    }
    .mob_playlist_top{
        display: block;
        height: 38px;
        position: relative;
    }
    .mob_playlist_top .mob_playlist_toggle{
        cursor: pointer;
        position: absolute;
        top: 11px;
        right: 13px;
        width: 16px;
        height: 16px;
        background: url(img/mob_playlist_toggle.svg) no-repeat center;
    }
    .mob_playlist_top a{
        margin: 8px 0 0 13px;
        display: inline-block;
    }
    .youtube_widget .yt_widget_playlist{
        width: 100%;
        background: #17181F;
        padding-bottom: 0;
		position: static;
    }
    .youtube_widget .yt_widget_playlist .list{
        margin: 18px 0 0 0;
        display: none;
    }
    .youtube_widget .yt_widget_playlist .list .sp_list_item span{
        color: #fff;
		line-height: 100%;
		font-size: 14px;
    }
	.youtube_widget .yt_widget_playlist .list .sp_list_item.active span{
		color: #E7A320;
	}
    .youtube_widget .yt_widget_playlist .list_title{
        display: none;
    }
    .main_page_filters, .content_switchers{
        display: none;
    }
    .item_share_blk{
        opacity: 1;
    }
	.terms_popup {
		height: auto;
		padding-top: 8px;
		padding-bottom: 10px;
		text-align: left;
	}
	.terms_popup_wrap{
		margin: 0 13px;
	}
	.terms_popup p{
		text-align: left;
		margin: 0;
		display: inline;
	}
	.terms_popup span.close {
		top: 12px;
		right: 13px;
		float: right;
		margin-right: 0;
		margin-top: 10px;
	}
	.cell .author_lnk, .category_page_grid [data-no_image="1"] .post_item .text_blk span.post_excerpt{
		display: none;
	}
	footer{
		padding-top: 0;
		padding-bottom: 0;
	}
	.subscribe_blk + footer .footer_socials, .subscribe_blk + a + footer .footer_socials, .subscribe_blk_desc + footer .footer_socials{
		margin: 0 -13px;
	}
	.footer_terms>span{
		width: auto;
		margin-top: 20px;
		/* padding-top: 54px; */
	}
	.footer_about a{
		display: block;
		margin-bottom: 10px;
	}
	.footer_terms{
		margin-top: -6px;
	}
	.footer_terms .footer_logo_blk{
		display: block;
		margin: 0 auto;
	}
	.footer_terms_links {
		float: left;
		display: block;
		width: 100%;
		text-align: center;
		position: relative;
		background: #17181F;
		padding: 10px 13px 6px 13px;
		margin: 0 -13px 10px -13px;
	}
	.footer_terms_links a {
		display: block;
		margin-left: 0;
		margin-bottom: 10px;
	}
	.category_name + p{
		max-height: 29px;
		position: relative;
		margin-bottom: 13px;
		padding-right: 28px;
		cursor: pointer;
		overflow: hidden;
	}
	.category_name + p:before{
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: -29px;
		height: 20px;
		background: #fff;
	}
	.category_name + p:after{
		content: "";
		position: absolute;
		top: 50%;
		margin-top: -8px;
		right: 0;
		height: 16px;
		width: 16px;
		background: url(img/cat_description_spoiler_ico.svg) no-repeat center;
	}
	.category_name + p.full{
		max-height: none;
	}
	.category_name + p.full:before{
		display: none;
	}
	.category_name + p.full:after{
		transform: rotate(180deg);
	}
	.main_page_grid .row_1 .cell.empty, .main_page_grid .row_2 .cell.empty{
		background: url(img/rowmcell_preload.svg) no-repeat center;
		background-size: 100%;
	}
	.similar_posts_bottom{
		overflow: auto;
	}
	.single_card{
		padding: 0 11px 18px 11px;
	}
	.single_card .card_counter{
		position: relative;
		width: calc(100% + 22px);
		margin: 0 -11px;
		display: block;
		padding-top: 0;
		line-height: 40px;
		margin-bottom: 20px;
	}
	.sp_grid.cards_grid .cell:first-child .text_blk span.post_excerpt{
		display: none;
	}
	.category_page_grid [data-no_image="1"] .post_item .text_blk {
		margin-left: 20px;
	}
	.category_page_grid [data-no_image="1"] .post_item .text_blk p{
		margin-left: 0;
	}
	.mob_header, .mob_bottom_nav, .mob_nav_popup {
		display: block;
	}
	.page-id-80029 h1{
		font-size: 21px;
		line-height: 24px;
		letter-spacing: 0.02em;
		text-transform: capitalize;
		color: #474A60;
	}
	.body_row .col.price_change, .body_row .col.volume, .body_row .col.market_cap{
		display: none;
	}
	.body_row .col.market_cap_rank{
		width: 30px;
	}
	.body_row .col.image{
		width: 39px;
	}
	.body_row .col.currency{
		width: 131px;
		margin-left: 13px;
		font-size: 16px;
	}
	.body_row .col.currency span{
		font-size: 14px;
	}
	.body_row .col.price{
		width: 100px;
	}
	.body_row{
		height: auto;
	}
	#rates_table_head .col:nth-child(1){
		width: 30px;
	}
	#rates_table_head .col:nth-child(2) {
		width: 175px;
	}
	#rates_table_head .col:nth-child(5), #rates_table_head .col:nth-child(6), #rates_table_head .col:nth-child(7), #rates_table_head .col:nth-child(8){
		display: none;
	}
	.post_content ul li, .post_content ol li{
		font-size: 16px;
	}
    #rates_wrap .col:nth-child(1){
        flex: 0 0 10%;
        font-size: 12px;
    }
    #rates_wrap .col:nth-child(2){
        flex: 0 0 10%;
        display: none;
        text-align: left;
    }
    #rates_wrap .col:nth-child(3){
        flex: 0 0 26%;
        padding: 0;
		overflow-x: hidden;
    }
	#rates_wrap .col:nth-child(3) p{
		text-overflow: ellipsis;
		overflow: hidden;
	}
    #rates_wrap .col:nth-child(3) p, #rates_wrap .col:nth-child(3) span, #rates_wrap .col:nth-child(4) p, #rates_wrap .col:nth-child(4) span, #rates_wrap .col:nth-child(6), .rates_head, .rates_head .col:nth-child(1), .rates_head .col:nth-child(5){
        font-size: 12px !important;
    }
    #rates_wrap .col:nth-child(4){
        flex: 0 0 29%;
    }
    #rates_wrap .col:nth-child(6){
        flex: 0 0 34%;
		font-size: 10px !important;
    }
	#rates_wrap .col:nth-child(7){
		flex: 0 0 34%;
		font-size: 0;
	}
	#rates_wrap .col:nth-child(7) span, #rates_wrap .col:nth-child(7) a{
		width: 75px;
		font-size: 10px;
		background: #F6AF25;
		line-height: 18px;
	}
	#rates_wrap .col:nth-child(7) img{
		margin-top: 3px;
	}
	.rates_page_top_links a{
		font-size: 14px;
	}
	.rates_head{
		margin-top: 20px;
	}
    .rates_head .col:nth-child(1){
        flex: 0 0 10%;
    }
    .rates_head .col:nth-child(2){
        flex: 0 0 27%;
    }
    .rates_head .col:nth-child(3){
        flex: 0 0 29%;
    }
    .rates_head .col:nth-child(5){
        flex: 0 0 34%;
		display: none;
    }
	.single_page_currency_widget{
		height: auto;
		margin-bottom: 15px;
	}
	.single_page_currency_widget .col{
		display: block;
		width: 100%;
	}
	.single_page_currency_widget .col:first-child{
		padding: 5px 0 10px 0;
	}
	.single_page_currency_widget .col:last-child{
		padding: 1px 0 10px 0;
	}
	.single_page_currency_widget .col:last-child img{
		max-width: 100px !important;
	}
	.single_page_currency_widget .col:last-child:before{
		width: calc(100% - 26px);
		height: 2px;
		left: 13px;
		top: -1px;
	}
	#rates_wrap .col:nth-child(6){
		display: none;
	}
	#custom_page_subscribe_form input[type="email"]{
		width: calc(100% - 2px);
	}
	#custom_page_subscribe_form input[type="submit"]{
		position: relative;
		width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.has_list[data-list_type="hub_news"]{
		padding-top: 50px;
		background: url(https://hub.forklog.com/wp-content/themes/hub/img/logo.png) no-repeat calc(100% - 15px) 11px #fff;
		background-size: 62px auto;
		margin-left: 0 !important;
		padding-bottom: 50px;
	}
	.has_list[data-list_type="hub_news"] .list{
		margin-top: 0;
		margin-bottom: 0;
	}
	.has_list[data-list_type="hub_news"] .list a{
		font-size: 14px;
	}
	.has_list[data-list_type="hub_news"] .list p, .vacancy_employment_type_office, .vacancy_employment_type_remote, .vacancy_employment_time_full, .vacancy_employment_time_part{ 
		margin-bottom: 0;
	}
	.has_list[data-list_type="week_top"]{
		margin: 6px 0;
	}
	.hub_widget_cat, .hub_widget_author{
		font-size: 12px !important;
		margin-bottom: 0;
	}
	.hub_widget_cat img, .hub_widget_author img{
		vertical-align: top;
		margin-top: -2px;
	}
	.postid-116690 .review_top_blk {
		padding-bottom: 20px;
	}
	.postid-116690 .qb1 {
		margin-top: -25px !important;
		position: relative;
	}
	.qc_equal_height img {
		height: auto;
		max-height: 210px;
		max-width: 100% !important;
		width: auto !important;
		margin-bottom: 15px;
	}
	.postid-116690 .wp-caption-text{
		margin-top: 5px;
		margin-bottom: 20px;
	}
	.postid-116690 main{
		padding-top: 0;
	}
	.postid-116690 main h1{
		margin-top: 15px !important;
	}
	.single_vote_text_blk {
		width: 100%;
		margin: 30px 0 0 0;
	}
	.page-id-120791 main, .page-id-121001 main, .page-id-120993 main, .page-id-121004 main{
		padding-top: 60px;
	}
	.page-id-120791 .quiz_wrap, .page-id-121001 .quiz_wrap, .page-id-120993 .quiz_wrap, .page-id-121004 .quiz_wrap{
		padding: 22px 17px;
	}
	.page-id-120791 .quiz_wrap h2, .page-id-121001 .quiz_wrap h2, .page-id-120993 .quiz_wrap h2, .page-id-121004 .quiz_wrap h2{
		font-size: 21px;
		line-height: 27px;
	}
	.page-id-120791 .mob_scrolled_rates_blk, .page-id-121001 .mob_scrolled_rates_blk, .page-id-120993 .mob_scrolled_rates_blk, .page-id-121004 .mob_scrolled_rates_blk{
		display: none !important;
	}
	.quiz_wrap .q_btn_next{
		width: 220px;
		height: 42px;
		line-height: 42px;
		font-size: 16px;
	}
	.q_vars p {
		margin: 0;
		line-height: normal;
		padding: 10px 0;
		cursor: pointer;
	}
	.wp-block-embed{
		margin: 15px 0 !important;
	}
	.page-id-137397 .post_content h1 {
		font-weight: bold;
		font-size: 21px;
		line-height: 24px;
		letter-spacing: 0.02em;
		color: #474A60;
	}
	.digests_page_blk{
		width: 100%;
		margin-left: 0 !important;
		padding: 63px 14px 20px 14px;
		box-shadow: 0px 2px 3px rgba(61, 71, 143, 0.3), 0px 2px 6px rgba(65, 84, 219, 0.1);
	}
	.digests_page_blk:before{
		width: 100%;
		height: 45px;
		bottom: auto;
		right: 0;
		border-radius: 6px 6px 0 0;
	}
	.digests_page_blk:after{
		top: 0;
		height: 45px !important;
	}
	.canvas_blk{
		padding-bottom: 124px;
	}
	.rates_head:before {
		left: 0;
		right: 0;
	}
	.rates_head .col:nth-child(1) span{
		display: none;
	}
	.defi_rates #rates_wrap .col:nth-child(7) span, .defi_rates #rates_wrap .col:nth-child(7) a{
		width: 83px;
	}
	.defi_rates #rates_wrap .col:nth-child(7) a:after{
		content: " 1inch";
	}
	.defi_rates #rates_wrap .col:nth-child(7) img {
		margin-top: 19px;
		position: absolute;
		left: 50%;
		width: 33px;
		margin-left: -17px;
	}
	.has_list[data-list_type="rates"]{
		margin: 6px -13px;
		width: calc(100% + 26px);
		border-width: 1px 0 !important;
		z-index: 9;
		padding-bottom: 72px;
	}
	.list[data-list_type="rates"], .list[data-list_type="currency_com_rates"], .list[data-list_type="defi_rates"]{
		padding-top: 33px;
	}
	.has_list .list_title, .youtube_widget .yt_widget_playlist .list_title{
		width: 100%;
		height: 50px;
		line-height: 50px;
		border-radius: 27.5px 27.5px 0 0;
		opacity: 1;
	}
	.currencycom_widget_description{
		width: auto;
		right: 0;
		left: 0;
		text-align: center;
		bottom: 54px;
	}
	.currency_str {
		margin-bottom: 15px;
	}
	.list[data-list_type="currency_com_rates"] .currency_str{
		margin: -2px -11px 7px -10px;
	}
	.list_widget_wrap{
		width: 100%;
	}

}
@media (min-width: 1025px) {
	/* ===== 12. Hovers ===== */
	.header_rates_blk a:hover{
		color: #44a6de;
	}
	.main_nav ul#menu-header_main_menu li.active a, #scrolled_main_nav li.active a{
		color: #E7A320;
	}
	.single .scrolled_header:hover .article_progressbar{
		height: 25px;
		top: 80px;
	}
	.single .scrolled_header:hover .article_progressbar p{
		display: block;
	}
	.main_nav ul#menu-header_main_menu li:hover a, .lang_switch:hover, .hidden_items_wrap li:hover a, #scrolled_main_nav li:hover a, .footer_social_blk a:hover, .footer_terms_links a:hover{
		color: #F6AF25;
	}
	.main_nav_right .search_btn:hover{
		background-image: url(img/mob_header_show_search_a.svg);
	}
	.toggle_services_bar:hover{
		background-image: url(img/header_service_btn_h.svg);
	}
	.tags_nav li:hover a, .load_more_btn:hover, .subscribe_blk form input[type="submit"]:hover, .terms_popup span.close:hover, .subs_lnk:hover:before, .single_page_currency_widget a span:hover, #rates_wrap .col:nth-child(7) span:hover, #rates_wrap .col:nth-child(7) a:hover, #custom_page_subscribe_form input[type="submit"]:hover, .poll_nav span:hover, .poll_nav input:hover{
		background-color: #F6AF25;
	}
	.tags_nav li:hover a{
		color: #17181F;
	}
	.footer_about a:hover{
		color: #0E0F14;
		border-color: #F6AF25;
		background-color: #F6AF25;
	}
	.scrolled_logo:hover:after{
		opacity: 1;
	}
	.scrolled_logo:hover img{
		opacity: 0;
	}
	.gototop:hover{
		/* background-color: #F6AF25; */
		box-shadow: 0 4px 10px rgba(23, 24, 31, 0.2), 0 4px 5px rgba(21, 26, 56, 0.5);
		opacity: .6 !important;
	}
	.cell.has_recent:hover, .cell.has_trending:hover, .cell.has_pinned:hover{
		border-color: #fff;
	}
	.post_item:hover, .sp_item:hover, .post_item:active, .sp_item:active{
		box-shadow: 0px 4px 10px rgba(65, 84, 219, 0.1), 0px 4px 5px rgba(61, 71, 143, 0.3);
	}
	.post_item:hover .item_share_blk, .sp_item:hover .item_share_blk{
		opacity: 1;
	}
	.post_item:hover .text_blk p, .post_item:hover .text_blk span{
		color: #474A60 !important;
	}
	.list a:hover span, .list a:hover, .list span:hover, .similar_posts_right a:hover, .similar_posts_right span:hover{
		color: #606481;
	}
	[data-post_type="1"] .post_item:hover .text_blk p{
		color: #fff !important;
	}
	[data-post_type="1"] .post_item:hover:after{
		background: linear-gradient(360deg, rgba(0, 13, 105, 0.73) 38.77%, rgba(0, 32, 255, 0) 100%);
	}
	.post_content p a:not(.timeline_tooltip):hover, .terms_popup p a:hover, .rates_btns a:hover, .post_content li a:hover, .post_source a:hover{
		background-size: 100% 1px;
		color: #37CEFF;
	}
	main[data-404="404"] .col a:hover{
		color: #37CEFF;
	}
	.list:not(.rates):not(.sp_list):hover{
		overflow: auto;
	}
	.list_title:hover, .content_switchers label:hover{
		opacity: .8 !important;
	}
	.similar_posts_bottom .arrow_left:hover{
		box-shadow: 0px -4px 5px rgba(21, 26, 56, 0.3), 0px -4px 10px rgba(23, 24, 31, 0.1);
		background: #FFFFFF;
	}
	.similar_posts_bottom .arrow_right:hover{
		box-shadow: 0px 4px 5px rgba(21, 26, 56, 0.3), 0px 4px 10px rgba(23, 24, 31, 0.1);
		background: #FFFFFF;
	}
	.similar_posts_bottom .arrow_left:active, .similar_posts_bottom .arrow_right:active{
		background: linear-gradient(270deg, #D0D5F8 0%, #F6F7FF 100%);
	}
	/* .main_nav .main_logo:hover:before{ */
		/* opacity: 0; */
	/* } */
	.main_nav .main_logo:hover:after{
		opacity: 1;
	}
	.share_items_wrap span[data-share_to="copy_link"]:hover{
		width: 16px;
		background: url(img/lnk_share_ico_h_y.svg) no-repeat center;
	}
	.share_items_wrap span[data-share_to="telegram"]:hover{
		width: 18px;
		background: url(img/tg_share_ico_h_y.svg) no-repeat center;
	}
	.share_items_wrap span[data-share_to="facebook_messenger"]:hover{
		width: 16px;
		background: url(img/fbm_share_ico_h_y.svg) no-repeat center;
	}
	.share_items_wrap span[data-share_to="vk"]:hover{
		width: 22px;
		background: url(img/vk_share_ico_h_y.svg) no-repeat center;
	}
	.share_items_wrap span[data-share_to="linkedin"]:hover{
		width: 16px;
		background: url(img/in_share_ico_h_y.svg) no-repeat center;
	}
	.share_items_wrap span[data-share_to="twitter"]:hover{
		width: 18px;
		background: url(img/tw_share_ico_h_y.svg) no-repeat center;
	}
	.share_items_wrap span[data-share_to="facebook"]:hover{
		width: 8px;
		background: url(img/fb_share_ico_h_y.svg) no-repeat center;
	}
	.share_blk span[data-share_to="facebook"]:hover{
		background: url(img/fb_share_ico_h_c.svg) no-repeat center;
	}
	.share_blk span[data-share_to="twitter"]:hover{
		background: url(img/tw_share_ico_h_c.svg) no-repeat center;
	}
	.share_blk span[data-share_to="linkedin"]:hover{
		background: url(img/in_share_ico_h_c.svg) no-repeat center;
	}
	.share_blk span[data-share_to="vk"]:hover{
		background: url(img/vk_share_ico_h_c.svg) no-repeat center;
	}
	.share_blk span[data-share_to="facebook_messenger"]:hover{
		background: url(img/fbm_share_ico_h_c.svg) no-repeat center;
	}
	.share_blk span[data-share_to="telegram"]:hover{
		background: url(img/tg_share_ico_h_c.svg) no-repeat center;
	}
	.share_blk span[data-share_to="copy_link"]{
		background: url(img/share/cl.svg) no-repeat center;
	}
	.close_article:hover{
		background-image: url(img/close_article_h.svg);
	}
	.footer_terms .footer_logo_blk img:hover{
		filter: brightness(1) invert(0);
	}
	.single_card:hover{
		box-shadow: 0px 4px 10px rgba(23, 24, 31, 0.1), 0px 4px 5px rgba(21, 26, 56, 0.3);
	}
	.single_card:hover .card_counter{
		background-color: #65687D;
		color: #fff;
	}
	.youtube_widget .yt_widget_playlist .sp_list_item:hover .sp_list_image:after{
		opacity: 0;
	}
	.youtube_widget .yt_widget_playlist .sp_list_item:hover span{
		color: #606481;
	}
	.body_row:hover{
		box-shadow: 0px 4px 10px rgba(23, 24, 31, 0.1), 0px 4px 5px rgba(21, 26, 56, 0.3);
	}
	.stats_buttons a:hover{
		background-color: #E7A320;
		border-color: #E7A320;
	}
	.stats_buttons a:hover img{
		filter: brightness(0);
	}
	.main_nav .search_form.toggle button[type="submit"]:hover{
		background-image: url(img/mob_header_show_search_a.svg);
	}
	.main_nav .search_form.toggle button[type="submit"]:hover:before{
		color: #e39d16;
	}
	.show_hidden_items:hover{
		background-image: url(img/three_dots_y.svg);
	}
	.has_zoom:hover:after{
		display: block;
	}
	input[name="custom_page_subscribe"]:hover + label:before{
		border-color: #36B80B;
	}
	.custom_poll input[type="radio"]:not(:checked) + label:hover, .custom_poll input[type="checkbox"]:not(:checked) + label:hover{
		background: #D3DAE2;
	}
	.single_vote_buttons div.upvote:not(.active):hover:after{
		filter: invert(79%) sepia(56%) saturate(648%) hue-rotate(32deg) brightness(105%) contrast(93%);
	}
	.single_vote_buttons div.downvote:not(.active):hover:after{
		filter: invert(47%) sepia(59%) saturate(609%) hue-rotate(308deg) brightness(104%) contrast(101%);
	}
	.q_vars p:not(.correct):not(.incorrect):hover{
		background: #D3DAE2;
	}
	.page-id-120791 .share_blk span[data-share_to="facebook"]:hover{
		background: url(https://forklog.com/wp-content/themes/forklogv2/img/share/fb.svg) no-repeat center #1c0c3c;
		border-color: #1c0c3c;
	}
	.page-id-120791 .share_blk span[data-share_to="twitter"]:hover{
		background: url(https://forklog.com/wp-content/themes/forklogv2/img/share/tw.svg) no-repeat center #1c0c3c;
		border-color: #1c0c3c;
	}
	.page-id-120791 .share_blk span[data-share_to="linkedin"]:hover{
		background: url(https://forklog.com/wp-content/themes/forklogv2/img/share/in.svg) no-repeat center #1c0c3c;
		border-color: #1c0c3c;
	}
	.page-id-120791 .share_blk span[data-share_to="vk"]:hover{
		background: url(https://forklog.com/wp-content/themes/forklogv2/img/share/vk.svg) no-repeat center #1c0c3c;
		border-color: #1c0c3c;
	}
	.page-id-120791 .share_blk span[data-share_to="facebook_messenger"]:hover{
		background: url(https://forklog.com/wp-content/themes/forklogv2/img/share/fbm.svg) no-repeat center #1c0c3c;
		border-color: #1c0c3c;
	}
	.page-id-120791 .share_blk span[data-share_to="telegram"]:hover{
		background: url(https://forklog.com/wp-content/themes/forklogv2/img/share/tg.svg) no-repeat center #1c0c3c;
		border-color: #1c0c3c;
	}
	.quiz_wrap .q_btn_next:not(.disabled):not(.restart):hover{
		background-color: #F6AF25;
	}
	.defi_single_widget .defi_widget_row.token_row a:hover, .defi_single_widget .apy a:hover{
		background: linear-gradient(180deg, #93BEFE 0%, #5498FD 100%);
	}
	.scrolled_header:hover{
		height: 80px;
	}
	.scrolled_header:hover .tags_nav{
		opacity: 1;
	}
	.single .scrolled_header:hover{
		height: 105px;
	}
	.digests_page_blk:hover{
		box-shadow: 0px 4px 5px rgba(61, 71, 143, 0.3), 0px 4px 10px rgba(65, 84, 219, 0.1);
	}
	.rates_page_top_links a:hover{
		background: #FFAF16;
		box-shadow: 0px 0px 0px rgba(61, 71, 143, 0.2), 0px 0px 0px rgba(61, 71, 143, 0.15);
	}
	.rates_page_top_links a.rates_page_defi_link:hover span{
		background: #fff;
	}
	.rates_list_buttons span:hover, .widget_list_buttons span:hover{
		background: #F0F4FF;
	}
	.list[data-list_type="currency_com_rates"] .currency_str:hover{
		background: linear-gradient(270deg, #F0F5FF 0%, #FBFCFF 100.55%);
	}
	[data-list_type="currency_com_rates"] .currency_str a:hover{
		background-color: rgba(255, 181, 37, 1);
	}
	.has_list .list_title:hover, .youtube_widget .yt_widget_playlist .list_title:hover{
		opacity: 1 !important;
		background: linear-gradient(270deg, #F0F5FF 0%, #FBFCFF 100.55%);
	}
	.has_list[data-list_type="hub_news"] p:hover, .has_list[data-list_type="week_top"] p:hover{
		background: linear-gradient(270deg, #F0F5FF 0%, #FBFCFF 100.55%);
	}
	.hub_widget_cat:hover, .hub_widget_author:hover, .vacancy_location:hover, .vacancy_employment_type_office:hover, .vacancy_employment_type_remote:hover, .vacancy_employment_time_full:hover, .vacancy_employment_time_part:hover, .weektop_widget_author:hover, .weektop_widget_views:hover{
		background-color: #FFFFFF;
		border-color: transparent;
		box-shadow: 0px 0px 2px rgba(61, 71, 143, 0.2), 0px 2px 4px rgba(61, 71, 143, 0.15);
	}
}