@import url(/wp-content/themes/forklogv2/fonts/inter/inter.css);
html {
    font-family: Inter, sans-serif 
}
@supports(font-variation-settings:normal) {
    html {
        font-family: 'Inter var', sans-serif 
    }
}
body, html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    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);
    padding-top: 64px;
}
.main_grid{
    display: grid;
    grid-template-columns: minmax(300px, 1fr) 350px 795px minmax(0, 1fr);
    background-color: #fff;
    /*grid-template-columns: minmax(244px, 1fr) 795px 350px minmax(0, 1fr);*/
}
.general_grid{
    display: grid;
    grid-template-columns: minmax(300px, 1fr) 795px 350px minmax(0, 1fr);
    background-color: #fff;
    /*grid-template-columns: minmax(244px, 1fr) 795px 350px minmax(0, 1fr);*/
}
.single_grid{
    display: grid;
    grid-template-columns: minmax(300px, 1fr) 795px minmax(0, 1fr) 350px;
    background-color: #fff;
}
.rates_grid{
    display: grid;
    grid-template-columns: minmax(300px, 1fr) 1145px minmax(0, 1fr);
    background-color: #fff;
}
/*header.main_grid{
    grid-template-columns: minmax(300px, 700px) 350px minmax(795px, 1fr) 0;
}*/
/*.main_grid .grid_column:nth-child(1), .general_grid .grid_column:nth-child(1){
    background-color: #00597427;
}
.main_grid .grid_column:nth-child(2), .general_grid .grid_column:nth-child(2){
    background-color: #17740027;
}
.main_grid .grid_column:nth-child(3), .general_grid .grid_column:nth-child(3){
    background-color: #e6711127;
}
.main_grid .grid_column:nth-child(4), .general_grid .grid_column:nth-child(4){
    background-color: #9ee42d27;
}*/
.main_grid.white .grid_column, .general_grid.white .grid_column{
    background-color: #fff;
}
.grid_column{
    position: relative;
}
#toggle_grid_color{
    appearance: auto;
}
header{
    height: 64px;
    z-index: 5 !important;
}
.inner {
    width: 1200px;
    margin: 0 auto;
    display: block 
}
.grid_column .inner{
    width: 100% !important;
}
h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: normal;
    letter-spacing: .02em;
    color: #474a60 
}
.archive h1{
    font-size: 32px;
    line-height: normal;
}
body {
    /*background: #f5f8ff */
    background: #fff;
}
.gototop {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 58px;
    height: 58px;
    background: url(/wp-content/themes/forklogv2/img/gototop_new.svg) no-repeat center #fff;
    box-shadow: 0px 4px 8px rgba(26, 26, 26, 0.2);
    border-radius: 8px;
    margin-top: 0;
    cursor: pointer;
    opacity: 0;
    transition: opacity .2s ease-in-out, box-shadow .2s ease-in-out;
    z-index: 7;
    display: none 
}
.posts_wrap {
    margin-top: 24px;
}
.post_item{
    display: block;
    height: 200px;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #DEE2EB;
    margin-bottom: 16px;
    position: relative;
}
.post_item>a{
    text-decoration: none;
    display: block;
    height: 100%;
}
.post_item .image_blk {
    display: inline-block;
    vertical-align: top;
    width: 250px;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 3;
}
.main_grid .post_item .image_blk{
    position: absolute;
    right: 0;
    top: 0;
}
.post_item .image_blk img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.post_item .text_blk {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 290px);
    height: 100%;
    margin-left: 30px;
}
.general_grid .post_item .text_blk{
    margin-left: 12px;
}
.main_grid .post_item .text_blk{
    margin-left: 20px;
}
.post_item .text_blk p {
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    color: #17181f;
    margin: 20px 0 15px 0;
}
.post_item .text_blk span {
    letter-spacing: .02em;
    color: #17181f;
    font-size: 14px;
    line-height: 130%;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.post_item .post_meta {
    position: absolute;
    right: 22px;
    left: 22px;
    bottom: 16px;
    z-index: 3;
    font-size: 12px;
    line-height: 14px;
    text-align: right;
    letter-spacing: .03em;
    color: #474a60;
}
.post_item .post_meta .post_cat, .post_item .post_meta .trending_cat {
    float: left;
    color: #474a60;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: 257px;
}
.main_grid .post_item .post_meta .post_cat{
    margin-left: -4px;
}
.post_item .post_meta .author_lnk {
    color: #474a60;
    text-decoration: none;
    margin-right: 10px;
}
[data-no_image="1"] .post_item .image_blk{
    display: none;
}
[data-no_image="1"] .post_item .text_blk {
    margin-left: 16px;
    width: calc(100% - 32px);
}
[data-no_image="1"] .post_item .post_meta{
    left: 16px;
}
[data-no_image="1"] .post_item .post_meta .post_cat, [data-no_image="1"] .post_item .post_meta .trending_cat{
    margin-left: 0;
}
.has_hub_media{
    overflow: hidden;
}
.has_hub_media .text_blk{
    position: absolute;
    top: 0;
    background: #fff;
    height: auto;
    padding: 0 20px;
    margin: 0 !important;
}
.has_hub_media .text_blk p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 50px;
}
.has_hub_media .text_blk .post_excerpt{
    display: none;
}
.archive .post_media_iframe_list{
    padding-top: 20px;
}
.hub_post_media iframe, .post_media_iframe_list iframe{
    margin: 20px 0 0 -161px;
    width: calc(100% - 88px);
}
.home [data-no_image="1"] .has_hub_media iframe{
    width: calc(100% + 164px);
}
.home [data-no_image="1"] .post_item.has_hub_media .post_meta .post_cat{
    margin-left: 0;
}
.cell_has_media[data-no_image="1"] .post_media_iframe_list iframe{
    width: calc(100% + 162px);
}
.post_media_iframe_list iframe{
    margin-top: 0;
}
.has_hub_media .post_meta{
    background: #fff;
    z-index: 2;
    left: 0;
    padding-top: 20px;
    bottom: 0;
    padding-bottom: 16px;
}
.main_grid .post_item.has_hub_media .post_meta .post_cat{
    margin-left: 21px;
}
.has_hub_media:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    width: 10px;
}
.main_grid .post_meta .post_date {
    margin-right: 250px;
}
[data-no_image="1"] .post_item .post_meta .post_date{
    margin-right: 0;
}
.single_widget{
    padding: 17px 0;
}
.single_widget:first-child{
    padding-top: 16px;
}
.single_widget .widget_heading{
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #151944;
    padding: 12px 0;
    margin: 0;
    border-bottom: 2px solid #151944;
}
.single_widget .widget_item{
    display: block;
    padding: 16px 0 8px 0;
    height: 111px;
    border-bottom: 1px solid #DEE2EB;
    box-sizing: border-box;
    position: relative;
}
.single_widget .widget_item a{
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    color: #17181F;
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.single_widget .widget_item .widget_item_cat{
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #3D3F45;
    position: absolute;
    left: 0;
    bottom: 8px;
}
.single_widget .widget_item .widget_item_date{
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.03em;
    color: #474A60;
    position: absolute;
    right: 0;
    bottom: 8px;
}
.single_widget .widget_btn{
    font-weight: 700;
    font-size: 12px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #17181F;
    display: block;
    padding: 15px 0;
    border: 1px solid #DEE2EB;
    border-radius: 8px;
    text-decoration: none;
    margin-top: 16px;
}
.mob_rates_blk {
    display: none;
    border: 1px solid #dee2eb;
    width: calc(100% - 26px);
    margin: 13px auto 0 auto;
    background: #fff;
    height: 32px;
    position: relative;
}
.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: calc(100% - 20px);
    padding: 0 10px;
    margin: 5px 0;
    text-align: center;
}
.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: auto;
    vertical-align: middle !important;
}

.mob_rates_blk .currency_str .currency_name_blk{
    vertical-align: middle;
    width: auto;
    margin: 0;
}
.mob_rates_blk .currency_str .currency_prices span:first-child{
    display: inline-block;
}
.mob_scrolled_rates_blk {
    position: fixed;
    left: 0;
    top: 54px;
    right: 0;
    height: 32px;
    background: #fff;
    z-index: 9;
    border: 1px solid #DEE2EB;
}
.mob_scrolled_rates_blk.v {
    top: 54px 
}
.mob_scrolled_rates_blk .currency_str .currency_wrap {
    width: 100%;
    text-align: center !important;
}
.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 !important;
    letter-spacing: .03em !important;
    color: #474A60 !important;
    font-weight: 400 !important ;
    display: inline-block !important;
    vertical-align: middle;
    margin-bottom: 0 !important;
}
.mob_scrolled_rates_blk .currency_str:first-child .currency_wrap {
    float: right;
    border-right: 1px solid #dee2eb;
}
.mob_scrolled_rates_blk .currency_str .currency_prices {
    width: auto;
    margin-left: 5px;
    vertical-align: middle;
}
.mob_scrolled_rates_blk .currency_str .currency_prices span {
    font-size: 16px !important;
    line-height: 30px !important;
    letter-spacing: .03em !important;
    color: #dcdff0;
    font-weight: 400 !important;
    margin-bottom: 0 !important;
}
.mob_scrolled_rates_blk .currency_str .currency_prices span.up {
    /*color: #404DC9*/
    color: #0D9624
}
.mob_scrolled_rates_blk .currency_str .currency_prices span.down {
    /*color: #DDA641*/
    color: #B71A15
}
.mob_scrolled_rates_blk .currency_str .currency_prices span.down:before, .mob_scrolled_rates_blk .currency_str .currency_prices span.up:before {
    display: none 
}
.mob_scrolled_rates_blk .currency_str:first-child .currency_wrap {
    text-align: center;
}
/*@media(max-width:1500px) {
    .gototop {
        width: 34px 
    }
}*/

.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: baseline;
    width: 133px 
}
.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: .02em;
    color: #17181f;
    display: block;
    margin-bottom: 7px 
}
.currency_str .currency_name_blk span:last-child {
    font-size: 12px;
    line-height: 100%;
    letter-spacing: .02em;
    color: #17181f 
}
.currency_str .currency_prices {
    display: inline-block;
    vertical-align: baseline;
    width: 210px;
    text-align: right 
}
.currency_str .currency_prices span:first-child {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: .02em;
    color: #17181f;
    display: block;
    margin-bottom: 7px 
}
.currency_str .currency_prices span:last-child {
    font-size: 12px;
    line-height: 100%;
    letter-spacing: .02em;
    color: #17181f;
}
.currency_str .currency_prices span.down:after {
    content: "▼";
    /*color: #DDA641;*/
    color: #B71A15;
    /*color: #b1525a;*/
    font-size: 10px;
    margin-right: 3px;
    display: inline-block;
    vertical-align: top
}
.currency_str .currency_prices span.up:after {
    content: "▲";
    /*color: #404DC9;*/
    color: #0D9624;
    /*color: #77c90e;*/
    font-size: 10px;
    margin-right: 3px;
    display: inline-block;
    vertical-align: top
}

.category_single_aside {
    position: sticky;
    float: right;
    top: 89px;
    right: 0;
    width: 298px 
}
.category_single_aside.wide {
    width: calc(100% - 20px);
    margin-left: 20px;
}
.single_grid .category_single_aside.wide{
    margin-right: 20px;
}
[data-article_type="4"] .new_similar, [data-article_type="3"] .new_similar, [data-article_type="2"] .category_single_aside.wide {
    display: none !important 
}
.aside_subscribe_blk {
    border: 1px solid #dee2eb;
    width: calc(100% - 42px);
    background: #fff;
    padding: 20px 20px 60px 20px 
}
.aside_subscribe_blk p {
    font-weight: 700;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: .02em;
    color: #17181f;
    margin-top: 0;
    margin-bottom: 20px 
}
.aside_subscribe_blk input[type=email] {
    background: #fff;
    border: 1px solid #dee2eb;
    border-radius: 34px;
    height: 42px;
    padding: 0 20px;
    width: calc(100% - 40px);
    font-size: 18px;
    outline: none;
}
.aside_subscribe_blk label {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .02em;
    color: #17181f;
    padding-left: 65px;
    position: relative;
    display: none !important;
}
.aside_subscribe_blk label::before {
    content: "";
    background: #eceef2;
    border: 1px solid #eceef2;
    border-radius: 34px;
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 22px 
}
.aside_subscribe_blk label:after {
    content: "";
    background: #65687d;
    border-radius: 16px;
    position: absolute;
    left: 4px;
    top: 4px;
    width: 16px;
    height: 16px 
}
.aside_subscribe_blk input:checked+label::before {
    background: #f6af25 
}
.aside_subscribe_blk input:checked+label::after {
    background: linear-gradient(180deg, #28478f 0, #1a3471 100%);
    left: 31px 
}
.aside_subscribe_blk input[type=submit] {
    background: #fff;
    border: 1px solid #dee2eb;
    border-width: 1px 0 0 1px;
    border-radius: 8px 0 0 0;
    position: absolute;
    bottom: 1px;
    right: 1px;
    width: 148px;
    height: 50px;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #17181f;
    cursor: pointer;
    font-family: Inter 
}
.post_content .aside_subscribe_blk label {
    display: inline-block;
    margin-top: 30px 
}
.insidepost {
    width: calc(100% - 62px);
    padding: 30px;
    display: block;
}
.insidepost form {
    position: relative;
}
.insidepost input[type=email]{
    background: #FFFFFF;
    border: 1px solid #DEE2EB;
    border-radius: 8px;
    height: 48px;
}
.insidepost input[type=submit] {
    bottom: auto;
    top: 0;
    background: #fff;
    border: 2px solid #151944;
    border-radius: 8px;
    height: 49px;
    right: -1px;
    width: 218px;
    font-weight: 700;
    font-size: 18px;
    text-transform: none;
    color: #181544;
}
.insidepost label {
    font-size: 14px;
    line-height: 20px;
    padding-left: 35px;
    margin-right: 30px;
}
.insidepost label::before, .mob_nav_popup .aside_subscribe_blk label::before {
    width: 18px;
    height: 18px;
    border: 1px solid #17181F;
    background: #fff !important;
}
.insidepost label::after, .mob_nav_popup .aside_subscribe_blk label::after{
    display: none;
}
.insidepost input:checked + label::after, .mob_nav_popup .aside_subscribe_blk input:checked + label::after {
    content: "";
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    height: 18px;
    width: 18px;
    display: block;
    border-radius: 100%;
    background: #0E0F14;
    z-index: 2;
}
[data-article_type="4"] .insidepost {
    display: none;
}
.single_card+.insidepost {
    margin-bottom: 30px;
}
.cryptorium_single_page_meta_blk {
    position: absolute;
    left: 20px;
    bottom: 20px 
}
.cryptorium_single_page_meta_blk span {
    background: #fff;
    border: 1px solid #eceef2;
    border-radius: 5px;
    line-height: 21px;
    display: inline-block;
    margin: 10px 10px 0 0;
    font-weight: 600;
    font-size: 10px;
    letter-spacing: .02em;
    color: #474a60;
    padding: 0 10px 
}
p.year_divider {
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 12px;
    line-height: 34px;
    letter-spacing: .02em;
    color: #17181f;
    margin: 0 0 10px 20px;
    position: relative 
}
p.year_divider:before {
    content: "";
    background: #fff;
    box-shadow: 0 0 2px rgba(61, 71, 143, .2), 0 2px 4px rgba(61, 71, 143, .15);
    border-radius: 24px;
    width: 69px;
    height: 22px;
    position: absolute;
    left: -20px;
    z-index: -1;
    top: 5px 
}
p.year_divider:after {
    content: "";
    background: #c2c7e0;
    border-radius: 24px;
    height: 1px;
    position: absolute;
    left: 0;
    right: 20px;
    z-index: -2;
    top: 16px 
}
.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 
}
.load_more_btn, .load_more_posts {
    width: 296px;
    height: 48px;
    background: transparent;
    border-radius: 40px;
    text-align: center;
    margin: 30px auto;
    font-weight: 700;
    font-size: 18px;
    line-height: 48px;
    border: 2px solid #151944;
    border-radius: 8px;
    color: #151944;
    cursor: pointer;
    display: none;
    transition: background-color .2s ease-in-out;
    position: relative 
}
.load_more_btn{
    margin: 15px 0;
    box-sizing: border-box;
}
.general_grid .load_more_btn{
    margin: 15px auto;
}
.home .load_more_btn, .load_more_posts {
    display: block 
}
.item_share_blk {
    position: absolute;
    right: 0;
    top: 0;
    width: 29px;
    height: 29px;
    display: none;
    cursor: pointer;
    background: url(/wp-content/themes/forklogv2/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(/wp-content/themes/forklogv2/img/post_share_lnk_grey.svg) no-repeat center 
}
.share_items_wrap span[data-share_to=telegram] {
    width: 18px;
    background: url(/wp-content/themes/forklogv2/img/post_share_tg_grey.svg) no-repeat center 
}
.share_items_wrap span[data-share_to=facebook_messenger] {
    width: 16px;
    background: url(/wp-content/themes/forklogv2/img/post_share_fbm_grey.svg) no-repeat center 
}
.share_items_wrap span[data-share_to=vk] {
    width: 22px;
    background: url(/wp-content/themes/forklogv2/img/post_share_vk_grey.svg) no-repeat center 
}
.share_items_wrap span[data-share_to=linkedin] {
    width: 16px;
    background: url(/wp-content/themes/forklogv2/img/post_share_in_grey.svg) no-repeat center 
}
.share_items_wrap span[data-share_to=twitter] {
    width: 18px;
    background: url(/wp-content/themes/forklogv2/img/post_share_tw_grey.svg) no-repeat center 
}
.share_items_wrap span[data-share_to=facebook] {
    width: 8px;
    background: url(/wp-content/themes/forklogv2/img/post_share_fb_grey.svg) no-repeat center 
}
.content_switchers {
    display: none;
    text-align: right 
}
.category-cards .content_switchers, .category-cryptorium .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: .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: #404DC9 
}
.main_page_filters {
    margin-bottom: -8px;
    margin-top: 17px;
    text-align: right 
}
.main_page_filters input {
    display: none 
}
.postid-194362 .wp-block-image+.review_single_blk, .postid-222762 .wp-block-image+.review_single_blk {
    margin-top: -12px 
}
.top_tags_filters{
    position: absolute;
    right: 16px;
    top: 8px;
}
.main_page_filters>label, .top_tags_filters>label {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #474a60;
    padding-right: 50px;
    position: relative;
    cursor: pointer 
}
.main_page_filters>label:before, .top_tags_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, .top_tags_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, .top_tags_filters>input:checked+label:after {
    background: #f6af25;
    right: 3px 
}
.main_page_filters .content_switchers {
    display: none 
}
.main_page_filters.has_filters .content_switchers {
    display: block;
    float: left;
    margin-left: 88px 
}
.main_page_filters.has_filters .content_switchers label {
    margin-left: 0;
    margin-right: 15px 
}
.cell {
    transition: border-color .2s ease-in-out 
}
.home .category_page_grid .exclusive_cat .post_excerpt {
    display: none 
}
.main_page_grid .row_1 .cell.empty, .sp_grid .cell.empty {
    background: url(/wp-content/themes/forklogv2/img/row1cell_preload.svg) no-repeat center;
    background-size: 100% 
}
.main_page_grid .row_2 .cell.empty {
    background: url(/wp-content/themes/forklogv2/img/row2cell_preload.svg) no-repeat center;
    background-size: 100% 
}
.sp_grid .cell.empty:first-child {
    background: url('/wp-content/themes/forklogv2/img/rowspcell_preload.svg') no-repeat center;
    background-size: 100% 100% 
}
[data-device_type="2"] .post_content img {
    width: 100% 
}
[data-device_type="2"] .sp_grid .cell.empty {
    background: url('/wp-content/themes/forklogv2/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 
}
.list_company_name {
    display: block;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: .03em 
}
.single_post_views {
    display: none 
}
.logged-in .single_post_views {
    float: right;
    position: absolute;
    right: 0;
    bottom: 1px;
    display: block;
    padding-left: 24px;
    margin-left: 18px;
    background: url(/wp-content/themes/forklogv2/img/views_2.svg) no-repeat 3px center #fff;
    padding: 3px 3px 3px 27px;
}
.archive.logged-in .single_post_views, .search.logged-in .single_post_views{
    left: -18px;
    right: auto;
}
.boba_zone {
    width: 100%;
    height: 100% 
}
.single_brba img {
    width: 100%;
    height: 100% 
}
.has_trending .post_cat, .has_trending .hub_post_media {
    display: none !important;
}
.single_brba {
    height: 100% 
}
[data-device_type="2"] .has_brba {
    display: none !important 
}
#da1, #da2, #dc0, #dc3, #dc4, #dn1, #dn2, #dn3, #dn4, #ma2, [data-beeba_id="da1"], [data-beeba_id="da2"], [data-beeba_id="dc0"], [data-beeba_id="dc3"], [data-beeba_id="dc4"], [data-beeba_id="dn1"], [data-beeba_id="dn2"], [data-beeba_id="dn3"], [data-beeba_id="dn4"], [data-beeba_id="ma2"] {
    margin-bottom: 20px 
}
#dn2 [data-html="1"] {
    height: 85px 
}
[data-device_type="1"] .boba_zone {
    margin-bottom: 0 !important 
}

.category-cards #mc1, .category-cards #mc2, .category-cards #mc3, .category-cards #mc4, .sp_page #mc1, .sp_page #mc2, .sp_page #mc3, .sp_page #mc4, .category-cards [data-beeba_id="mc1"], .category-cards [data-beeba_id="mc2"], .category-cards [data-beeba_id="mc3"], .category-cards [data-beeba_id="mc4"], .sp_page [data-beeba_id="mc1"], .sp_page [data-beeba_id="mc2"], .sp_page [data-beeba_id="mc3"], .sp_page [data-beeba_id="mc4"] {
    margin: 0 0 15px 0 
}
.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/hubv2/img/ch_logo.svg) no-repeat 22px 12px #fff;
    background-size: 170px auto;
    border: 1px solid #dee2eb !important;
    padding-bottom: 0 
}
.has_list[data-list_type=week_top] {
    background: #fff 
}
.has_list[data-list_type=hub_news] .list, .has_list[data-list_type=week_top] .list {
    padding-top: 0;
    padding-right: 5px;
    height: 100% 
}
.vacancies_salary {
    display: block;
    font-weight: 700;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: .02em;
    color: #4685d1;
    margin-top: 10px 
}
.hub_widget_author, .hub_widget_cat, .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 
}
.hub_widget_author img, .hub_widget_cat img {
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px 
}
.list_widget_wrap {
    width: 356px 
}
.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_time_full, .vacancy_employment_time_part, .vacancy_employment_type_office, .vacancy_employment_type_remote {
    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: .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: .03em;
    color: #17181f;
    margin-top: 6px;
    font-weight: 300;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden 
}
#da0, #dc0, #dm0 {
    position: relative;
    overflow: hidden;
    background: #fff 
}
#da0 a, #dc0 a, #dm0 a {
    width: 100%;
    height: 100%;
    position: relative;
    display: block 
}
.has_list[data-list_type=rates] {
    border: 1px solid #dee2eb !important;
    box-sizing: border-box;
	margin: 0 !important;
}
.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: .02em;
    text-transform: uppercase;
    color: #303138;
    vertical-align: top;
    border: 1px solid #dee2eb;
    box-sizing: border-box;
    border-radius: 0 0 8px 0;
    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 
}
.rates_list_buttons span.active, .widget_list_buttons span.active {
    background: #f0f4ff 
}
/*.inner_wrap {
    width: 780px 
}
.category-news .inner_wrap, .category-exclusive .inner_wrap{
    width: 795px;
}*/
.bnnc_widget {
    background: #fff;
    border: 1px solid #dee2eb;
    border-radius: 3px;
    margin-bottom: 15px;
    padding-bottom: 60px;
    width: 300px;
    position: sticky;
    float: right;
    top: 60px;
    right: 0 
}
.bnnc_w_wrap {
    top: 60px;
    right: 0;
    float: right;
    position: sticky 
}
[data-article_type="4"] .bnnc_widget {
    position: relative;
    float: none;
    top: auto;
    right: auto;
    margin-left: auto 
}
.bnnc_widget+.similar_posts_right {
    top: auto;
    position: relative 
}
.bnnc_widget+.similar_posts_right a {
    margin-right: 0 
}
.new_similar a {
    padding-left: 85px;
    margin: 0 10px 14px 10px;
    font-weight: 600;
    font-size: 13px;
    min-height: 68px;
    line-height: 120% 
}
.new_similar img {
    position: absolute;
    width: 85px;
    left: 10px 
}
.card_difficulty:empty, .cryptorium_single_page_meta_blk span:empty {
    display: none 
}
.na {
    opacity: .8 
}
.similar_posts_right .bnnc_widget {
    position: relative;
    margin-top: -20px 
}
.similar_posts_right .bnnc_widget a {
    margin: 0 
}
.bnnc_widget p {
    font-size: 10px;
    line-height: 150%;
    letter-spacing: .02em;
    color: #474a60;
    margin: 10px 
}
.oh {
    overflow: hidden;
    position: relative;
    height: 100% 
}
header {
    display: block;
    background: #FBFBFB;
    box-shadow: 0px 4px 4px rgba(61, 71, 143, 0.2), 0px 4px 8px rgba(65, 84, 219, 0.1);
    position: fixed;
    z-index: 1;
    height: 64px;
    width: 100%;
}
.capital{
    text-transform: capitalize;
}
.article_image_mob, .mob_bottom_nav, .mob_header, .mob_nav_popup {
    display: none 
}
.header_rates_blk {
    display: none;
    background: #303138;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25), 0 4px 4px rgba(0, 0, 0, .25);
    height: 22px;
    width: 100%;
    overflow: hidden;
    position: relative 
}
.header_rates_blk .rates_wrapper {
    width: 150%;
    height: 100% 
}
.header_rates_blk a, .header_rates_blk p {
    display: inline-block;
    vertical-align: top;
    line-height: 22px;
    font-size: 12px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #c6c9da;
    margin: 0 26px 0 0;
    padding: 0 
}
.header_rates_blk a {
    color: #f6af25;
    text-decoration: none;
    transition: color .2s ease-out;
    margin: 0 
}
.header_rates_blk .up {
    color: #9af625 
}
.header_rates_blk .down {
    color: #ff666f 
}
.left_aside_nav{
    position: sticky;
    width: 222px;
    top: 70px;
    padding-bottom: 20px;
    position: sticky;
    width: 222px;
    top: 70px;
    padding-bottom: 20px;
    max-height: calc(100vh - 80px);
    overflow-x: hidden;
    overflow-y: hidden;
    scrollbar-color: #65687d #e6ebf5;
    scrollbar-width: thin;
    margin-bottom: 38px;
}
.left_aside_nav:hover{
    overflow-y: auto;
}
.left_aside_nav::-webkit-scrollbar, .similar_posts_right.new_similar::-webkit-scrollbar{
    width: 2px 
}
.left_aside_nav::-webkit-scrollbar-track, .similar_posts_right.new_similar::-webkit-scrollbar-track{
    background: #e6ebf5 
}
.left_aside_nav::-webkit-scrollbar-thumb, .similar_posts_right.new_similar::-webkit-scrollbar-thumb{
    background: #65687d 
}
.left_aside_nav::-webkit-scrollbar-thumb:hover, .similar_posts_right.new_similar::-webkit-scrollbar-thumb:hover{
    background: #65687d 
}
.similar_posts_right{
    scrollbar-color: #65687d #e6ebf5;
    scrollbar-width: thin;
}
.left_aside_nav ul{
    list-style: none;
    padding-left: 22px;
}
.left_aside_nav ul li a{
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #151944;
    text-decoration: none;
    padding: 8px 0;
    display: block;
}
.left_aside_nav ul:last-of-type li{
    border: 1px solid #E7ECFC;
    border-radius: 8px;
    margin-bottom: 8px;
    background: #fff;
}
.left_aside_nav ul:last-of-type li a{
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    margin-left: 8px;
    text-transform: none;
}
.left_aside_nav hr{
    width: 200px;
    margin-left: 22px;
    margin-right: 22px;
    /* display: block; */
    background: #7F8FD1;
    color: #fff;
    border: none;
    height: 1px;
}
.baverlast{
    display: block;
}
.baverlast img{
    width: 100%;
}
.widgets_wrap{
    width: calc(100% - 20px);
    /*background-color: #9af62527;*/
    position: relative;
    top: 0;
    scrollbar-color: #65687d #e6ebf5;
    scrollbar-width: thin 
}
.general_grid .widgets_wrap{
    margin-left: 20px;
}
.widgets_wrap::-webkit-scrollbar, .postid-222410 .similar_posts_right::-webkit-scrollbar, .postid-247280 .similar_posts_right::-webkit-scrollbar, .postid-247828 .similar_posts_right::-webkit-scrollbar{
    width: 2px 
}
.widgets_wrap::-webkit-scrollbar-track, .postid-222410 .similar_posts_right::-webkit-scrollbar-track, .postid-247280 .similar_posts_right::-webkit-scrollbar-track, .postid-247828 .similar_posts_right::-webkit-scrollbar-track{
    background: #e6ebf5 
}
.widgets_wrap::-webkit-scrollbar-thumb, .postid-222410 .similar_posts_right::-webkit-scrollbar-thumb, .postid-247280 .similar_posts_right::-webkit-scrollbar-thumb, .postid-247828 .similar_posts_right::-webkit-scrollbar-thumb{
    background: #65687d 
}
.widgets_wrap::-webkit-scrollbar-thumb:hover, .postid-222410 .similar_posts_right::-webkit-scrollbar-thumb:hover, .postid-247280 .similar_posts_right::-webkit-scrollbar-thumb:hover, .postid-247828 .similar_posts_right::-webkit-scrollbar-thumb:hover{
    background: #65687d 
}
.widgets_wrap#ss{
    overflow: hidden;
}
.widgets_wrap#sb{
    width: 330px;
    position: fixed;
    bottom: 0;
    top: auto !important;
}
.widgets_wrap#ss:hover{
    overflow-y: scroll;
    overflow-x: hidden;
}
.widgets_wrap#r{
    position: relative;
    top: 0 !important;
}
.widgets_wrap#bp{
    position: absolute;
}
.cell.has_trending{
    height: 377px;
    margin-bottom: 16px;
}
.cell.has_trending .post_item{
    height: 100%;
}
.cell.has_trending .post_item a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 29px);
    left: 0;
    bottom: 0;
    z-index: 3;
    background: linear-gradient(360deg, rgba(7, 14, 65, 0.73) 11.17%, rgba(36, 28, 138, 0) 100%);
    transition: background .2s ease-in-out;
}
.cell.has_trending .post_item .image_blk{
    width: 100%;
    position: absolute;
}
.cell.has_trending .post_item .text_blk{
    position: absolute;
    width: calc(100% - 48px);
    margin-left: 24px;
    height: auto;
    z-index: 4;
    bottom: 72px;
}
.cell.has_trending .post_item .text_blk p{
    margin-bottom: 0;
    font-size: 24px;
    color: #fff;
}
.cell.has_trending .post_item .text_blk span{
    display: none;
    font-size: .7em;
}
.post_item .post_meta .trending_cat{
    color: #fff;
    margin-left: 5px;
}
[data-list_type="rates"]{
    position: relative;
    background: #fff;
    margin: 17px 0;
}
[data-swtich_to=currency_com_rates] {
    display: none !important;
}
.rates_list_buttons, .widget_list_buttons {
    position: absolute;
    top: 0;
    left: 0;
}
.list[data-list_type=defi_rates], .list[data-list_type=rates] {
    padding: 34px 0;
}
.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, .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: .02em;
    text-transform: uppercase;
    color: #303138;
    vertical-align: top;
    border: 1px solid #dee2eb;
    box-sizing: border-box;
    border-radius: 0 0 8px 0;
    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;
}
.bnnc_widget .bottom_link, .has_list .list_title, .youtube_widget .yt_widget_playlist .list_title {
    padding: 0 23px;
    left: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
    bottom: 0;
    text-align: center;
    border: 1px solid #dee2eb;
    background: #fff;
    box-sizing: border-box;
    border-width: 1px 0 0 0;
    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 .currency_str{
    margin: 0 10px 13px 10px;
}
.has_list .currency_str .currency_prices{
    width: 195px;
}
.has_list .currency_str .currency_name_blk{
    width: 110px;
}
.currencycom_widget_description {
    display: none;
}
.main_nav {
    display: block;
    height: 72px 
}
.main_logo {
    display: inline-block;
    vertical-align: top;
    margin-top: 12px;
    width: 150px;
    height: 40px;
    position: relative;
    margin-left: 22px;
}
.main_logo:before {
    content: "";
    position: absolute;
    width: 150px;
    height: 40px;
    top: 0;
    left: 0;
    background: url('/wp-content/themes/forklogv2/img/logo2025.svg') no-repeat top;
    /*background: url('/wp-content/themes/forklogv2/img/forklog_logo_dragon.svg') no-repeat top;*/
    background-size: 100% auto;
    opacity: 1;
    transition: opacity .2s ease-in-out 
}
.main_logo:after {
    content: "";
    position: absolute;
    width: 150px;
    height: 40px;
    top: 0;
    left: 0;
    background: url('/wp-content/themes/forklogv2/img/logo2025.svg') no-repeat top;
    /*background: url('/wp-content/themes/forklogv2/img/forklog_logo_dragon.svg') no-repeat top;*/
    background-size: 100% auto;
    opacity: 0;
    transition: opacity .2s ease-in-out 
}
.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 
}
.hidden_items_wrap li a, .main_nav ul#menu-header_main_menu li a {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: .03em;
    text-transform: uppercase;
    text-decoration: none;
    /*color: #fff;*/
    color: #151944;
    display: inline-block;
    vertical-align: top;
    transition: color .2s ease-in-out 
}
.header_toggle_subscribe_blk{
    font-size: 14px;
    box-sizing: border-box;
    height: 32px;
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #151944;
    border-radius: 8px;
    text-align: center;
    width: 127px;
    font-weight: 700;
    padding: 0;
    line-height: 32px;
    display: none !important;
}
.main_nav_right {
    float: right;
    height: 29px;
    margin: 15px 24px 0 0;
    position: absolute;
    right: 0;
}
.main_nav_right .search_btn {
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 34px;
    margin: -1px 0 0 0;
    background: url('/wp-content/themes/forklogv2/img/search_new.svg') no-repeat center;
    background-size: 23px 24px;
    padding: 0 20px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: background-image .2s ease-in-out 
}
.search_form {
    position: absolute;
    top: -3px;
    right: 249px;
    width: 0;
    overflow-x: hidden;
    height: 40px;
    opacity: 0;
    z-index: 3;
    /*transition: width .2s ease-in-out, opacity .2s ease-in-out */
}
.search_form.toggle {
    width: 390px;
    opacity: 1 
}
.search_form input[type=text] {
    width: 317px;
    height: 39px;
    padding: 0 63px 0 10px;
    border: none;
    border-width: 0 0 1px 1px;
    outline: 0;
    background: #F0F3FD;
    border-radius: 8px;
    color: #17181F 
}
.search_form label{
    display: none;
}
.search_form button[type=submit] {
    display: inline-block;
    vertical-align: middle;
    width: 137px;
    height: 29px;
    margin: 0;
    background: url('/wp-content/themes/forklogv2/img/mob_header_show_search.svg') no-repeat 109px center;
    background-size: 23px 24px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    /*transition: background-image .2s ease-in-out;*/
    border: 0;
    outline: 0;
    position: absolute;
    top: 5px;
    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: .03em;
    color: #65687d;
    display: none;
    transition: .2s ease-in-out 
}
.scrolled_header .search_form.toggle button[type=submit], .search_form.toggle button[type=submit] {
    background-image: url('/wp-content/themes/forklogv2/img/mob_header_show_search_g.svg') 
}
.search_form input[type=submit] {
    width: 53px;
    height: 29px;
    border: 0;
    outline: 0;
    background: url('/wp-content/themes/forklogv2/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 
}
.main_nav_right a.ua, .main_nav_right a.goto_hub {
    display: inline-block;
    vertical-align: middle;
    height: 34px;
    padding: 0 20px;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 0.03em;
    color: #474A60;
    position: relative;
    border-right: 1px solid #DEE2EB;
}
.main_nav_right a.goto_hub{
    border-left: 1px solid #DEE2EB;
}
.main_nav_right a.ua span {
    display: none;
    text-transform: uppercase;
    font-size: 12px;
    position: absolute;
    z-index: 2;
    width: 262px;
    padding: 8px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(61, 71, 143, 0.2), 0px 4px 8px rgba(65, 84, 219, 0.1);
    border-radius: 4px;
    left: -112px;
    top: 40px;
    line-height: 16px;
    color: #474A60 !important;
}
.tags_nav {
    padding-bottom: 10px 
}
.tags_nav .inner {
    position: relative;
    background: #F0F3FD;
}
.tags_nav .tags_wrap {
    height: 18px;
    overflow: hidden;
    /*padding: 0;*/
    padding: 8px 16px;
    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_left:before, .tags_nav .inner .arrow_right:before {
    content: "";
    width: 36px;
    height: 16px;
    background: url(/wp-content/themes/forklogv2/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;
    width: calc(100% - 240px) !important;
}
.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: .02em;
    text-transform: uppercase;
    padding: 2px 11px;
    border-radius: 4px;
    color: #0D1E4B;
    text-decoration: none;
    background: #fff !important;
    margin: 0 10px 0 0;
    transition: background .2s ease-in-out, color .2s ease-in-out 
}
.ath_brba{
    margin-top: 16px;
    display: none !important;
}
.ath_brba img{
    width: 100%;
}
.menu-item-159123 a {
    background: linear-gradient(180deg, #5c66a7 0, #343b69 100%) !important 
}
.menu-item-228214, .menu-item-238155{
    
}
.menu-item-238155{    
    border-top: 1px #7F8FD1 solid;
    padding-top: 16px;
    
    margin-top: 12px;
}

.yt_embed_wrap{
    width: 100%;
    aspect-ratio: 560 / 315;
    margin-top: 16px;
}
.yt_embed_wrap iframe{
    width: 100%;
    height: 100%;
}

.mob_header {
    display: block;
    height: 54px;
    background: #E3ECF9;
    background-size: cover;
    position: relative;
    /*text-align: center;*/
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 25;
    overflow: hidden 
}
.has_search_popup .mob_header{
    background: #0E0F14;
}
.has_search_popup .mob_header .mob_header_show_nav{
    background-image: url(/wp-content/themes/forklogv2/img/mob_header_show_nav_new_s.svg);
}
body[data-device_type="1"], body[data-device_type="2"] {
    padding-top: 40px 
}
.mob_header>a {
    line-height: 40px;
    display: inline-block;
    overflow: hidden;
    z-index: 9;
    margin-left: 13px;
    position: relative 
}
.mob_header>a>img {
    width: 128px;
}
.has_search_popup .mob_header>a>img{
    filter: brightness(0) invert(1);
}
.mob_header .mob_header_show_nav {
    position: absolute;
    cursor: pointer;
    width: 54px;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: url(/wp-content/themes/forklogv2/img/mob_header_show_nav_new3.svg) no-repeat center 
}
.mob_header .mob_header_show_nav.active {
    background: url(/wp-content/themes/forklogv2/img/mob_popup_close.svg) no-repeat center 
}
.mob_header .mob_header_show_search {
    position: absolute;
    cursor: pointer;
    width: 52px;
    top: 0;
    right: 53px;
    z-index: 9;
    bottom: 0;
    background: url(/wp-content/themes/forklogv2/img/mob_header_show_search_new.svg) no-repeat center 
}
.mob_header .mob_header_show_search.active {
    background: url(/wp-content/themes/forklogv2/img/mob_popup_close.svg) no-repeat center 
}
.mob_bottom_nav {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 43px;
    background: #17181f;
    z-index: 9;
    transition: bottom .2s ease-in-out 
}
.mob_bottom_nav.hidden {
    bottom: -73px 
}
.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(/wp-content/themes/forklogv2/img/mob_bottom_nav_switch.svg) no-repeat center #303138;
    cursor: pointer 
}
.mob_bottom_nav_switch.active {
    background: url(/wp-content/themes/forklogv2/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: .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(/wp-content/themes/forklogv2/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: 0;
    z-index: 999;
    background: #0e0f14;
    transition: right .3s ease-in-out 
}
.mob_search_popup {
    display: block;
    position: fixed;
    top: 54px;
    left: 0;
    width: 100%;
    height: 0;
    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: #fff;
    border-radius: 8px;
    border: 0;
    outline: 0;
    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;
    border-radius: 3px;
    border: 0;
    outline: 0;
    width: 100%;
    text-align: center;
    font-family: 'Inter var', sans-serif;
    font-size: 13px;
    color: #fff;
    letter-spacing: .02em;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
}
/*.mob_search_popup .mob_search_form input[type=submit][disabled] {
    background: #dee2eb;
    color: #c6c9da 
}*/
.mob_search_popup .close_area {
    width: 100%;
    height: 100% 
}
.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: 0;
    outline: 0;
    font-size: 16px 
}
.mob_nav_popup .mob_search_form input[type=submit] {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    border: 0;
    outline: 0;
    padding: 0;
    background: url('/wp-content/themes/forklogv2/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 24px 
}
#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: .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;
    text-align: center;
    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: 8px;
    line-height: 32px;
    display: block;
    font-size: 13px;
    letter-spacing: .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_popup_main_nav li.menu-item-228214{*/
#mob_popup_main_nav li.menu-item-238155{
    padding-top: 0;
    border-top: 1px #fff solid;
}
.mob_bottom_nav, .mob_header, .mob_nav_popup {
    display: none 
}
[data-device_type="2"] .mob_bottom_nav, [data-device_type="2"] .mob_header, [data-device_type="2"] .mob_nav_popup {
    display: block 
}
.mob_nav_popup.active .mob_header{
    background: #0E0F14;
}
.mob_header .toggle_services_bar {
    position: absolute;
    width: 16px;
    height: 100%;
    background: url(/wp-content/themes/forklogv2/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 {
    background: url(/wp-content/themes/forklogv2/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="2"] .gototop, [data-device_type="2"] .main_page_filters, [data-device_type="2"] .scrolled_header, [data-device_type="2"] header {
    display: none !important 
}

.show_hidden_items {
    position: absolute;
    width: 40px;
    height: 14px;
    right: 0;
    top: 0;
    cursor: pointer;
    background: url(/wp-content/themes/forklogv2/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(/wp-content/themes/forklogv2/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, .25), 0 4px 4px rgba(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: #fff;
    height: 50px;
    box-shadow: 0 3px 5px rgba(23, 24, 31, .1), 0 1px 2px rgba(21, 26, 56, .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(/wp-content/themes/forklogv2/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(/wp-content/themes/forklogv2/img/search_ico.svg) no-repeat right center #fff 
}
.scrolled_header .footer_social_blk.yt {
    background: url(/wp-content/themes/forklogv2/img/fsb_yt_ico_sh.svg) no-repeat 6px 4px #65687d 
}
.scrolled_header .footer_social_blk.tg {
    background: url(/wp-content/themes/forklogv2/img/fsb_tg_ico_sh.svg) no-repeat 5px 6px #65687d;
    left: 38px 
}
.scrolled_header .footer_social_blk.vk {
    background: url(/wp-content/themes/forklogv2/img/fsb_vk_ico_sh.svg) no-repeat 5px 9px #65687d;
    left: 76px 
}
.scrolled_header .footer_social_blk.fb {
    background: url(/wp-content/themes/forklogv2/img/fsb_fb_ico_sh.svg) no-repeat 10px 6px #65687d;
    left: 114px 
}
.scrolled_header .footer_social_blk.tw {
    background: url(/wp-content/themes/forklogv2/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: #fff;
    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: .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, .25), 0 4px 4px rgba(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(/wp-content/themes/forklogv2/img/mob_header_show_search_g.svg) 
}
.header_rates_widget {
    display: inline-block;
    height: 18px;
    margin-top: 23px;
}
.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: .03em;
    font-weight: 400;
    /*color: #dcdff0 */
    color: #474A60 
}
.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 */
    /*color: #404DC9*/
    color: #0D9624
}
.header_rates_widget .currency_str .currency_prices span.down {
    /*color: #DDA641*/
    color: #B71A15
    /*color: #ff666f */
}
.scrolled_header .header_rates_widget .currency_str .currency_prices span.up {
    /*color: #5da700 */
    /*color: #404DC9*/
    color: #0D9624
}
.scrolled_header .header_rates_widget .currency_str .currency_prices span.down {
    /*color: #DDA641*/
    color: #B71A15
    /*color: #ff666f */
}
/*.header_rates_widget .currency_str .currency_prices span.down:before, .header_rates_widget .currency_str .currency_prices span.up:before {
    display: none 
}*/
.article_progressbar {
    display: none 
}
.single .article_progressbar {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    height: 5px;
    box-shadow: 0 3px 5px rgba(23, 24, 31, .1), 0 1px 2px rgba(21, 26, 56, .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: .1em;
    text-transform: uppercase;
    color: #17181f 
}
.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: .1em;
    text-transform: uppercase;
    color: #fff 
}
.close_article {
    position: absolute;
    width: 13px;
    height: 13px;
    background: url(/wp-content/themes/forklogv2/img/close_article.svg) no-repeat center;
    top: 6px;
    right: 14px;
    transition: background-image .2s ease-in-out;
    cursor: pointer 
}
nav[role=navigation] {
    position: relative 
}
.toggle_services_bar {
    position: absolute;
    width: 12px;
    height: 12px;
    background: url(/wp-content/themes/forklogv2/img/header_services_btn.svg) no-repeat center;
    cursor: pointer;
    top: 30px;
    left: 155px;
    display: none;
    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, .8);
    display: none 
}
.services_popup .services_bar {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 265px;
    background: #fff;
    box-shadow: 0 4px 10px rgba(23, 24, 31, .1), 0 4px 5px rgba(21, 26, 56, .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: .02em;
    color: #474a60;
    margin: 0 20px 0 0 
}
[data-device_type="2"] .services_popup {
    top: 39px;
    position: fixed 
}
[data-device_type="2"] .services_popup .services_bar {
    right: 0;
    width: auto;
    background: #0e0f14 
}
[data-device_type="2"] .services_popup .services_bar .services_wrap {
    right: 13px;
    width: calc(100% - 26px);
    text-align: center 
}
[data-device_type="2"] .services_popup .services_bar a img {
    display: block;
    margin: 0 auto 10px auto 
}
.services_popup .services_bar a img.m, [data-device_type="2"] .services_popup .services_bar a img.d {
    display: none 
}
[data-device_type="2"] .services_popup .services_bar a img.m {
    display: block 
}
[data-device_type="2"] .services_popup .services_bar a span {
    color: #fff 
}
[data-device_type="0"] .tags_nav .tags_wrap {
    overflow: hidden !important 
}
.tags_nav .inner .arrow_left:hover:before, .tags_nav .inner .arrow_right:hover:before {
    background-image: url(/wp-content/themes/forklogv2/img/arrow_ico_h.svg) 
}
.scrolled_header .search_form button[type=submit]:hover:before {
    color: #474a60 
}
.subscribe_blk {
    display: block;
    background: linear-gradient(180deg, #F0F2FF 0%, #E8EAFF 100%);
    z-index: 6;
    position: relative;
    height: 0;
}
.subscribe_blk_desc {
    padding: 33px 0 35px 0;
    color: #fff;
    font-size: 15px;
    background: #181544;
    z-index: 6;
    position: relative;
    display: none;
}
.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 .inner {
    position: relative;
    display: none;
}
.subscribe_blk .subscribe_blk_title {
    margin: 0;
    line-height: 120%;
    font-weight: 500;
    font-size: 32px;
    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%;
    display: none;
}
.subscribe_blk form .radio_blc input {
    display: none 
}
.subscribe_blk form .radio_blc input:checked+label:after {
    border: 1.43158px solid #0E0F14;
}
.subscribe_blk form .radio_blc input:checked+label:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    height: 18px;
    width: 18px;
    border-radius: 100%;
    background: #0E0F14;
    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: 1.43158px solid #0E0F14;
    background: #fff;
    z-index: 1 
}
.subscribe_blk form input[type=email] {
    width: calc(100% - 23px);
    height: 48px;
    background: #fff;
    border: 0 solid #dee2eb;
    border-radius: 8px;
    outline: 0;
    padding: 0 0 0 23px;
    font-size: 18px;
    font-family: 'Inter var', sans-serif;
    letter-spacing: .03em 
}
.subscribe_blk form input[type=email]::placeholder {
    color: #C8C9CF 
}
.subscribe_blk .email_blk {
    position: relative;
    width: 100%;
}
.subs_lnk, .subscribe_blk form input[type=submit] {
    position: absolute;
    width: 218px;
    height: 48px;
    background: #FFFFFF;
    font-family: 'Inter var', sans-serif;
    border-radius: 8px;
    border: 2px solid #151944;
    outline: 0;
    top: 0;
    right: 0;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #181544;
    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: #fff;
    border: 1px solid #dee2eb;
    box-sizing: border-box;
    border-radius: 3px;
    height: 42px;
    width: calc(100% - 42px);
    padding-left: 10px;
    outline: 0;
    font-family: Inter, sans-serif;
    font-size: 18px 
}
.post_content #custom_page_subscribe_form input[type=email] {
    margin-bottom: 15px;
    border: 1px solid #dee2eb;
    border-radius: 34px 
}
.subscribe_page_subtitle {
    font-size: 14px !important;
    line-height: 140% !important;
    letter-spacing: .02em !important;
    color: #17181f;
    margin-top: -10px;
    margin-bottom: 20px 
}
#custom_page_subscribe_form input[type=submit] {
    width: 204px;
    height: 38px;
    background: #e7a320;
    border-radius: 40px;
    position: absolute;
    top: 2px;
    right: 2px;
    outline: 0;
    border: 0;
    font-weight: 500;
    font-size: 18px;
    color: #17181f;
    cursor: pointer;
    font-family: Inter, sans-serif;
    transition: background-color .2s ease-in-out;
    -webkit-box-shadow: 0 0 0 2px #e7a320;
    -moz-box-shadow: 0 0 0 2px #e7a320;
    box-shadow: 0 0 0 2px #e7a320 
}
#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: .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, .62) 0, rgba(36, 179, 0, .62) 100%), radial-gradient(95% 95% at 50% 30%, #4ae800 0, #319a00 100%);
    border-radius: 12px 
}
.custom_page_subscribe_form_checkbox_blk {
    background: #fff;
    border: 1px solid #dee2eb;
    border-radius: 3px;
    padding: 20px 30px;
    position: relative;
    margin-bottom: 8px;
}
.custom_page_subscribe_form_checkbox_blk:last-child{
    margin-bottom: 40px;
}
.custom_page_subscribe_form_checkbox_blk_type {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: .03em;
    color: #17181f;
    display: block 
}
.custom_page_subscribe_form_checkbox_blk_heading {
    font-weight: 600;
    font-size: 16px !important;
    line-height: 130% !important;
    margin-top: 5px;
    margin-bottom: 10px 
}
.custom_page_subscribe_form_checkbox_blk_description {
    margin-top: 0;
    font-weight: 500;
    font-size: 13px !important;
    line-height: 130% !important;
    letter-spacing: .02em !important;
    display: inline-block;
    width: calc(100% - 113px);
    margin-left: 14px;
    vertical-align: middle;
}
.custom_page_subscribe_form_checkbox_blk_author {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    font-weight: 600;
    font-size: 10px;
    line-height: 15px;
    margin-top: 0;
    margin-bottom: 0;
    border: 1px solid #eceef2;
    border-radius: 5px;
    padding: 3px 10px 
}
.custom_page_subscribe_form_checkbox_blk label {
    padding-right: 50px;
    position: absolute;
    cursor: pointer;
    right: 20px;
    top: 32px 
}
.custom_page_subscribe_form_checkbox_blk label:before {
    content: "";
    position: absolute;
    right: 0;
    width: 38px;
    height: 18px;
    border: 1px solid #eceef2;
    box-sizing: border-box;
    border-radius: 18px;
    top: -2px;
    background: #eceef2 
}
.custom_page_subscribe_form_checkbox_blk label:after {
    content: "";
    position: absolute;
    right: 22px;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    top: 1px;
    background: #65687d;
    transition: all .2s ease-in-out 
}
.custom_page_subscribe_form_checkbox_blk input:checked+label:before {
    border: 1px solid #eceef2;
    background: #f6af25 
}
.custom_page_subscribe_form_checkbox_blk input:checked+label:after {
    background: linear-gradient(180deg, #28478f 0, #1a3471 100%);
    right: 3px 
}
.post_content p.year_divider {
    font-size: 12px;
    line-height: 34px;
    letter-spacing: .02em;
    color: #17181f 
}
.custom_page_subscribe_first_divider:before {
    width: 194px !important 
}
.custom_page_subscribe_second_divider:before {
    width: 170px !important 
}
.custom_page_subscribe_form_checkbox_blk img {
    display: inline-block;
    vertical-align: middle;
    width: 94px;
}
/*.custom_page_subscribe_form_checkbox_blk a{
    background: #fff;
    border: 2px solid #151944;
    border-radius: 8px;
    height: 49px;
    right: -1px;
    line-height: 49px !important;
    width: 218px;
    font-weight: 700 !important;
    font-size: 18px !important;
    text-transform: none;
    color: #181544 !important;
    letter-spacing: .03em !important;
    position: absolute;
    bottom: 30px;
    right: 30px;
    text-align: center;
}*/
.page-id-109537 .subscribe_blk, .page-id-109537 .subscribe_blk_desc, .page-id-109537 .similar_posts_right {
    display: none 
}
.page.page-id-109537 {
    background: #f5f8ff 
}

/*[data-device_type="0"].page-id-109537 .post_content h1 {
    font-size: 48px 
}*/
.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: .03em;
    color: #17181f;
    left: 0 
}
.subs_lnk:after {
    content: "";
    position: absolute;
    width: 794px;
    height: 198px;
    background: url(/wp-content/themes/forklogv2/img/sp_subs_btn_bg.svg) no-repeat center;
    left: -55px;
    z-index: -2;
    top: -70px 
}
footer {
    background: #0e0f14;
    padding: 50px 0;
    display: block;
    clear: both;
    margin-top: auto;
    z-index: 6;
    position: relative 
}
.footer_socials {
    display: block 
}
.footer_socials a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 32px 
}
.footer_aboba {
    margin-top: 50px;
    display: block 
}
.footer_aboba span, .footer_terms>span {
    display: inline-block;
    vertical-align: middle;
    width: 505px;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: .02em;
    color: #fff;
    margin-right: 45px 
}
.footer_aboba a {
    font-weight: 500;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    padding: 0 22px;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    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%;
}
.footer_terms .footer_logo_blk span {
    font-size: 13px;
    line-height: 140%;
    letter-spacing: .02em;
    color: #fff 
}
.footer_terms>span {
    width: 550px;
    margin: 0;
    font-size: 12px 
}
.footer_terms_links {
    float: right;
    text-align: right 
}
.footer_terms_links a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    line-height: 170%;
    letter-spacing: .02em;
    color: #fff;
    transition: color .2s ease-in-out 
}
.sp_subs {
    height: 198px;
    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: .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: .02em;
    margin-left: 160px 
}
.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;
    line-height: 65px 
}
.footer_social_blk.dc {
    background: url(/wp-content/themes/forklogv2/img/fsb_dc_ico.svg) no-repeat 8px 12px #fff;
    background-size: 50px 
}
.footer_social_blk.yt {
    background: url(/wp-content/themes/forklogv2/img/fsb_yt_ico.svg) no-repeat 13px 9px #fff;
    
}
.footer_social_blk.tg {
    background: url(/wp-content/themes/forklogv2/img/fsb_tg_ico.svg) no-repeat 11px 15px #fff;
    left: 95px  
}
.footer_social_blk.vk {
    background: url(/wp-content/themes/forklogv2/img/fsb_vk_ico.svg) no-repeat 12px 22px #fff;
    left: 190px
}
.footer_social_blk.fb {
    background: url(/wp-content/themes/forklogv2/img/fsb_fb_ico.svg) no-repeat 24px 15px #fff;
    left: 285px 
}
.footer_social_blk.tw {
    background: url(/wp-content/themes/forklogv2/img/fsb_tw_ico.svg) no-repeat 16px 18px #fff;
    left: 380px 
}
.footer_social_blk.sc {
    background: url(/wp-content/themes/forklogv2/img/sc_ico_grey.svg) no-repeat 13px 22px #fff;
    left: 380px 
}
.footer_social_blk.in {
    background: url(/wp-content/themes/forklogv2/img/fsb_in_ico.svg) no-repeat 22px 19px #fff;
    left: 475px 
}
.footer_social_blk.ig {
    background: url(/wp-content/themes/forklogv2/img/fsb_ig_ico.svg) no-repeat center 16px #fff;
    left: 570px 
}
.footer_social_blk a {
    font-weight: 500;
    font-size: 18px;
    line-height: 65px;
    letter-spacing: .02em;
    color: #17181f;
    text-decoration: none;
    margin-right: 20px;
    transition: color .2s ease-in-out 
}
.terms_popup {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 58px;
    background: #FBFBFB;
    box-shadow: 0px -4px 4px rgba(61, 71, 143, 0.2), 0px -4px 8px rgba(65, 84, 219, 0.1);
    padding-top: 14px;
    z-index: 9;
    text-align: center;
    display: none 
}
.terms_popup span.close, .terms_popup_text, .terms_popup_wrap {
    display: inline-block 
}
.terms_popup p {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: .02em;
    color: #151944;
    margin: 0 
}
.terms_popup p a {
    background-image: linear-gradient(#5B69F2, #5B69F2);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    transition: background-size .2s linear, color .2s ease-in-out;
    color: #404DC9;
    text-decoration: none 
}
.terms_popup span.close {
    cursor: pointer;
    width: 112px;
    height: 42px;
    line-height: 42px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 2px solid #151944;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    color: #151944;
    vertical-align: top;
    margin-left: 35px;
    transition: background-color .2s ease-in-out 
}
.footer_terms_mob {
    display: none 
}
[data-device_type="2"] .footer_terms_d {
    display: none 
}
[data-device_type="2"] .footer_terms_mob {
    display: block 
}
.page, .single {
    background: #fff 
}
.deleted_post_disclamer {
    display: block;
    background: url(/wp-content/themes/forklogv2/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: 700;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    letter-spacing: .02em;
    color: #fff;
    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: 100% 
}
.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 
}
.card_description, .post_content p {
    font-size: 18px;
    line-height: 140%;
    letter-spacing: .02em;
    color: #17181f 
}
.post_content p sub, .post_content p sup {
    line-height: 0 
}
.post_content p strong {
    letter-spacing: .015em 
}
.post_content a, main[data-404="404"] .col a {
    font-weight: 500;
    font-size: inherit;
    line-height: 140%;
    letter-spacing: .02em;
    color: #404DC9;
    text-decoration: none 
}
.post_content li a, .post_content p a, .post_source a, main[data-404="404"] .col a {
    background-image: linear-gradient(#5B69F2, #5B69F2);
    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: .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: .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: .02em 
}
.post_content .twitter-tweet, .post_content .twitter-tweet-rendered, .post_content iframe {
    width: 100% !important;
    max-width: 100% !important 
}
.is-provider-youtube iframe {
    height: 440px 
}
.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: .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: .02em;
    color: #17181f 
}
.postid-159576 .post_content ol li {
    word-break: break-word 
}
.post_content ol li:before {
    content: counter(theme-counter);
    color: #e7a320;
    font-weight: 700;
    font-size: 21px;
    line-height: 100%;
    letter-spacing: .02em;
    position: absolute;
    left: 0;
    top: 2px 
}
.post_content ol[start] li:first-child::before{
    content: attr(data-start);
}
.post_content li {
    margin-bottom: 20px 
}
.post_content .article_meta {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: .02em;
    color: #65687d 
}
.post_content .article_meta .article_views {
    padding-left: 24px;
    background: url(/wp-content/themes/forklogv2/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;
    width: 100%;
    margin-bottom: 15px;
}
.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: .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: .02em;
    text-transform: uppercase;
    color: #77ceff;
    z-index: 2 
}
.post_content .article_image img {
    position: absolute;
    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: .02em;
    color: #17181f 
}
.similar_posts_bottom_wrap {
    overflow: hidden;
    height: 385px;
    margin: 0 -7.5px 6px -7.5px;
    padding-bottom: 10px 
}
.similar_posts_bottom .post_item {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 15px) !important;
    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: .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: 0 6px 6px 0;
    cursor: pointer;
    width: 23px;
    height: 77px;
    transition: background .2s ease-in-out 
}
.similar_posts_bottom .arrow_left:before, .similar_posts_bottom .arrow_right:before {
    content: "";
    width: 23px;
    height: 77px;
    background: url(/wp-content/themes/forklogv2/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: 0 6px 6px 0;
    cursor: pointer;
    width: 23px;
    height: 77px;
    transform: rotate(-180deg);
    transition: background .2s ease-in-out 
}
.similar_posts_right {
    top: 60px;
    right: 0;
    width: 100%;
    padding: 10px 0 0 0;
    border: 1px solid #dee2eb;
    float: right;
    position: sticky;
    margin-bottom: 15px 
}
.category_single_aside .similar_posts_right {
    position: relative;
    float: none;
    top: auto 
}
.general_grid .category_single_aside{
    margin-bottom: 80px;
}
.single .general_grid .category_single_aside{
    margin-bottom: 25px;
}
.postid-156428 .similar_posts_right {
    padding: 0 
}
.similar_posts_right.card_navigation {
    padding: 21px 0 
}
.similar_posts_right a, .similar_posts_right span {
    display: block;
    margin: 0 13px 10px 23px;
    font-weight: 700;
    font-size: 13px;
    line-height: 130%;
    letter-spacing: .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;
    position: absolute;
    left: 0;
    top: -1px 
}
.card_navigation span {
    padding-left: 40px;
    position: relative;
    margin-bottom: 18px 
}
.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 
}
.similar_posts_right.card_navigation {
    padding: 0;
    float: none;
    position: static;
    width: 100% 
}
.similar_posts_right.card_navigation+.similar_posts_right {
    position: relative;
    top: auto;
    width: 100%;
    float: none 
}
.card_navigation span {
    padding: 10px 10px 10px 32px;
    position: relative;
    margin: 0 
}
.card_navigation span b {
    font-size: 13px;
    margin-right: 14px;
    font-weight: 700;
    position: absolute;
    left: 10px;
    top: 10px 
}
.article_image .share_blk span {
    width: 30px;
    height: 30px;
    background-color: #fff !important;
    box-shadow: 0 0 2px rgba(61, 71, 143, .2), 0 2px 4px rgba(61, 71, 143, .15);
    border-radius: 11px;
    margin-left: 7px !important 
}
.article_image .share_blk {
    position: absolute;
    right: 20px;
    bottom: 16px 
}
.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 
}
.new_similar {
    padding: 20px 0 0 0;
    max-height: 303px;
    overflow: auto;
    scrollbar-color: #65687d #e6ebf5;
    scrollbar-width: thin 
}
.new_similar .block_name {
    position: static;
    text-align: left;
    margin: 0 0 25px 10px;
    font-weight: 700;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: .02em;
    text-transform: none 
}
@keyframes textflicker {
    from {
        text-shadow: 1px 0 0 #ea36af, -2px 0 0 #75fa69 
    }
    to {
        text-shadow: 2px .5px 2px #ea36af, -1px -.5px 2px #75fa69 
    }
}
@keyframes glitchBotom {
    2%, 64% {
        transform: translate(-2px, 0) 
    }
    4%, 60% {
        transform: translate(-2px, 0) 
    }
    62% {
        transform: translate(-22px, 5px) skew(21deg) 
    }
}
@keyframes glitchTop {
    2%, 64% {
        transform: translate(2px, -2px) 
    }
    4%, 60% {
        transform: translate(-2px, 2px) 
    }
    62% {
        transform: translate(13px, -1px) skew(-13deg) 
    }
}
@keyframes glitch {
    2%, 64% {
        transform: translate(2px, 0) skew(0) 
    }
    4%, 60% {
        transform: translate(-2px, 0) skew(0) 
    }
    62% {
        transform: translate(0, 0) skew(5deg) 
    }
}
.has_zen_link a {
    font-size: inherit !important;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box 
}
.has_zen_link a.h {
    text-shadow: .03rem 0 .03rem #ea36af, -.125rem 0 .03rem #75fa69;
    animation: glitch 1s linear infinite, textflicker 10ms infinite alternate;
    position: relative;
    display: block;
    width: 100% 
}
.has_zen_link a.h:after, .has_zen_link a.h:before {
    content: attr(data-title);
    position: absolute;
    left: 0;
    top: 0;
    width: 100% 
}
.has_zen_link a.h:before {
    animation: glitchTop 1s linear infinite;
    clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%) 
}
.has_zen_link a.h:after {
    animation: glitchBotom 1.5s linear infinite;
    clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%) 
}
.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: .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: .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: .02em;
    color: #606481;
    border: 1px solid #dee2eb;
    margin: 16px 0 
}
[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: 700;
    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: 0 
}
.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(/wp-content/themes/forklogv2/img/close_typo.svg) no-repeat center;
    background-size: 100% auto 
}
.nfl_popup .popup_window button {
    width: 172px;
    height: 42px;
    border: 0;
    outline: 0;
    cursor: pointer;
    font-size: 16px;
    color: #17181f;
    background: #e7a320;
    box-shadow: 0 2px 2px rgba(23, 24, 31, .2), 0 3px 4px rgba(21, 26, 56, .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(/wp-content/themes/forklogv2/img/share/fb.svg) no-repeat center 
}
.share_blk span[data-share_to=twitter] {
    background: url(/wp-content/themes/forklogv2/img/share/tw.svg) no-repeat center 
}
.share_blk span[data-share_to=linkedin] {
    background: url(/wp-content/themes/forklogv2/img/share/in.svg) no-repeat center 
}
.share_blk span[data-share_to=vk] {
    background: url(/wp-content/themes/forklogv2/img/share/vk.svg) no-repeat center 
}
.share_blk span[data-share_to=facebook_messenger] {
    background: url(/wp-content/themes/forklogv2/img/share/fbm.svg) no-repeat center 
}
.share_blk span[data-share_to=telegram] {
    background: url(/wp-content/themes/forklogv2/img/share/tg.svg) no-repeat center 
}
.share_blk span[data-share_to=copy_link] {
    background: url(/wp-content/themes/forklogv2/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: .02em;
    color: #65687d 
}
.article_disclamer p * {
    font-size: inherit !important 
}
.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: .02em;
    color: #000 
}
.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: .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+h2, .single_card .card_counter+p {
    margin-top: 0 
}
.single_card strong.card_label {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    color: #0e0f14 
}
.single_card .card_description strong {
    font-size: inherit !important 
}
.single_card {
    border: none !important;
    padding: 5px 3px 0 50px !important;
    margin-bottom: 30px !important 
}
.single_card .card_counter {
    width: 35px !important;
    background: 0 0 !important;
    padding-top: 0 !important 
}
.single_card .card_counter::before {
    content: "";
    position: absolute;
    left: 17px;
    background: #c2c7e0;
    width: 1px;
    height: 100%;
    top: 0 
}
.card_counter_span {
    background: #fff;
    box-shadow: 0 0 2px rgba(61, 71, 143, .2), 0 2px 4px rgba(61, 71, 143, .15);
    border-radius: 35px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    margin: 0 auto;
    font-size: 26px;
    color: #060e16;
    position: relative 
}
[data-device_type="0"] .post_content h1 {
    margin-top: 21px 
}
.blocks-gallery-caption, .post_content p.wp-caption-text, .wp-block-image, .wp-block-table figcaption, .wp-block-video figcaption {
    font-size: 12px;
    color: #65687d 
}
.blocks-gallery-caption a, .post_content p.wp-caption-text a, .wp-block-image figcaption a, .wp-block-table figcaption a, .wp-block-video figcaption a {
    font-size: 12px 
}
.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, .stats_buttons .download_mediakit img {
    margin: 7px 12px 0 0;
    width: 17px !important 
}
.stats_buttons a:last-of-type img {
    margin: 9px 12px 0 0;
    width: 25px !important 
}
#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: 0;
    outline: 0;
    height: 38px;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    letter-spacing: .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-100104 .similar_posts_right, .page-id-99898 .similar_posts_right {
    display: none 
}
.page-id-100104 .post_content, .page-id-99898 .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: .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: .02em;
    color: #17181f 
}
.stats_blk p {
    margin: 0;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    letter-spacing: .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 
}
.post_content .footer_social_blk:nth-of-type(6) {
    left: 475px 
}
.lng_str {
    word-break: break-all 
}
.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: .02em;
    color: #17181f;
    margin: 20px 0 0 30px 
}
.single_page_currency_widget .pair_symbol {
    font-size: 14px;
    line-height: 100%;
    letter-spacing: .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: .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: .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: .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;
    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('/wp-content/themes/forklogv2/img/fl_quiz_label.png') no-repeat left center;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out 
}
#quiz_wrapper .question_blk label:hover {
    color: #f79a0a 
}
#quiz_wrapper .question_blk input:checked+label {
    background: url('/wp-content/themes/forklogv2/img/fl_quiz_label_c.png') no-repeat left center 
}
#quiz_wrapper button {
    background: 0;
    box-shadow: none;
    color: #000;
    border: 1px #000 solid;
    display: block;
    outline: 0;
    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, .8);
    text-align: center;
    overflow-y: auto;
    cursor: zoom-out;
    z-index: 999 
}
.image_overlay img {
    max-width: 85%;
    border: 15px #fff solid;
    cursor: initial;
    background: #fff 
}
.image_overlay .close_image {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    background: url('/wp-content/themes/forklogv2/img/close_image.svg') no-repeat left center;
    background-size: cover 
}
.has_zoom {
    position: relative 
}
.has_zoom img {
    cursor: zoom-in
}
.has_zoom:after {
    content: "";
    position: absolute;
    cursor: pointer;
    right: 20px;
    bottom: 40px;
    width: 25px;
    height: 25px;
    display: none;
    background: url('/wp-content/themes/forklogv2/img/zoom_image.svg') no-repeat left center;
    background-size: cover 
}
.custom_poll input[type=checkbox]+label, .custom_poll input[type=radio]+label {
    font-size: 21px;
    line-height: 140%;
    text-align: center;
    color: #000;
    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=checkbox]:checked+label, .custom_poll input[type=radio]:checked+label {
    background: #ffa800 
}
.custom_poll input[type=checkbox], .custom_poll input[type=radio] {
    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: .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: #000;
    margin-bottom: 15px 
}
.poll_nav {
    display: block;
    margin: 20px 0;
    text-align: center;
    height: 42px 
}
.poll_nav input, .poll_nav span {
    display: inline-block;
    vertical-align: top;
    height: 42px;
    line-height: 42px;
    background: #e7a320;
    border-radius: 40px;
    outline: 0;
    border: 0;
    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 
}
.nyquest21_mob_send.disabled, .nyquest21_mob_show_inputs.disabled, .nyquest21_send_prase_btn.disabled, .poll_nav span.disabled {
    background: #dee2eb;
    color: #c6c9da 
}
.poll_nav input, #poll_2023 {
    display: none 
}
.vote_description a, .vote_description p {
    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: 0 1px 2px rgba(0, 0, 0, .25), 0 1px 6px rgba(0, 0, 0, .15);
    border-radius: 20px 0;
    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: .03em;
    text-transform: uppercase;
    color: #000;
    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 a, .single_vote_text_blk p {
    font-size: 21px 
}
.single_vote_buttons {
    text-align: right 
}
.single_vote_buttons div {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25), 0 1px 6px rgba(0, 0, 0, .15);
    border-radius: 20px 0;
    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(/wp-content/themes/forklogv2/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 
}
.wp-caption.aligncenter {
    clear: none 
}
.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 
}
.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: .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: .02em;
    color: #474a60;
    background: linear-gradient(180deg, #f4feff 0, #ecf7f9 100%) 
}
.post_source {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: .03em;
    color: #65687d;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0 
}
.post_source a {
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: .03em;
    color: #187cb5 
}
.has_ventures .review_third p:first-child {
    margin-bottom: -10px 
}
.has_ventures .reviews_has_thirds {
    margin-bottom: 20px 
}
.gtb_sponsored_label_span {
    padding: 3px 10px;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #fff;
    background: #44a6de;
    width: auto;
    display: inline-block 
}
.old_tooltip {
    border: 1px solid #17181F;
    box-sizing: border-box;
    border-radius: 2px;
    position: relative;
    display: inline-block;
    line-height: initial;
}
.old_tooltip:hover:before {
    content: attr(data-descr);
    position: absolute;
    bottom: calc(100% + 10px);
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
    color: #17181f;
    width: 250px;
    left: 50%;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 60%);
    margin-left: -125px;
    text-align: center;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: .02em;
    z-index: 3;
    word-wrap: break-word;
    font-weight: 400 
}
.old_tooltip:hover:after {
    content: "";
    position: absolute;
    bottom: calc(100% - 6px);
    border-style: solid;
    height: 0;
    width: 0;
    border-width: 10px;
    border-color: #fff transparent transparent;
    left: 50%;
    margin-left: -10px 
}
.wp-block-table td, .wp-block-table tr {
    border: 1px #000 solid;
    border-spacing: 0;
    border-collapse: collapse 
}
.wp-block-table table, .wp-block-table tr {
    border-spacing: 0;
    border-collapse: collapse 
}
.wp-block-table td {
    padding: 7px 
}
.page-id-158950 .similar_posts_right {
    display: none 
}
.page-id-158950 .post_content h1 {
    margin-top: 0;
    font-size: 50px;
    line-height: 61px;
    padding-top: 20px;
    text-align: center;
    color: #fff;
    text-shadow: 0 4px 4px #bfb4ff 
}
.page-id-158950 .post_content, .page-id-158950 main>.inner {
    width: 100%;
    min-height: 534px;
    position: relative 
}
.nyquest21_wiz_left {
    width: 35%;
    max-height: 100% !important;
    position: absolute;
    bottom: 0;
    left: 0 
}
.page-id-158950 main {
    background: url(/wp-content/themes/forklogv2/img/nyquest21bg.jpg) no-repeat center top;
    background-size: cover;
    min-height: 534px 
}
[class^=nyquest21_mob] {
    display: none 
}
.nyquest21_details_form_wrap, .nyquest21_incorrect_wrap, .nyquest21_promocode_wrap, .nyquest21_words_wrap {
    background: #fff;
    border: 1px solid #dee2eb;
    box-sizing: border-box;
    box-shadow: 0 4px 12px rgb(3 37 51 / 25%), 0 2px 4px rgb(4 7 63 / 15%);
    border-radius: 10px;
    width: 40%;
    margin: 0 auto;
    min-height: 348px;
    position: relative;
    z-index: 2;
    text-align: center 
}
.nyquest21_details_form_wrap, .nyquest21_incorrect_wrap, .nyquest21_promocode_wrap {
    min-height: 150px;
    display: none 
}
.nyquest21_details_form_wrap p, .nyquest21_incorrect_wrap p, .nyquest21_promocode_wrap p, .nyquest21_words_wrap p {
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    margin: 20px 24px;
    color: #000 
}
.nyquest21_inputs_row {
    display: flex;
    margin: 10px 24px;
    justify-content: space-between 
}
.nyquest21_inputs_row input {
    width: 32%;
    background: #fff;
    border: 1px solid #dee2eb;
    box-sizing: border-box;
    border-radius: 6px;
    text-align: center;
    height: 40px 
}
.nyquest21_details_form_wrap .nyquest21_send_details_btn, .nyquest21_incorrect_wrap .nyquest21_send_again_btn, .nyquest21_send_prase_btn {
    font-size: 18px;
    line-height: 52px;
    text-align: center;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #0e0f14;
    background: linear-gradient(180deg, #ffb525 0, #ffa800 100%);
    border-radius: 40px;
    height: 52px;
    cursor: pointer;
    width: 337px;
    font-weight: 700;
    margin: 20px auto;
    display: block 
}
.nyquest21_details_form_wrap input[type=text], .nyquest21_promocode_wrap input[type=text] {
    background: #fff;
    box-shadow: 0 4px 5px rgba(61, 71, 143, .3), 0 4px 10px rgba(65, 84, 219, .1);
    width: 90%;
    max-width: 508px;
    text-align: center;
    border: 0;
    height: 58px;
    margin-bottom: 10px;
    font-size: 16px 
}
.nyquest21_promocode_wrap input[type=text] {
    font-weight: 700;
    font-size: 21px 
}
.nyquest21_links_row {
    text-align: center;
    margin-top: 15px 
}
.nyquest21_links_row span {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 1px 4px #bfb4ff;
    display: inline-block;
    margin: 0 45px;
    cursor: pointer 
}
.nyquest21_bubble {
    background: #fff;
    border: 1px solid #dee2eb;
    box-sizing: border-box;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .25), 0 2px 4px rgba(0, 0, 0, .15);
    border-radius: 10px;
    width: 432px;
    height: 136px;
    position: absolute;
    left: 18%;
    bottom: 175px;
    z-index: 3;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    cursor: pointer;
    color: #000;
    padding: 24px 30px;
    transform-style: preserve-3d 
}
.nyquest21_bubble:before {
    content: "";
    position: absolute;
    left: -22px;
    bottom: 0;
    width: 25px;
    transform: translateZ(-1px);
    height: 22px;
    background: url(/wp-content/themes/forklogv2/img/nyquest21corner.png) no-repeat center 
}
.nyquest21_prize_popup, .nyquest21_rules_popup {
    background: #fff;
    border: 1px solid #dee2eb;
    box-sizing: border-box;
    box-shadow: 0 4px 12px rgb(3 37 51 / 25%), 0 2px 4px rgb(4 7 63 / 15%);
    border-radius: 10px;
    width: 40%;
    min-height: 358px;
    position: absolute;
    top: 131px;
    left: 30%;
    z-index: 5;
    text-align: center;
    font-size: 16px;
    line-height: 140%;
    padding: 25px 60px;
    text-align: center;
    display: none 
}
.nyquest21_rules_popup {
    top: 40px 
}
.nyquest21_overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    display: none;
    opacity: .95;
    position: absolute;
    background: radial-gradient(50% 50% at 50% 50%, rgba(6, 23, 64, .3) 0, #061740 100%) 
}
.nyquest21_prize_popup strong, .nyquest21_rules_popup strong {
    font-size: 21px;
    display: block;
    margin-bottom: 20px 
}
.nyquest21_prize_popup img {
    display: block;
    margin: 15px auto 
}
.page-id-158950 .close {
    background: url(/wp-content/themes/forklogv2/img/nyquest21close.svg) no-repeat center;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 20px;
    right: 20px;
    cursor: pointer 
}
#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;
    flex-wrap: wrap 
}
#rates_wrap .rates_row {
    border-radius: 6px;
    z-index: 1 
}
#rates_wrap .rates_row:nth-child(odd) {
    background: linear-gradient(270deg, #fff 0, #f3f7ff 100.55%) 
}
#rates_wrap .rates_row.active {
    box-shadow: 0 0 3px rgba(61, 71, 143, .2), 0 2px 4px rgba(61, 71, 143, .15) !important;
    background: #fff;
    z-index: 3 
}
#rates_wrap .col, .rates_head .col {
    position: relative 
}
#rates_wrap .col:nth-child(1), .rates_head .col:nth-child(1) {
    flex: 0 0 25px;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #000;
    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: 0 0 2px rgba(61, 71, 143, .2), 0 2px 4px rgba(61, 71, 143, .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 180px;
    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: .02em;
    color: #17181f;
    margin: 0 0 5px 0 
}
#rates_wrap .col:nth-child(3) p a {
    color: inherit;
    text-decoration: none;
}
#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: .02em;
    color: #17181f 
}
#rates_wrap .col:nth-child(6) span {
    padding-left: 17px;
    background: url(/wp-content/themes/forklogv2/img/rates_cs.svg) no-repeat left center 
}
#rates_wrap .col:nth-child(4) {
    flex: 0 0 170px;
    text-align: right 
}
#rates_wrap .col:nth-child(5), #rates_wrap .col:nth-child(6) {
    flex: 0 0 220px;
    text-align: right;
    font-size: 16px;
    line-height: 18px;
    color: #000 
}
#rates_wrap .col:nth-child(6) {
    flex: 0 0 259px 
}
#rates_wrap .col:nth-child(7) {
    flex: 0 0 236px;
    text-align: center;
    font-size: 10px;
    color: #65687d 
}
#rates_wrap .col:nth-child(7) a, #rates_wrap .col:nth-child(7) span {
    display: inline-block;
    background: #dcdff0;
    border-radius: 4px;
    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 
}
#rates_wrap .col:nth-child(7) a, .defi_rates #rates_wrap .col:nth-child(7) span {
    width: 151px;
    line-height: 34px 
}
.canvas_blk {
    position: relative;
    height: 160px;
    width: 100%;
    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: #77c90e;
    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: 0 0 2px rgba(61, 71, 143, .2), 0 2px 4px rgba(61, 71, 143, .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% + 70px);
    padding: 0 40px 0 10px;
    height: 37px;
    background: #eff1fd;
    border-radius: 6px;
    border: 0;
    outline: 0;
    position: absolute;
    top: -72px;
    left: -40px 
}
.rates_head .col:nth-child(2):before {
    content: "";
    position: absolute;
    left: 30px;
    background: #c2c7e0;
    width: 1px;
    height: 43px;
    top: -42px 
}
.rates_head .col:nth-child(2):after {
    content: "";
    position: absolute;
    top: -65px;
    right: -70px;
    width: 23px;
    height: 24px;
    background: url(/wp-content/themes/forklogv2/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 133px;
    text-align: right 
}
.rates_head .col:nth-child(3) select {
    box-shadow: 0 0 2px rgb(61 71 143 / 20%), 0 2px 4px rgb(61 71 143 / 15%);
    border-radius: 24px;
    display: inline-block;
    line-height: 22px;
    padding: 0 5px;
    background: #fff;
    border: 0;
    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: #000 
}
.rates_head .col:nth-child(5) {
    flex: 0 0 261px 
}
.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: 700;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    margin-top: 10px 
}
.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 
}
.rates_page_top_links {
    display: block 
}
.rates_page_top_links a {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    background: #fff;
    border-radius: 4px;
    line-height: 32px;
    padding: 0 14px;
    font-weight: 700;
    border: 1px solid #DEE2EB;
    font-size: 16px;
    letter-spacing: .02em;
    color: #17181f;
    text-decoration: none;
    transition: box-shadow .2s ease-in-out, background .2s ease-in-out 
}
.rates_page_top_links a.active {
    border-width: 0;
    box-shadow: 0 0 2px rgba(61, 71, 143, .2), 0 2px 4px rgba(61, 71, 143, .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 
}
.page-id-112654, .postid-115776, .postid-116690, .postid-117377, .postid-118106, .postid-120272, main[data-article_type="3"] {
    background: #f5f8ff 
}
.page-id-112654 main, .postid-115776 main, main[data-article_type="3"], main[data-article_type="4"] {
    padding-top: 44px;
    background: url(/wp-content/themes/forklogv2/img/review_page_bg.svg) no-repeat center top #f5f8ff;
    background-size: auto 784px 
}
main[data-article_type="4"] {
    background: url(/wp-content/themes/forklogv2/img/review_page_bg_2.svg) no-repeat center -141px #f5f8ff;
    background-size: auto 1105px 
}
.postid-115776 main {
    background-image: url(/wp-content/themes/forklogv2/img/review_page_bg_3.png);
    background-size: auto 843px 
}
.postid-116690 main, .postid-160065 main, .postid-194362 main, .postid-222762 main, .postid-247967 main {
    background: url(/wp-content/themes/forklogv2/img/quiz_page_bg_4.png) no-repeat center top #f5f8ff;
    background-size: auto 938px;
    padding-top: 44px 
}
.postid-160065 main, .postid-194362 main, .postid-222762 main, .postid-247967 main {
    background-position: center -310px 
}
.postid-169298 main, .postid-180833 main, .postid-183784 main {
    background-position: center -198px 
}
.postid-172321 main {
    background-position: center -270px 
}
.postid-174871 main {
    background-position: center -369px 
}
.postid-177866 main {
    background-position: center -271px 
}
.postid-186500 main, .postid-189718 main, .postid-195059 main {
    background-position: center -250px 
}
.postid-160065 .review_single_blk {
    box-shadow: 0 1px 3px rgba(151, 160, 181, .1), 0 2px 6px #c4cde3 
}
.q2021_1 img {
    height: 265px;
    width: auto 
}
.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 {
    background-position: center 189px;
    position: relative 
}
.postid-133712 main:before, .postid-137719 main:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 191px;
    background: #fff;
    z-index: -1 
}
.right_nav_wrap {
    width: 100% 
}
.postid-160065 .similar_posts_right .right_nav_wrap {
    width: auto 
}
.postid-150901 [data-article_type="4"] .similar_posts_right {
    background: #fff;
    text-align: left;
    border: 1px solid #dee2eb 
}
.monthly_review_navigation_bottom {
    margin: 0 23px 14px 23px;
    max-width: 300px;
    display: inline-block 
}
.similar_posts_right .monthly_review_navigation_bottom {
    margin-top: 10px;
    border-bottom: 1px #b2b2b2 solid 
}
.monthly_review_navigation_bottom li, .monthly_review_navigation_bottom p {
    font-weight: 500;
    font-size: 10px !important;
    line-height: 126.5%;
    letter-spacing: .02em;
    color: #b2b2b2 !important 
}
.monthly_review_navigation_bottom img {
    width: 140px !important 
}
.monthly_review_navigation_bottom ul {
    padding-left: 15px;
    margin-top: 0 
}
.post_content .monthly_review_navigation_bottom ul {
    padding-left: 0 
}
.right_nav_wrap {
    padding-top: 0;
    padding-bottom: 0 
}
.postid-150901 .right_nav_wrap {
    padding-top: 0 
}
.page-id-112654 .similar_posts_right, .page-id-137397 .similar_posts_right, .postid-115776 .similar_posts_right, .postid-116690 .similar_posts_right, .postid-117377 .similar_posts_right, .postid-118106 .similar_posts_right, [data-device_type="1"] .similar_posts_right, [data-device_type="2"] .similar_posts_right, main[data-article_type="2"] .similar_posts_right, main[data-article_type="3"] .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, main[data-article_type="4"] h1 {
    margin-top: 0 !important 
}*/
[data-device_type="0"] .post_content h1 {
    margin-top: 35px;
}
.page-id-112654 .post_content, .page-id-137397 .post_content, .postid-115776 .post_content, .postid-116690 .post_content, .postid-117377 .post_content, .postid-118106 .post_content, [data-device_type="2"] .post_content, main[data-article_type="2"] .post_content, main[data-article_type="3"] .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: .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;
    justify-content: space-between;
}
.digests_page_blk {
    box-sizing: border-box;
    width: calc(50% - 10px);
    padding: 20px 30px 20px 72px;
    background: #fff;
    margin-bottom: 16px;
    border-radius: 0px;
    border: 1px solid #DEE2EB;
    border-width: 1px 1px 1px 0;
    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: 700;
    font-size: 18px;
    line-height: 130%;
    color: #17181f;
    margin: 0 
}
.digests_page_blk span {
    font-size: 14px;
    line-height: 130%;
    letter-spacing: .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: 0;
    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, #B0ADAD 0%, #5B5962 100%); 
}
.digests_page_blk.digests_week:after {
    width: 24px;
    height: 30px;
    left: 14px;
    background-image: url(/wp-content/themes/forklogv2/img/digests_1.svg) 
}
.digests_page_blk.digests_btc:before {
    background: linear-gradient(180deg, #E9D586 0%, #ECC655 100%);
}
.digests_page_blk.digests_btc:after {
    width: 27px;
    height: 32px;
    left: 12px;
    background-image: url(/wp-content/themes/forklogv2/img/digests_2.svg) 
}
.digests_page_blk.digests_cybersec:before {
    background: linear-gradient(180deg, #E29C98 0%, #AF565B 100%);
}
.digests_page_blk.digests_cybersec:after {
    width: 31px;
    height: 37px;
    left: 10px;
    background-image: url(/wp-content/themes/forklogv2/img/digests_3.svg) 
}
.digests_page_blk.digests_ai:before {
    background: linear-gradient(180deg, #7F8FD1 0%, #5165C8 100%);
}
.digests_page_blk.digests_ai:after {
    width: 29px;
    height: 39px;
    left: 11px;
    background-image: url(/wp-content/themes/forklogv2/img/digests_4.svg) 
}
.digests_page_blk.digests_institutional:before {
    background: linear-gradient(180deg, #709CCC 0%, #417CC3 100%);
}
.digests_page_blk.digests_institutional:after {
    width: 33px;
    height: 30px;
    left: 9px;
    background-image: url(/wp-content/themes/forklogv2/img/digests_5.svg) 
}
.digests_page_blk.digests_defi:before {
    background: linear-gradient(180deg, #70B1CC 0%, #419AC3 100%);
}
.digests_page_blk.digests_defi:after {
    width: 29px;
    height: 36px;
    left: 11px;
    background-image: url(/wp-content/themes/forklogv2/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(/wp-content/themes/forklogv2/img/digests_7.svg) 
}
.digests_page_blk.digests_hub:before {
    background: linear-gradient(0, #4b84c9 0, #5fa3f3 100%) 
}
.digests_page_blk.digests_hub:after {
    width: 27px;
    height: 25px;
    left: 11px;
    background-image: url(/wp-content/themes/forklogv2/img/digests_8.svg) 
}
.digests_page_blk.digests_crypto:before {
    background: linear-gradient(0, #4b84c9 0, #5fa3f3 100%) 
}
.digests_page_blk.digests_crypto:after {
    width: 35px;
    height: 34px;
    left: 9px;
    background-image: url(/wp-content/themes/forklogv2/img/digests_9.svg) 
}
.digests_page_blk.digests_mining:before {
    background: linear-gradient(0, #4b84c9 0, #5fa3f3 100%) 
}
.digests_page_blk.digests_mining:after {
    width: 31px;
    height: 37px;
    left: 11px;
    background-image: url(/wp-content/themes/forklogv2/img/digests_10.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, main[data-article_type="4"] .post_content ul li {
    font-size: 14px;
    line-height: 218.5%;
    letter-spacing: .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, main[data-article_type="4"] .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, main[data-article_type="4"] .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, main[data-article_type="4"] .article_image, main[data-article_type="4"] .article_image_mob {
    display: none 
}
.or_custom_dex {
    display: block;
    position: relative;
    background: #fff;
    margin-top: 112px;
    margin-bottom: 68px 
}
.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 
}
.qceh_1 img {
    height: 188px 
}
.qceh_2 .has_zoom {
    height: 100% 
}
.qceh_2 .review_half>.has_zoom {
    height: 188px 
}
.qceh_2 .has_zoom img, .qceh_3 .has_zoom img {
    height: 100%;
    width: auto 
}
.qceh_3 .has_zoom {
    height: 100% 
}
.qceh_3 .review_half>.has_zoom {
    height: 220px 
}
.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-160065 .post_content>.has_zoom .wp-block-image {
    margin-bottom: -3px;
    margin-top: 20px 
}
.postid-160065 .post_content>.has_zoom .wp-block-image.qc2021_tb {
    margin-top: 100px 
}
.postid-160065 .post_content, .postid-194362 .post_content {
    width: 970px 
}
.postid-160065 .similar_posts_right, .postid-194362 .similar_posts_right {
    width: 200px;
    overflow: inherit 
}
.postid-194362 .similar_posts_right .right_nav_wrap {
    width: 100% 
}
.postid-160065 .qc_equal_height img {
    height: 300px 
}
.postid-160065 .qc_equal_height.eh2 img {
    height: 275px 
}
.postid-160065 .qc_equal_height.eh3 img {
    height: 240px 
}
.postid-116690 .qb1 {
    margin-top: -25px 
}
.postid-116690 .qb2 {
    margin-top: -35px 
}
.postid-116690 .review_half, .postid-116690 .review_single_blk {
    box-shadow: 0 1px 3px rgba(151, 160, 181, .1), 0 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 
}
.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: inherit 
}
.review_single_blk p:first-child {
    margin-top: 0 
}
.review_single_blk .wp-caption, .review_single_blk p:last-child {
    margin-bottom: 0 
}
.reviews_has_halves, .reviews_has_two_thirds {
    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% 
}
.review_half img, .reviews_has_two_thirds .review_single_blk 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(/wp-content/themes/forklogv2/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: 0;
    min-height: auto 
}
.review_timelines.nobg.onecol {
    margin-top: 50px;
    margin-bottom: 0 
}
.review_timelines.nobg.onecol .timeline_axis {
    left: 0;
    top: 0;
    bottom: 0 
}
.review_timelines.nobg.onecol .timeline_tooltip {
    position: relative;
    top: 0 !important;
    left: auto !important;
    right: auto !important;
    margin: 0 0 30px 40px;
    width: calc(100% - 40px);
    text-align: left 
}
.review_timelines.nobg.onecol .timeline_tooltip.right:before, .review_timelines.nobg.onecol .timeline_tooltip:before {
    width: 40px;
    left: -43px 
}
.review_timelines.nobg.onecol .timeline_tooltip.right:after, .review_timelines.nobg.onecol .timeline_tooltip:after {
    left: -47px 
}
.review_timelines.nobg .timeline_tooltip {
    background: #fff 
}
.review_timelines.nobg.onecol ul li {
    padding-left: 20px 
}
.review_timelines.nobg.onecol ul li::before {
    background: #17181f;
    width: 5px;
    height: 5px;
    top: 11px 
}
.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:after, .review_timelines .review_single_timeline_blk .timeline_axis:before {
    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: .02em;
    color: #17181f;
    transition: all .2s ease-in-out 
}
.review_timelines .review_single_timeline_blk .timeline_tooltip:hover {
    box-shadow: 0 4px 5px rgba(61, 71, 143, .3), 0 4px 10px rgba(65, 84, 219, .1);
    border-color: #fff 
}
.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: 700;
    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: 0;
    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 ul {
    margin-top: -1em 
}
.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_article_blk ul, .review_single_blk ul, .timeline_tooltip ul {
    margin-top: 0 
}
.review_single_blk.has_map .country_blk {
    position: absolute;
    padding: 15px;
    background: #fff;
    background: #fff;
    box-shadow: 0 3px 4px rgba(21, 26, 56, .2), 0 2px 2px rgba(23, 24, 31, .2);
    font-size: 12px;
    line-height: 140%;
    text-align: center;
    letter-spacing: .02em;
    color: #17181f 
}
.review_single_blk.has_map .country_blk a {
    font-size: 12px;
    line-height: 140% 
}
.review_single_blk.has_map .country_blk li, .review_single_blk.has_map .country_blk p {
    font-size: inherit 
}
.review_single_blk.has_map .country_blk li {
    padding-left: 15px 
}
.review_single_blk.has_map .country_blk li::before {
    width: 5px;
    height: 5px;
    top: 8px 
}
.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-154418 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"] {
    top: 85px;
    left: 225px;
    width: 129px 
}
.postid-154418 .review_single_blk.has_map.review_2_map .country_blk[data-blk="2"] {
    top: 96px;
    left: 31px;
    width: 157px 
}
.review_single_blk.has_map.review_2_map .country_blk[data-blk="3"] {
    top: 156px;
    left: 385px;
    width: 184px 
}
.postid-154418 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"] {
    top: 59px;
    left: 419px;
    width: 171px 
}
.postid-154418 .review_single_blk.has_map.review_2_map .country_blk[data-blk="5"] {
    top: 328px;
    left: 31px;
    width: 220px 
}
.postid-154418 .review_single_blk.has_map.review_2_map .country_blk[data-blk="6"] {
    top: 206px;
    left: 339px;
    width: 150px 
}
.postid-157565 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"] {
    top: 74px;
    left: 385px;
    width: 112px 
}
.postid-157565 .review_single_blk.has_map.review_2_map .country_blk[data-blk="2"] {
    top: 278px;
    left: 285px;
    width: 221px 
}
.postid-157565 .review_single_blk.has_map.review_2_map .country_blk[data-blk="3"] {
    top: 270px;
    left: 578px;
    width: 126px 
}
.postid-157565 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"] {
    top: 57px;
    left: 136px;
    width: 220px 
}
.postid-157565 .review_single_blk.has_map.review_2_map .country_blk[data-blk="5"] {
    top: 199px;
    left: 374px;
    width: 107px 
}
.postid-157565 .review_single_blk.has_map.review_2_map .country_blk[data-blk="6"] {
    top: 105px;
    left: 192px;
    width: 150px 
}
.postid-157565 .review_single_blk.has_map.review_2_map .country_blk[data-blk="7"] {
    top: 199px;
    left: 622px;
    width: 125px 
}
.postid-157565 .review_single_blk.has_map.review_2_map .country_blk[data-blk="8"] {
    top: 142px;
    left: 600px;
    width: 156px 
}
.postid-157565 .review_single_blk.has_map.review_2_map .country_blk[data-blk="9"] {
    top: 198px;
    left: 155px;
    width: 194px 
}
.postid-160537 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"] {
    top: 236px;
    left: 32px;
    width: 134px 
}
.postid-160537 .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: -18px;
    position: absolute;
    top: -15px 
}
.postid-160537 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"]:before {
    content: "";
    width: 16px;
    height: 1px;
    background: #000;
    right: -14px;
    position: absolute;
    transform: rotate(-41deg);
    top: -5px 
}
.postid-160537 .review_single_blk.has_map.review_2_map .country_blk[data-blk="6"] {
    top: 0;
    left: 480px;
    width: 253px 
}
.postid-160537 .review_single_blk.has_map.review_2_map .country_blk[data-blk="6"]:before {
    content: "";
    width: 20px;
    height: 1px;
    background: #000;
    right: 116px;
    position: absolute;
    transform: rotate(-41deg);
    top: 104px 
}
.postid-160537 .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: 129px;
    position: absolute;
    top: 107px 
}
.postid-160537 .review_single_blk.has_map.review_2_map .country_blk[data-blk="2"] {
    top: 68px;
    left: 31px;
    width: 180px 
}
.postid-160537 .review_single_blk.has_map.review_2_map .country_blk[data-blk="2"]:before {
    content: "";
    width: 122px;
    height: 1px;
    background: #000;
    right: -121px;
    position: absolute;
    transform: rotate(2deg);
    top: 65px 
}
.postid-160537 .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: -122px;
    position: absolute;
    top: 62px 
}
.postid-160537 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"] {
    top: 149px;
    left: 31px;
    width: 199px 
}
.postid-160537 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"]:before {
    content: "";
    width: 122px;
    height: 1px;
    background: #000;
    right: -116px;
    position: absolute;
    transform: rotate(-26deg);
    top: 35px 
}
.postid-160537 .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: -114px;
    position: absolute;
    top: 4px 
}
.postid-160537 .review_single_blk.has_map.review_2_map .country_blk[data-blk="7"] {
    top: 0;
    left: 265px;
    width: 160px 
}
.postid-160537 .review_single_blk.has_map.review_2_map .country_blk[data-blk="7"]:before {
    content: "";
    width: 38px;
    height: 1px;
    background: #000;
    right: -7px;
    position: absolute;
    transform: rotate(-53deg);
    top: 129px 
}
.postid-160537 .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: 18px;
    position: absolute;
    top: 141px 
}
.postid-160537 .review_single_blk.has_map.review_2_map .country_blk[data-blk="8"] {
    top: 170px;
    left: 576px;
    width: 163px 
}
.postid-160537 .review_single_blk.has_map.review_2_map .country_blk[data-blk="8"]:before {
    width: 49px;
    content: "";
    height: 1px;
    background: #000;
    right: 191px;
    position: absolute;
    transform: rotate(25deg);
    top: 0 
}
.postid-160537 .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: 234px;
    position: absolute;
    top: -16px 
}
.postid-160537 .review_single_blk.has_map.review_2_map .country_blk[data-blk="9"] {
    top: 222px;
    left: 233px;
    width: 159px 
}
.postid-160537 .review_single_blk.has_map.review_2_map .country_blk[data-blk="9"]:before {
    width: 74px;
    height: 1px;
    content: "";
    background: #000;
    right: -18px;
    position: absolute;
    transform: rotate(61deg);
    top: -34px 
}
.postid-160537 .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: 30px;
    position: absolute;
    top: -67px 
}
.postid-160537 .review_single_blk.has_map.review_2_map .country_blk[data-blk="3"] {
    top: 276px;
    left: 551px;
    width: 139px 
}
.postid-160537 .review_single_blk.has_map.review_2_map .country_blk[data-blk="3"]:before {
    width: 62px;
    height: 1px;
    content: "";
    background: #000;
    right: 152px;
    position: absolute;
    transform: rotate(61deg);
    top: -28px 
}
.postid-160537 .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: 193px;
    position: absolute;
    top: -60px 
}
.postid-160537 .review_single_blk.has_map.review_2_map .country_blk[data-blk="5"] {
    top: 311px;
    left: 218px;
    width: 240px 
}
.postid-174871 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"] {
    top: 383px;
    left: 536px;
    width: 208px 
}
.postid-174871 .review_single_blk.has_map.review_2_map .country_blk[data-blk="2"] {
    top: 30px;
    left: 503px;
    width: 221px 
}
.postid-174871 .review_single_blk.has_map.review_2_map .country_blk[data-blk="3"] {
    top: 356px;
    left: 30px;
    width: 184px 
}
.postid-174871 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"] {
    top: 64px;
    left: 147px;
    width: 197px 
}
.postid-174871 .review_single_blk.has_map.review_2_map .country_blk[data-blk="5"] {
    top: 309px;
    left: 255px;
    width: 142px 
}
.postid-174871 .review_single_blk.has_map.review_2_map .country_blk[data-blk="6"] {
    top: 237px;
    left: 565px;
    width: 118px 
}
.postid-174871 .review_single_blk.has_map.review_2_map .country_blk[data-blk="7"] {
    top: 151px;
    left: 511px;
    width: 213px 
}
.postid-174871 .review_single_blk.has_map.review_2_map .country_blk[data-blk="8"] {
    top: 186px;
    left: 51px;
    width: 142px 
}
.postid-174871 .review_single_blk.has_map.review_2_map .country_blk[data-blk="9"] {
    top: 243px;
    left: 384px;
    width: 118px 
}
.postid-174871 .review_single_blk.has_map.review_2_map .country_blk[data-blk="11"] {
    top: 147px;
    left: 244px;
    width: 118px 
}
.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, .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: #fff;
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px 
}
.review_article_image strong a {
    font-weight: inherit;
    color: inherit;
    font-size: 0.9em;
}
.review_article_blk p, .review_article_blk ul {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: .02em;
    color: #17181f;
    padding: 20px 24px 24px 24px;
    margin: 0 
}
main[data-article_type="4"] .review_article_blk ul li {
    line-height: 140%;
    margin-bottom: 10px 
}
.review_article_blk p+p, .review_article_blk p+ul, .review_article_blk ul+p {
    padding-top: 0 
}
.review_article_blk ul+p {
    margin-top: -10px 
}
.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.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: #000 
}
.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: #000 
}
.review_single_blk.has_quote.s p {
    font-size: 16px;
    line-height: 140%;
    letter-spacing: .01em 
}
.review_single_blk.has_quote em, .review_single_blk.has_quote span, .review_single_blk.has_quote strong {
    display: block;
    font-size: 12px;
    line-height: 15px;
    color: #000;
    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 
}
.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 
}
.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 
}
.postid-147743 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"] {
    top: 36px;
    left: 318px;
    width: 208px 
}
.postid-147743 .review_single_blk.has_map.review_2_map .country_blk[data-blk="2"] {
    top: 292px;
    left: 982px;
    width: 182px 
}
.postid-147743 .review_single_blk.has_map.review_2_map .country_blk[data-blk="2"]:before {
    content: "";
    width: 26px;
    height: 1px;
    background: #000;
    right: 210px;
    position: absolute;
    transform: rotate(34deg);
    top: -8px 
}
.postid-147743 .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: 225px;
    position: absolute;
    top: -18px 
}
.postid-147743 .review_single_blk.has_map.review_2_map .country_blk[data-blk="3"] {
    top: 497px;
    left: 882px;
    width: 164px 
}
.postid-147743 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"] {
    top: 503px;
    left: 389px;
    width: 220px 
}
.postid-147743 .review_single_blk.has_map.review_2_map .country_blk[data-blk="5"] {
    top: 123px;
    left: 587px;
    width: 133px 
}
.postid-147743 .review_single_blk.has_map.review_2_map .country_blk[data-blk="6"] {
    top: 497px;
    left: 882px;
    width: 164px 
}
.postid-147743 .review_single_blk.has_map.review_2_map .country_blk[data-blk="7"] {
    top: 276px;
    left: 31px;
    width: 190px 
}
.postid-147743 .review_single_blk.has_map.review_2_map .country_blk[data-blk="7"]:before {
    content: "";
    width: 68px;
    height: 1px;
    background: #000;
    right: -61px;
    position: absolute;
    transform: rotate(36deg);
    top: 20px 
}
.postid-147743 .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: -60px;
    position: absolute;
    top: 36px 
}
.postid-147743 .review_single_blk.has_map.review_2_map .country_blk[data-blk="8"] {
    top: 104px;
    left: 31px;
    width: 200px 
}
.postid-147743 .review_single_blk.has_map.review_2_map .country_blk[data-blk="9"] {
    top: 254px;
    left: 369px;
    width: 157px 
}
.postid-147743 .review_single_blk.has_map.review_2_map .country_blk[data-blk="10"] {
    top: 347px;
    left: 712px;
    width: 135px 
}
.postid-147743 .review_single_blk.has_map.review_2_map .country_blk[data-blk="11"] {
    top: 382px;
    left: 415px;
    width: 212px 
}
.postid-147743 .review_single_blk.has_map.review_2_map .country_blk[data-blk="12"] {
    top: 96px;
    left: 999px;
    width: 165px 
}
.postid-147743 .review_single_blk.has_map.review_2_map .country_blk[data-blk="13"] {
    top: 371px;
    left: 31px;
    width: 200px 
}
.postid-147743 .review_single_blk.has_map.review_2_map .country_blk[data-blk="13"]:before {
    content: "";
    width: 29px;
    height: 1px;
    background: #000;
    right: -26px;
    position: absolute;
    transform: rotate(-46deg);
    top: -11px 
}
.postid-147743 .review_single_blk.has_map.review_2_map .country_blk[data-blk="13"]:after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #000;
    right: -26px;
    position: absolute;
    top: -24px 
}
.postid-180833 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"] {
    top: 255px;
    left: 513px;
    width: 208px 
}
.postid-180833 .review_single_blk.has_map.review_2_map .country_blk[data-blk="2"] {
    top: 167px;
    left: 121px;
    width: 221px 
}
.postid-180833 .review_single_blk.has_map.review_2_map .country_blk[data-blk="3"] {
    top: 157px;
    left: 411px;
    width: 148px 
}
.postid-180833 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"] {
    top: 57px;
    left: 376px;
    width: 220px 
}
.postid-180833 .review_single_blk.has_map.review_2_map .country_blk[data-blk="5"] {
    top: 53px;
    left: 141px;
    width: 203px 
}
.postid-180833 .review_single_blk.has_map.review_2_map .country_blk[data-blk="7"] {
    top: 253px;
    left: 254px;
    width: 153px 
}
.postid-180833 .review_single_blk.has_map.review_2_map .country_blk[data-blk="8"] {
    top: 362px;
    left: 160px;
    width: 119px 
}
.postid-183784 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"] {
    top: 114px;
    left: 183px;
    width: 208px 
}
.postid-183784 .review_single_blk.has_map.review_2_map .country_blk[data-blk="2"] {
    top: 305px;
    left: 31px;
    width: 202px 
}
.postid-183784 .review_single_blk.has_map.review_2_map .country_blk[data-blk="3"] {
    top: 166px;
    left: 228px;
    width: 209px 
}
.postid-183784 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"] {
    top: 229px;
    left: 613px;
    width: 142px 
}
.postid-183784 .review_single_blk.has_map.review_2_map .country_blk[data-blk="5"] {
    top: 316px;
    left: 481px;
    width: 189px 
}
.postid-183784 .review_single_blk.has_map.review_2_map .country_blk[data-blk="6"] {
    top: 118px;
    left: 589px;
    width: 150px 
}
.postid-183784 .review_single_blk.has_map.review_2_map .country_blk[data-blk="7"] {
    top: 211px;
    left: 269px;
    width: 190px 
}
.postid-183784 .review_single_blk.has_map.review_2_map .country_blk[data-blk="8"] {
    top: 254px;
    left: 454px;
    width: 117px 
}
.has_stocks .reviews_has_halves {
    margin-bottom: 20px 
}
[data-article_type="4"] .review_single_blk.has_region {
    width: calc(100% - 48px);
    padding: 24px 
}
[data-article_type="4"] .review_single_blk.has_region p:first-child {
    text-align: center;
    margin-bottom: 25px 
}
[data-article_type="4"] .review_single_blk.has_region img {
    position: static 
}
[data-article_type="4"] .review_single_blk.has_map .country_blk {
    font-size: 10px;
    line-height: 120%;
    padding: 8px 
}
[data-article_type="4"] .review_single_blk.has_map .country_blk a {
    font-size: 10px;
    line-height: 120% 
}
.postid-150901 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"] {
    top: 176px;
    left: 10px;
    width: 163px 
}
.postid-150901 .review_single_blk.has_map.review_2_map .country_blk[data-blk="2"] {
    top: 243px;
    left: 10px;
    width: 179px 
}
.postid-150901 .review_single_blk.has_map.review_2_map .country_blk[data-blk="3"] {
    top: 175px;
    left: 224px;
    width: 184px 
}
.postid-150901 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"] {
    top: 39px;
    left: 545px;
    width: 131px 
}
.postid-150901 .review_single_blk.has_map.review_2_map .country_blk[data-blk="5"] {
    top: 123px;
    left: 173px;
    width: 206px 
}
.postid-150901 .review_single_blk.has_map.review_2_map .country_blk[data-blk="6"] {
    top: 244px;
    left: 250px;
    width: 119px 
}
.postid-150901 .review_single_blk.has_map.review_2_map .country_blk[data-blk="7"] {
    top: 182px;
    left: 621px;
    width: 125px 
}
.postid-150901 .review_single_blk.has_map.review_2_map .country_blk[data-blk="8"] {
    top: 48px;
    left: 427px;
    width: 88px 
}
.postid-150901 .review_single_blk.has_map.review_2_map .country_blk[data-blk="9"] {
    top: 66px;
    left: 249px;
    width: 153px 
}
.postid-150901 .review_single_blk.has_map.review_2_map .country_blk[data-blk="10"] {
    top: 211px;
    left: 444px;
    width: 83px 
}
.postid-150901 .review_single_blk.has_map.review_2_map .country_blk[data-blk="11"] {
    top: 253px;
    left: 572px;
    width: 137px 
}
.postid-163715 .review_single_blk.has_map.review_2_map .country_blk[data-blk="3"] {
    top: 223px;
    left: 385px;
    width: 126px 
}
.postid-163715 .review_single_blk.has_map.review_2_map .country_blk[data-blk="2"] {
    top: 162px;
    left: 571px;
    width: 166px 
}
.postid-163715 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"] {
    top: 84px;
    left: 366px;
    width: 149px 
}
.postid-163715 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"] {
    top: 111px;
    left: 68px;
    width: 208px 
}
.postid-169298 .review_single_blk.has_map.review_2_map .country_blk[data-blk="3"] {
    top: 227px;
    left: 500px;
    width: 141px 
}
.postid-169298 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"] {
    top: 210px;
    left: 307px;
    width: 150px 
}
.postid-169298 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"] {
    top: 87px;
    left: 123px;
    width: 220px 
}
.postid-169298 .review_single_blk.has_map.review_2_map .country_blk[data-blk="5"] {
    top: 141px;
    left: 123px;
    width: 220px 
}
.postid-169298 .review_single_blk.has_map.review_2_map .country_blk[data-blk="2"] {
    top: 71px;
    left: 389px;
    width: 221px 
}
.postid-172321 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"] {
    top: 243px;
    left: 31px;
    width: 161px 
}
.postid-172321 .review_single_blk.has_map.review_2_map .country_blk[data-blk="2"] {
    top: 167px;
    left: 283px;
    width: 151px 
}
.postid-172321 .review_single_blk.has_map.review_2_map .country_blk[data-blk="3"] {
    top: 156px;
    left: 30px;
    width: 160px 
}
.postid-172321 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"] {
    top: 173px;
    left: 499px;
    width: 152px 
}
.postid-172321 .review_single_blk.has_map.review_2_map .country_blk[data-blk="5"] {
    top: 88px;
    left: 422px;
    width: 157px 
}
.postid-177866 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"] {
    top: 182px;
    left: 600px;
    width: 138px 
}
.postid-177866 .review_single_blk.has_map.review_2_map .country_blk[data-blk="2"] {
    top: 242px;
    left: 31px;
    width: 164px 
}
.postid-177866 .review_single_blk.has_map.review_2_map .country_blk[data-blk="3"] {
    top: 19px;
    left: 30px;
    width: 185px 
}
.postid-177866 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"] {
    top: 13px;
    left: 389px;
    width: 220px 
}
.postid-177866 .review_single_blk.has_map.review_2_map .country_blk[data-blk="5"] {
    top: 67px;
    left: 244px;
    width: 106px 
}
.postid-177866 .review_single_blk.has_map.review_2_map .country_blk[data-blk="6"] {
    top: 172px;
    left: 274px;
    width: 117px 
}
.postid-177866 .review_single_blk.has_map.review_2_map .country_blk[data-blk="7"] {
    top: 99px;
    left: 480px;
    width: 116px 
}
.postid-186500 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"] {
    top: 79px;
    left: 54px;
    width: 155px 
}
.postid-186500 .review_single_blk.has_map.review_2_map .country_blk[data-blk="2"] {
    top: 151px;
    left: 270px;
    width: 131px 
}
.postid-186500 .review_single_blk.has_map.review_2_map .country_blk[data-blk="3"] {
    top: 25px;
    left: 234px;
    width: 114px 
}
.postid-186500 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"] {
    top: 21px;
    left: 389px;
    width: 220px 
}
.postid-186500 .review_single_blk.has_map.review_2_map .country_blk[data-blk="5"] {
    top: 82px;
    left: 461px;
    width: 140px 
}
.postid-186500 .review_single_blk.has_map.review_2_map .country_blk[data-blk="6"] {
    top: 175px;
    left: 428px;
    width: 83px 
}
.postid-186500 .review_single_blk.has_map.review_2_map .country_blk[data-blk="7"] {
    top: 189px;
    left: 551px;
    width: 100px 
}
.postid-189718 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"] {
    top: 30px;
    left: 460px;
    width: 208px 
}
.postid-189718 .review_single_blk.has_map.review_2_map .country_blk[data-blk="3"] {
    top: 139px;
    left: 375px;
    width: 130px 
}
.postid-189718 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"] {
    top: 75px;
    left: 190px;
    width: 151px 
}
.postid-189718 .review_single_blk.has_map.review_2_map .country_blk[data-blk="5"] {
    top: 209px;
    left: 435px;
    width: 142px 
}
.postid-189718 .review_single_blk.has_map.review_2_map .country_blk[data-blk="6"] {
    top: 184px;
    left: 623px;
    width: 107px 
}
.postid-189718 .review_single_blk.has_map.review_2_map .country_blk[data-blk="7"] {
    top: 173px;
    left: 174px;
    width: 160px 
}
.postid-192378 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"] {
    top: 114px;
    left: 160px;
    width: 208px 
}
.postid-192378 .review_single_blk.has_map.review_2_map .country_blk[data-blk="2"] {
    top: 30px;
    left: 331px;
    width: 221px 
}
.postid-192378 .review_single_blk.has_map.review_2_map .country_blk[data-blk="3"] {
    top: 81px;
    left: 425px;
    width: 184px 
}
.postid-192378 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"] {
    top: 187px;
    left: 49px;
    width: 180px 
}
.postid-192378 .review_single_blk.has_map.review_2_map .country_blk[data-blk="5"] {
    top: 208px;
    left: 324px;
    width: 140px 
}
.postid-192378 .review_single_blk.has_map.review_2_map .country_blk[data-blk="6"] {
    top: 284px;
    left: 147px;
    width: 150px 
}
.postid-192378 .review_single_blk.has_map.review_2_map .country_blk[data-blk="7"] {
    top: 168px;
    left: 495px;
    width: 190px 
}
.postid-196956 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"] {
    top: 186px;
    left: 343px;
    width: 208px;
}
.postid-196956 .review_single_blk.has_map.review_2_map .country_blk[data-blk="2"] {
    top: 239px;
    left: 42px;
    width: 141px;
}
.postid-196956 .review_single_blk.has_map.review_2_map .country_blk[data-blk="3"] {
    top: 266px;
    left: 523px;
    width: 145px;
}
.postid-196956 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"] {
    top: 91px;
    left: 346px;
    width: 147px;
}
.postid-196956 .review_single_blk.has_map.review_2_map .country_blk[data-blk="5"] {
    top: 105px;
    left: 622px;
    width: 113px;
}
.postid-196956 .review_single_blk.has_map.review_2_map .country_blk[data-blk="6"] {
    top: 245px;
    left: 264px;
    width: 136px;
}
[data-article_type="4"] .review_single_blk.has_quote {
    min-height: 165px 
}
[data-article_type="4"] .blocks-gallery-grid {
    margin-top: 0 
}
[data-article_type="4"] .this_is_h3, [data-article_type="5"] .this_is_h3 {
    margin-top: -8px;
    font-size: 12px;
    font-weight: 400 
}
.monthly_review_navigation_bottom a {
    margin-left: 0;
    font-size: inherit !important;
    color: inherit 
}
.monthly_review_navigation_bottom p a {
    text-decoration: underline 
}
.post_content .monthly_review_navigation_bottom ul li:before {
    top: 6px 
}
.cryptocurrency_tag_additional_data {
    padding: 20px 0 20px 0;
    margin-top: -31px;
    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: block;
    width: 100%; 
}
.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.single_column_tag_additional_data .left_col{
    width: 100%;
}
.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: 0 
}
.cryptocurrency_tag_additional_data .single_page_currency_widget.single_column_tag_wigdet{
    background: #fff;
    padding: 20px 0px;
}
.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.single_column_tag_wigdet .col.has_chart{
    height: 300px;
}
.cryptocurrency_tag_additional_data .single_page_currency_widget.single_column_tag_wigdet .col.has_chart #chart_1{
    aspect-ratio: auto 1180 / 300;
}
.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 
}
.cryptocurrency_tag_price_and_more{
    border-top: 1px solid #DEE2EB;
    border-bottom: 1px solid #DEE2EB;
    padding: 10px 0;
    margin: 24px 0;
}
.spcw_col{
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}
.spcw_col span{
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #B1B4B6;
    margin: 0;
}
.spcw_price p{
    font-weight: 700;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: 0.02em;
    color: #151944;
    margin: 8px 0 0 0;
}
.spcw_change p{
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.03em;
    color: #404DC9;
    margin: 11px 0 0 0;
}
[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: .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: .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, .postid-160368 main, .postid-194599 main, .postid-222410 main, .postid-247280 main , .postid-247828 main {
    background: url(/wp-content/themes/forklogv2/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 
}
.postid-271564 main, .postid-272274 main {
    background: url(/wp-content/themes/forklogv2/img/star2025.png) #070A11 center 80px;
    position: relative 
}
.postid-271564 .post_content>p, .postid-271564 .post_content>h2, .postid-271564 .post_content>h1, .postid-271564 .post_content>p a, .postid-271564 [data-article_type="5"] .similar_posts_right:not(.new_similar) a, .postid-271564 .post_bottom_socials p{
    color: #fff !important;
}
.postid-272274 .post_content>p, .postid-272274 .post_content>h2, .postid-272274 .post_content>h1, .postid-272274 .post_content>p a, .postid-272274 [data-article_type="5"] .similar_posts_right:not(.new_similar) a, .postid-272274 .post_bottom_socials p{
    color: #fff !important;
}
.page-id-120561 main:before, .postid-120964 main:before, .postid-160368 main:before, .postid-194599 main:before, .postid-222410 main::before, .postid-247280 main::before, .postid-247828 main::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    right: 0;
    height: 171px;
    background: url(/wp-content/themes/forklogv2/img/subsnybg.png) no-repeat center;
    background-size: 100% 171px 
}
.page-id-120561 .post_content, .postid-120964 .post_content, .postid-160368 .post_content, .postid-194599 .post_content, .postid-222410 .post_content, .postid-247280 main .post_content, .postid-247828 main .post_content {
    position: relative 
}
.page-id-120561 .post_content:after {
    content: "";
    position: absolute;
    right: -425px;
    bottom: -93px;
    height: 790px;
    width: 318px;
    background: url(/wp-content/themes/forklogv2/img/nyufo.svg) no-repeat center 
}
.page-id-120561 .post_content h1, .postid-120964 .post_content h1, .postid-160368 .post_content h1, .postid-194599 .post_content h1, .postid-222410 .post_content h1, .postid-247280 main h1, .postid-247828 main h1 {
    padding-top: 44px;
    margin-top: 0 !important;
    color: #fff 
}
.page-id-120561 .post_content p, .postid-120964 .post_content h2, .postid-120964 .post_content p, .postid-160368 .post_content h2, .postid-160368 .post_content p, .postid-194599 .post_content p, .postid-194599 .post_content h2, .postid-222410 .post_content p, .postid-222410 .post_content h2, .postid-222410 .similar_posts_right a, .postid-222410 .left_aside_nav ul:not(#menu-chetvertoe-menyu-v-sajdbare) li a, .postid-247280 .post_content p, .postid-247280 .post_content h2, .postid-247280 .similar_posts_right a, .postid-247280 .left_aside_nav ul:not(#menu-chetvertoe-menyu-v-sajdbare) li a, .postid-247828 .post_content p, .postid-247828 .post_content h2, .postid-247828 .similar_posts_right a, .postid-247828 .left_aside_nav ul:not(#menu-chetvertoe-menyu-v-sajdbare) li a, .single-quiz .left_aside_nav ul:not(#menu-chetvertoe-menyu-v-sajdbare) li a {
    color: #fff 
}
.page-id-120561 .gototop, .page-id-120561 .similar_posts_right, .page-id-120561 img.m, .postid-120964 .gototop, .postid-120964 .similar_posts_right, .postid-222410 .similar_posts_right.new_similar, .postid-222410 .insidepost, .postid-247280 .insidepost, .postid-247828 .insidepost{
    display: none !important 
}
.postid-222410 .similar_posts_right:not(.new_similar) a, .postid-247280 .similar_posts_right:not(.new_similar) a, .postid-247828 .similar_posts_right:not(.new_similar) a{
    line-height: 150%;
    font-size: 10px;
}
.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, .postid-160368 .subscribe_blk, .postid-194599 .subscribe_blk {
    background: #dcdff0 
}
.page-id-120561 .subscribe_blk_desc, .postid-120964 .subscribe_blk_desc, .postid-160368 .subscribe_blk_desc, .postid-194599 .subscribe_blk_desc {
    background: url(/wp-content/themes/forklogv2/img/ny2020bg.svg) no-repeat center #17181f;
    background-size: cover 
}
.postid-120964 #disqus_thread, .postid-160368 #disqus_thread {
    padding: 20px;
    box-sizing: border-box;
    background: #dcdff0 
}
.top10_single_article {
    display: block;
    margin-bottom: 15px;
    background: #fff;
    position: relative;
    box-shadow: 0 0 4px rgba(61, 80, 108, .2), 0 0 8px rgba(92, 133, 182, .15) 
}
.top10_single_article br {
    display: none 
}
.top10_single_article>a {
    display: flex;
    align-items: stretch;
    min-height: 198px 
}
.top10_single_article.has_inner_link{
    align-items: stretch;
    display: flex;
}
.top10_single_article.has_inner_link>a{
    flex-basis: 390px;
}
.top10_single_article.has_inner_link .img{
    width: 100%;
    height: 100%;
}
.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: .02em;
    color: #17181f !important 
}
.top10_single_article p.heading, .top10_single_article h3.heading {
    font-weight: 700;
    font-size: 18px;
    line-height: 130% 
}
.top10_single_article h3.heading a{
    color: #0e0f14;
    font-weight: 700;
}
.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(/wp-content/themes/forklogv2/img/views_2.svg) no-repeat left center 
}
.postid-120964 .similar_posts_bottom, .postid-120964 .similar_posts_bottom_heading, .postid-120964 .single_boba {
    display: none !important 
}
.postid-160368 .top10_single_article p.views {
    bottom: 0 
}
.page-id-120791 main, .page-id-120993 main, .page-id-121001 main, .page-id-121004 main {
    background: url(/wp-content/themes/forklogv2/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: 700;
    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 
}
.q_ans p, .q_res_blk, .quiz_wrap .quiz_blk:not(.quiz_start) {
    display: none 
}
.page-id-120993 .q_ans p, .page-id-120993 .q_res_blk, .page-id-120993 .quiz_wrap .quiz_blk, .page-id-121001 .q_ans p, .page-id-121001 .q_res_blk, .page-id-121001 .quiz_wrap .quiz_blk, .page-id-121004 .q_ans p, .page-id-121004 .q_res_blk, .page-id-121004 .quiz_wrap .quiz_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, .postid-160368 .gototop, .postid-194599 .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: 0 4px 6px #a29aca, 0 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 
}
.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 
}
.gtb_tests_correct_answer>:not(.gtb_answer_text), .gtb_tests_incorrect_answer>:not(.gtb_answer_text), .single-quiz .post_content>* {
    display: none 
}
.single-quiz .article_image_mob {
    display: none !important 
}
.single-quiz .post_content .gtb_tests_description, .single-quiz .post_content h1 {
    display: block 
}
.gtb_tests_result, .single-quiz .post_content .gtb_tests_description, .single-quiz .post_content .gtb_tests_question_wrap {
    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: 18px;
    line-height: 130%; 
}
.single-quiz .gtb_tests_correct_answer, .single-quiz .gtb_tests_incorrect_answer {
    background: 0 
}
.single-quiz .gtb_answer_text:not(.gtb_tests_result .gtb_answer_text) {
    margin: 0;
    cursor: pointer;
    border: 0;
    padding: 0;
    line-height: 62px;
    border-radius: 38px;
    box-sizing: border-box;
    border: 1px #DEE2EB solid;
}
.single-quiz .gtb_tests_incorrect_answer .answered {
    border: 2px #B71A15 solid !important;
}
.single-quiz .gtb_tests_correct_answer .answered {
    border: 2px #0D9624 solid !important;
}
.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: 700;
    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 #da0, .single-quiz #da1, .single-quiz #da2, .single-quiz #ma0, .single-quiz #ma1, .single-quiz #ma2, .single-quiz p.nocomments, [data-article_type="4"] #da1, [data-article_type="4"] #ma1, [data-article_type="4"] #ma2 {
    display: none !important 
}
.single-quiz .post_content + .inner{
    display: none !important;
}
.single-quiz .gtb_tests_correct_answer, .single-quiz .gtb_tests_incorrect_answer{
    /*border: 1px #DEE2EB solid;
    box-sizing: border-box;
    height: 62px;
    border-radius: 38px;*/
    margin-bottom: 8px;
}
.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% - 30px);
    margin: 20px 10px;
    display: inline-block;
    vertical-align: top 
}
.defi_single_widget .apy {
    display: none;
    vertical-align: top;
    height: 206px;
    width: 203px;
    background: url(/wp-content/themes/forklogv2/img/1inchlogo.svg) no-repeat center #f2f7ff;
    background-size: contain;
    text-align: center 
}
.defi_single_widget .apy p {
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: .02em;
    color: #17181f;
    margin-top: 52px;
    margin-bottom: 0 
}
.defi_single_widget .apy span {
    font-weight: 700;
    font-size: 25px;
    line-height: 100%;
    text-align: center;
    letter-spacing: .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: #fff;
    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: 130px 
}
.defi_single_widget .defi_widget_row span:nth-child(2) {
    width: 55px;
    text-align: right 
}
.defi_single_widget .defi_widget_row span:nth-child(3), .defi_single_widget .defi_widget_row span:nth-child(4) {
    width: 173px;
    text-align: right 
}
.defi_single_widget .defi_widget_row span:nth-child(5) {
    width: 207px;
    text-align: right 
}
.defi_single_widget .defi_widget_row.head_row {
    font-size: 12px;
    line-height: 100%;
    letter-spacing: .02em;
    color: #65687d;
    height: 20px 
}
.defi_single_widget .defi_widget_row.token_row {
    font-size: 14px;
    line-height: 100%;
    letter-spacing: .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;
    max-width: 180px;
    width: 100%;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    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: 378px;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: .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: .03em;
    text-transform: lowercase;
    color: #17181f;
    float: right 
}
.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: .02em;
    color: #17181f;
    display: block;
    font-weight: 400 
}
.allbridge_single_widget {
    display: block;
    position: relative;
    width: 100%;
    height: 79px;
    background: url(/wp-content/themes/forklogv2/img/allbridge_widget_bg.png) no-repeat center;
    z-index: 1 
}
.allbridge_single_widget a:first-of-type {
    position: absolute;
    left: 23px;
    top: 30px 
}
.allbridge_single_widget .select_blk {
    width: 182px;
    height: 32px;
    background: linear-gradient(180deg, #0b3f45 0, rgba(0, 0, 0, 0) 100%);
    box-shadow: inset 0 .720811px 3.24365px rgba(0, 156, 199, .5);
    filter: drop-shadow(0 0 36.0405px rgba(0, 180, 199, .6));
    border-radius: 5px;
    position: absolute;
    top: 23px;
    box-sizing: border-box;
    padding: 0 24px;
    cursor: pointer;
    text-align: center 
}
.allbridge_single_widget .select_blk:first-of-type {
    left: 158px 
}
.allbridge_single_widget .select_blk:last-of-type {
    left: 388px 
}
.allbridge_single_widget .select_blk>span {
    display: block;
    text-align: center;
    line-height: 32px;
    font-weight: 600;
    font-size: 12px;
    color: #c8ffff;
    z-index: 3;
    position: relative 
}
.allbridge_single_widget .select_blk:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 8px;
    right: 6px;
    background: url(/wp-content/themes/forklogv2/img/allbridge_arrow.svg) no-repeat center;
    z-index: 3 
}
.allbridge_single_widget .select_blk:last-of-type:before {
    content: "";
    width: 12px;
    height: 20px;
    position: absolute;
    top: 9px;
    left: -29px;
    background: url(/wp-content/themes/forklogv2/img/allbridge_divider.svg) no-repeat center 
}
.allbridge_single_widget a:last-of-type {
    position: absolute;
    right: 23px;
    top: 23px;
    background: linear-gradient(180deg, #5effff 0, #36a7a7 100%);
    box-shadow: 0 0 2px rgba(49, 110, 114, .82), 0 2px 4px rgba(0, 2, 2, .79);
    border-radius: 5px;
    width: 160px;
    height: 32px;
    font-weight: 600;
    font-size: 14px;
    line-height: 32px;
    color: #fff;
    text-align: center 
}
.allbridge_single_widget .allbridge_tokens {
    position: absolute;
    top: 0;
    width: 100%;
    height: 194px;
    background: linear-gradient(180deg, #1494a2 0, rgba(54, 48, 48, 0) 100%) #0c1015;
    box-shadow: inset 0 .720811px 3.24365px rgba(46, 210, 255, .5);
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .25)) drop-shadow(0 2px 8px rgba(13, 14, 18, .4)) drop-shadow(0 0 36.0405px rgba(46, 235, 255, .6));
    border-radius: 5px;
    z-index: 2;
    left: 0;
    padding-top: 35px;
    display: none 
}
.allbridge_single_widget .allbridge_tokens_wrap {
    overflow-y: auto;
    height: 194px;
    width: calc(100% - 1px);
    scrollbar-color: #6dd transparent;
    scrollbar-width: thin;
    box-sizing: border-box;
    padding: 0 1px 
}
.allbridge_single_widget .allbridge_tokens span {
    display: block;
    font-weight: 600;
    font-size: 12px;
    padding: 9px 0;
    text-align: center;
    color: #fff 
}
.allbridge_single_widget .allbridge_tokens span.selected {
    background: rgba(20, 32, 36, .1);
    box-shadow: inset 0 .720811px 3.24365px rgba(11, 37, 45, .5);
    border-radius: 5px 
}
.allbridge_single_widget .allbridge_tokens_wrap::-webkit-scrollbar {
    width: 1px 
}
.allbridge_single_widget .allbridge_tokens_wrap::-webkit-scrollbar-track {
    background: 0 
}
.allbridge_single_widget .allbridge_tokens_wrap::-webkit-scrollbar-thumb {
    background: #6dd;
    box-shadow: 0 0 2px rgba(61, 71, 143, .2), 0 2px 4px rgba(61, 71, 143, .15);
    border-radius: 5px 
}
.allbridge_single_widget .allbridge_tokens_wrap::-webkit-scrollbar-thumb:hover {
    background: #6dd;
    box-shadow: 0 0 2px rgba(61, 71, 143, .2), 0 2px 4px rgba(61, 71, 143, .15);
    border-radius: 5px 
}
.allbridge_single_widget .select_blk.drop .allbridge_tokens {
    display: block 
}
.allbridge_single_widget .select_blk.drop:after {
    background: url(/wp-content/themes/forklogv2/img/allbridge_arrow_a.svg) no-repeat center 
}
.matrixport_bottom_page_widget {
    width: 100%;
    height: 208px;
    position: relative;
    background: url(/wp-content/themes/forklogv2/img/matrixportwidget_bg.png) no-repeat right center 
}
.matrixport_bottom_page_widget_tab {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none 
}
.matrixport_bottom_page_widget_tab p {
    position: absolute;
    top: 34px;
    left: 129px;
    width: 423px;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: .02em;
    color: #fff;
    margin-top: 0 
}
.matrixport_bottom_page_widget_tab.first {
    background: url(/wp-content/themes/forklogv2/img/matrixportwidget_first.png) no-repeat left center;
    display: block 
}
.matrixport_bottom_page_widget_tab.last {
    background: url(/wp-content/themes/forklogv2/img/matrixportwidget_last.png) no-repeat left center 
}
.matrixport_bottom_page_widget_buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 520px;
    align-items: flex-end;
    display: flex 
}
.matrixport_bottom_page_widget_buttons span {
    flex: 1;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #d3deff;
    background: #12318d;
    display: inline-block;
    height: 27px;
    padding-top: 18px;
    cursor: pointer 
}
.matrixport_bottom_page_widget_buttons span:first-child {
    border-radius: 25px 0 0 0 
}
.matrixport_bottom_page_widget_buttons span:last-child {
    border-radius: 0 25px 0 0 
}
.matrixport_bottom_page_widget_buttons span.active {
    color: #fff;
    padding-top: 20px;
    height: 30px;
    background: #173aa2 
}
.matrixport_bottom_page_widget a {
    position: absolute;
    bottom: 0;
    right: 1px;
    width: 234px;
    height: 49px;
    line-height: 49px;
    border-radius: 28px 0 0 0;
    background: linear-gradient(0, #fbbb04 0, #ffd458 100%);
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #fff;
    text-shadow: -1px 1px #bd900f;
    overflow: hidden 
}
.matrixport_bottom_page_widget a:before {
    content: "";
    background: linear-gradient(90deg, #fff 0, rgba(255, 255, 255, 0) 100%);
    filter: blur(12px);
    width: 14px;
    height: 148px;
    position: absolute;
    left: 0;
    top: -57px;
    animation: 4s linear 0s infinite running moveblur 
}
.not_embedded_article {
    display: block;
    position: relative;
    background: #F0F3FD;
    margin-bottom: 30px;
    height: 200px;
}
.not_embedded_article a {
    text-decoration: none 
}
.not_embed_heading {
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    color: #17181f;
    margin: 0 0 15px 267px;
    padding-top: 20px;
    width: calc(100% - 290px);
}
.not_embedded_article img {
    width: 250px;
    position: absolute;
    left: 0;
    height: 200px;
    top: 0;
    object-fit: cover;
}
.not_embed_description {
    width: calc(100% - 290px);
    letter-spacing: .02em;
    color: #17181f;
    font-size: 14px;
    line-height: 130%;
    margin: 0 0 15px 267px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
/*.category_single_aside.wide .aside_subscribe_blk {
    display: none 
}*/
.category-news .category_single_aside.wide .aside_subscribe_blk, .category-exclusive .category_single_aside.wide .aside_subscribe_blk, .tag .category_single_aside.wide .aside_subscribe_blk, .category-cryptorium .category_single_aside.wide .aside_subscribe_blk, .search .category_single_aside.wide .aside_subscribe_blk{
    display: block;
    position: relative;
}
.category-news .category_single_aside.wide .aside_subscribe_blk p, .category-cryptorium .aside_subscribe_blk p, .category-exclusive .aside_subscribe_blk p, .tag .aside_subscribe_blk p, .search .aside_subscribe_blk p, .sp_page .category_single_aside.wide .aside_subscribe_blk, .page:not(.page-id-109537) .category_single_aside.wide .aside_subscribe_blk{
    font-size: 19px;
}
.category-news .aside_subscribe_blk input[type=email], .category-cryptorium .aside_subscribe_blk input[type=email], .category-exclusive .aside_subscribe_blk input[type=email], .tag .aside_subscribe_blk input[type=email], .search .aside_subscribe_blk input[type=email], .sp_page .category_single_aside.wide .aside_subscribe_blk input[type=email], .page:not(.page-id-109537) .category_single_aside.wide .aside_subscribe_blk input[type=email]{
    border-radius: 8px;
}
.category-news .aside_subscribe_blk label, .category-cryptorium .aside_subscribe_blk label, .category-exclusive .aside_subscribe_blk label, .tag .aside_subscribe_blk label, .search .aside_subscribe_blk label, .sp_page .aside_subscribe_blk label, .page:not(.page-id-109537) .aside_subscribe_blk label{
    padding-left: 39px;
    font-size: 14px;
}
.category-news .aside_subscribe_blk label:before, .category-cryptorium .aside_subscribe_blk label:before, .category-exclusive .aside_subscribe_blk label:before, .tag .aside_subscribe_blk label:before, .search .aside_subscribe_blk label:before, .sp_page .aside_subscribe_blk label:before, .page:not(.page-id-109537) .aside_subscribe_blk label:before{
    background: transparent;
    border: none
}
.category-news .aside_subscribe_blk input:checked+label:before, .category-cryptorium .aside_subscribe_blk input:checked+label:before, .category-exclusive .aside_subscribe_blk input:checked+label:before, .tag .aside_subscribe_blk input:checked+label:before, .search .aside_subscribe_blk input:checked+label:before, .sp_page .aside_subscribe_blk input:checked+label:before, .page:not(.page-id-109537) .aside_subscribe_blk input:checked+label:before{
    content: "";
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    height: 18px;
    width: 18px;
    border-radius: 100%;
    background: #0E0F14;
    z-index: 2;
}
.category-news .aside_subscribe_blk label:after, .category-cryptorium .aside_subscribe_blk label:after, .category-exclusive .aside_subscribe_blk label:after, .tag .aside_subscribe_blk label:after, .search .aside_subscribe_blk label:after, .sp_page .aside_subscribe_blk label:after, .page:not(.page-id-109537) .aside_subscribe_blk label:after{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    border-radius: 100%;
    border: 1.43158px solid #0E0F14;
    background: #fff;
    z-index: 1;
}
.category-news .aside_subscribe_blk input:checked+label:after, .category-cryptorium .aside_subscribe_blk input:checked+label:after, .category-exclusive .aside_subscribe_blk input:checked+label:after, .tag .aside_subscribe_blk input:checked+label:after, .search .aside_subscribe_blk input:checked+label:after, .sp_page .aside_subscribe_blk input:checked+label:after, .page:not(.page-id-109537) .aside_subscribe_blk input:checked+label:after {
    border: 1.43158px solid #0E0F14;
    background: transparent;
    left: 0;
}
.insidepost input:checked+label:after{
    content: "";
    position: absolute;
    left: 2px;
    top: 10px;
    /*transform: translateY(-50%);*/
    height: 16px;
    width: 16px;
    border-radius: 100%;
    background: #0E0F14;
    z-index: 2;
}
.aside_subscribe_blk{
    position: relative;
    display: none !important;
}
.category-cryptorium .post_bottom_socials_buttons_wrapper a{
    width: 44px;
    height: 44px;
}
.category-cryptorium .post_bottom_socials_buttons_wrapper a.tg {
    background: url(/wp-content/themes/forklogv2/img/fsb_tg_ico.svg) no-repeat 9px 12px #fff;
    background-size: 24px auto;
}
.category-cryptorium .post_bottom_socials_buttons_wrapper a.dc {
    background: url(/wp-content/themes/forklogv2/img/fsb_dc_ico.svg) no-repeat center 12px #fff;
    background-size: 27px auto;
}
.category-cryptorium .post_bottom_socials_buttons_wrapper a.ig {
    background: url(/wp-content/themes/forklogv2/img/fsb_ig_ico.svg) no-repeat center 11px #fff;
    background-size: 24px auto;
}
.category-cryptorium .post_bottom_socials_buttons_wrapper a.fb {
    background: url(/wp-content/themes/forklogv2/img/fsb_fb_ico.svg) no-repeat 16px 10px #fff;
    background-size: 13px auto;
}
[data-experiment_1="1"][data-device_type="0"] .category_single_aside.wide .aside_subscribe_blk {
    display: block 
}
[data-experiment_1="2"][data-device_type="0"] .post_content .aside_subscribe_blk {
    display: block 
}
[data-experiment_1="3"][data-device_type="0"] .post_content .aside_subscribe_blk, [data-experiment_1="3"] .category_single_aside.wide .aside_subscribe_blk {
    display: block 
}
.wp-embedded-content {
    clip: unset !important;
}
.aligncenter {
    clear: none !important 
}
.mob_nav_popup .aside_subscribe_blk, [data-device_type="2"] .post_content .aside_subscribe_blk {
    display: none;
    background: transparent;
    border: none;
    padding: 20px 0;
    width: 100%;
    border-bottom: 2px solid #65687D;
}
[data-device_type="2"] .post_content .aside_subscribe_blk {
    border-bottom: 1px solid #DEE2EB;
    border-top: 1px solid #DEE2EB;
    padding: 20px;
    width: calc(100% - 40px);
    display: block;
}
.mob_nav_popup .aside_subscribe_blk p, [data-device_type="2"] .post_content .aside_subscribe_blk p {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.02em;
}
.mob_nav_popup .aside_subscribe_blk form, [data-device_type="2"] .post_content .aside_subscribe_blk form {
    position: relative;
}
.mob_nav_popup .aside_subscribe_blk input[type="submit"], [data-device_type="2"] .post_content .aside_subscribe_blk input[type="submit"] {
    font-size: 0;
    top: 0;
    right: -2px;
    border: 1px solid #151544;
    border-radius: 8px;
    background: url(/wp-content/themes/forklogv2/img/form_chevron_r_b.svg) no-repeat center #fff;
    height: 40px;
    width: 64px;
}
.mob_nav_popup .aside_subscribe_blk label, [data-device_type="2"] .post_content .aside_subscribe_blk label {
    padding: 0;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    display: block;
    margin-top: 0;
}
.mob_nav_popup .aside_subscribe_blk label{
    padding-left: 35px;
}
[data-device_type="2"] .post_content .aside_subscribe_blk p, [data-device_type="2"] .post_content .aside_subscribe_blk label {
    color: #17181F;
}
[data-device_type="2"] .post_content .aside_subscribe_blk label {
    padding: 0 0 0 30px;
    line-height: 20px;
}
.mob_nav_popup .aside_subscribe_blk label::before, [data-device_type="2"] .post_content .aside_subscribe_blk label::before {
    left: 0;
}
.mob_nav_popup .aside_subscribe_blk label::after, [data-device_type="2"] .post_content .aside_subscribe_blk label::after {
    left: 0;
}
.mob_nav_popup .aside_subscribe_blk input:checked+label::after, [data-device_type="2"] .post_content .aside_subscribe_blk input:checked+label::after {
    left: 2px;
}
.mob_nav_popup .aside_subscribe_blk label{
    padding-top: 3px;
}
.mob_nav_popup .aside_subscribe_blk label::before{
    background: transparent;
    border-color: #fff;
}
.mob_nav_popup .aside_subscribe_blk input:checked + label::after{
    background: #fff;
    top: 10px;
    height: 16px;
    width: 16px;
}
[data-experiment_2="1"][data-device_type="2"] .mob_nav_popup .aside_subscribe_blk {
    display: block 
}
[data-experiment_2="2"][data-device_type="2"] .post_content .aside_subscribe_blk {
    display: block 
}
[data-experiment_2="3"][data-device_type="2"] .post_content .aside_subscribe_blk, [data-experiment_2="3"][data-device_type="2"] .mob_nav_popup .aside_subscribe_blk {
    display: block 
}
[data-experiment_3="1"] .similar_posts_right {
    display: none;
}
[data-experiment_3="1"] .similar_posts_right.new_similar, [data-is_cryptorium="1"] .similar_posts_right.new_similar, [data-article_type="4"] .similar_posts_right {
    display: block;
}
.similar_posts_right.new_similar {
    max-height: calc(100vh - 100px);
}
[data-experiment_3="1"][data-experiment_1="1"] .similar_posts_right.new_similar {
    max-height: calc(100vh - 431px);
}
[data-is_cryptorium="1"] .similar_posts_right.new_similar {
    max-height: 303px;
}
.post_content, .wp-embedded-content {
    position: relative !important;
}
.add_border-bottom {
    border-bottom: 1px solid #dcdcde;
}
.has_static_image .article_image img {
    width: 100%;
    height: 100%;
    position: static;
    object-fit: cover;
}
.post_bottom_socials {
    padding: 20px 30px;
    border: 1px solid #DEE2EB;
    width: calc(100% - 62px);
}
#cards_wrapper+.post_bottom_socials {
    margin-bottom: 20px;
}
.post_bottom_socials p {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    width: calc(100% - 240px);
}
.post_bottom_socials_buttons_wrapper {
    display: inline-block;
    vertical-align: middle;
}
.left_aside_nav .post_bottom_socials_buttons_wrapper{
    /*transform-origin: left top;
    transform: scale(0.65);*/
    padding-left: 22px;
    display: block;
    margin-top: 40px;
    /*width: 141%;*/
}
.post_bottom_socials_buttons_wrapper a {
    width: 62px;
    height: 62px;
    border: 1px solid #0E0F14;
    border-radius: 65px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    font-size: 0 !important;
}
.left_aside_nav .post_bottom_socials_buttons_wrapper a{
    width: 35px;
    height: 35px;
}
.left_aside_nav .post_bottom_socials_buttons_wrapper a.tg{
    background: url(/wp-content/themes/forklogv2/img/fsb_tg_ico.svg) no-repeat center 9px #fff;
    background-size: 21px auto;
}
.left_aside_nav .post_bottom_socials_buttons_wrapper a.dc{
    background: url(/wp-content/themes/forklogv2/img/fsb_dc_ico.svg) no-repeat 7px center #fff;
    background-size: 23px auto;
}
.left_aside_nav .post_bottom_socials_buttons_wrapper a.ig{
    background: url(/wp-content/themes/forklogv2/img/fsb_ig_ico.svg) no-repeat center #fff;
    background-size: 20px auto;
}
.left_aside_nav .post_bottom_socials_buttons_wrapper a.fb{
    background: url(/wp-content/themes/forklogv2/img/fsb_fb_ico.svg) no-repeat 13px center #fff;
    background-size: 10px auto;
}
.category_single_aside.wide .post_bottom_socials_buttons_wrapper a{
    width: 50px;
    height: 50px;
    background-position: center !important;
}
.post_bottom_socials_buttons_wrapper a:last-child {
    margin: 0;
}
.post_bottom_socials_buttons_wrapper a.tg {
    background: url(/wp-content/themes/forklogv2/img/fsb_tg_ico.svg) no-repeat center #fff;
    background-size: 31px auto;
}
.post_content .post_bottom_socials_buttons_wrapper a.x {
    background: url(/wp-content/themes/forklogv2/img/fsb_x_ico.svg) no-repeat center #fff;
    background-size: 28px auto;
}
.category_single_aside.wide .post_bottom_socials_buttons_wrapper a.tg {
    background: url(/wp-content/themes/forklogv2/img/fsb_tg_ico.svg) no-repeat 11px 14px #fff;
    background-size: 28px auto;
}
.post_bottom_socials_buttons_wrapper a.dc {
    background: url(/wp-content/themes/forklogv2/img/fsb_dc_ico.svg) no-repeat 15px 19px #fff;
    background-size: 36px auto;
}
.category_single_aside.wide .post_bottom_socials_buttons_wrapper a.dc {
    background: url(/wp-content/themes/forklogv2/img/fsb_dc_ico.svg) no-repeat 10px 14px #fff;
    background-size: 32px auto;
}
.post_bottom_socials_buttons_wrapper a.ig {
    background: url(/wp-content/themes/forklogv2/img/fsb_ig_ico.svg) no-repeat 18px 18px #fff;
    background-size: 30px auto;
}
.category_single_aside.wide .post_bottom_socials_buttons_wrapper a.ig {
    background: url(/wp-content/themes/forklogv2/img/fsb_ig_ico.svg) no-repeat center #fff;
    background-size: 26px auto;
}
.post_bottom_socials_buttons_wrapper a.fb {
    background: url(/wp-content/themes/forklogv2/img/fsb_fb_ico.svg) no-repeat center #fff;
    background-size: 17px auto;
}
.post_bottom_socials_buttons_wrapper a.yt {
    background: url(/wp-content/themes/forklogv2/img/fsb_yt_ico.svg) no-repeat center #fff;
    background-size: 32px auto;
}
.category_single_aside.wide .post_bottom_socials_buttons_wrapper a.fb {
    background: url(/wp-content/themes/forklogv2/img/fsb_fb_ico.svg) no-repeat 20px 13px #fff;
    background-size: 13px auto;
}
.post_bottom_socials_buttons_wrapper a.x {
    background: url(/wp-content/themes/forklogv2/img/fsb_x_ico.svg) no-repeat center #fff;
    background-size: 32px auto;
}
.post_content .twitter-tweet+.insidepost {
    margin-top: 20px;
}
.mob_brere {
    display: none;
}
[data-article_type="5"] .similar_posts_right {
    padding-bottom: 0;
    overflow: auto;
    max-height: calc(50vh - 120px);
}
[data-article_type="5"] .similar_posts_right:not(.new_similar) {
    padding-top: 10px;
}
[data-article_type="5"] .similar_posts_right:not(.new_similar) a {
    margin-left: 10px;
}
[data-article_type="1"] .similar_posts_right:not(.new_similar):not(.card_navigation){
    display: none;
}
.review_timelines .review_single_timeline_blk .timeline_tooltip p{
    font-size: 14px;
    margin-top: 0;
}
.cryptostocks_label{
    font-size:24px !important;
    margin-bottom: 20px !important;
}
.has_ventures{
    margin-bottom: 20px !important;
}
.has_ventures strong{
    font-size:24px !important;
}
.review_has_flag figure{
    display: inline-block;
    vertical-align: top;
}
.review_has_flag figure img{
    width: 80px !important;
}
.flag_content_wrap{
    display: inline-block;
    width: calc(100% - 100px);
    margin-left: 15px;
}
.multiple_flags{
    padding: 0 ;
    width: auto;
}
.multiple_flags .reviews_has_halves{
    align-items: flex-start;
}
.multiple_flags, .multiple_flags .review_half{
    background: transparent;
}
.multiple_flags .review_has_flag{
    background: #fff;
    margin-bottom: 10px;
    padding: 15px;
    font-size: 16px;
}
.review_month_best{
    display: none;
}
.multiple_flags .review_third .review_has_flag figure{
    text-align: center;
}
.has_formula{
    background: linear-gradient(180deg, #F4FEFF 0%, #ECF7F9 100%);
    padding: 10px;
    font-family: monospace;
    font-size: 140%;
    line-height: 140%;
    box-shadow: 0px 4px 8px rgba(26, 26, 26, 0.2);
    border-radius: 8px;
}
.has_formula td, .has_formula tr{
    border: none;
}
.header_subscribe_form_blk{
    position: absolute;
    right: 0;
    top: 44px;
    padding: 20px;
    box-sizing: border-box;
    width: 390px;
    display: none;
    background: #FBFBFB;
    box-shadow: 0px 4px 4px rgba(61, 71, 143, 0.2), 0px 4px 8px rgba(65, 84, 219, 0.1);
}
.header_subscribe_form_blk p {
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: .02em;
    color: #17181f;
    margin-top: 0;
    margin-bottom: 20px;
}
.header_subscribe_form_blk form {
    position: relative;
}
.header_subscribe_form_blk input[type="email"] {
    height: 39px;
    background: #FFFFFF;
    border: 1px solid #DEE2EB;
    border-radius: 8px;
    padding: 0 20px;
    width: calc(100% - 40px);
    font-size: 18px;
    outline: none;
}
.header_subscribe_form_blk input[type=submit]{
    text-transform: none;
    color: #181544;
    font-size: 0;
    top: 0;
    right: -2px;
    border: 1px solid #151544;
    border-radius: 8px;
    background: url(/wp-content/themes/forklogv2/img/form_chevron_r_b.svg) no-repeat center #fff;
    height: 40px;
    width: 64px;
    position: absolute;
}
.header_subscribe_form_blk label {
    padding: 0 0 0 30px;
    line-height: 20px;
    display: block;
    margin-top: 0;
    font-weight: 700;
    font-size: 12px;
    color: #17181F;
    padding: 0 0 0 30px;
    line-height: 20px;
    letter-spacing: .02em;
    position: relative;
    display: none;
}
.header_subscribe_form_blk label::before {
    content: "";
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #17181F;
    background: #fff !important;
    border-radius: 34px;
    position: absolute;
    top: 0;
}
.header_subscribe_form_blk input:checked+label::after {
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    height: 16px;
    width: 16px;
    border-radius: 100%;
    background: #0E0F14;
    z-index: 2;
}
.similar_posts_bottom{
    z-index: 1;
}
.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;
    height: 100%;
    background: #FFFFFF;
    position: relative;
}
.similar_posts_bottom .post_item .image_blk {
    display: block;
    height: 198px;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
}
.similar_posts_bottom .post_item .text_blk{
    width: calc(100% - 40px);
    margin: 0 20px;
}
.similar_posts_bottom .post_item.has_no_image .post_excerpt{
    margin: 20px 0 0 0;
}
.category-cryptorium .category_page_grid .has_timeline_tag:before, .category-cryptorium .category_page_grid:before, main[data-tag_id="5275"] .category_page_grid .has_timeline_tag:before, main[data-tag_id="5275"] .category_page_grid:before {
    display: none 
}
.category-cryptorium .category_page_grid, main[data-tag_id="5275"] .category_page_grid {
    padding-left: 0;
    width: 100% 
}
/*.category-cryptorium .cell, main[data-tag_id="5275"] .cell {
    height: auto;
    border: 1px solid #dee2eb !important;
    border-radius: 3px 
}*/
.category-cryptorium .post_item, main[data-tag_id="5275"] .post_item {
    width: 100%;
    padding-right: 200px;
    padding-bottom: 42px;
    padding-top: 12px; 
    box-sizing: border-box;
}
.category-cryptorium .post_item .image_blk, main[data-tag_id="5275"] .post_item .image_blk {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 200px;
}
.category-cryptorium .post_item .image_blk img, main[data-tag_id="5275"] .post_item .image_blk img {
    border-radius: 0 3px 3px 0 
}
.card_difficulty:empty, .cryptorium_single_page_meta_blk span:empty {
    display: none 
}
.category-cryptorium .post_item .text_blk, main[data-tag_id="5275"] .post_item .text_blk {
    margin: 0 20px;
    width: calc(100% - 40px);
    z-index: 1;
    position: relative 
}
.category-cryptorium .post_item .post_meta, main[data-tag_id="5275"] .post_item .post_meta {
    bottom: 11px;
    left: 20px;
    right: 200px;
    top: 0;
    z-index: 0 
}
.category-cryptorium .post_item .post_meta .author_lnk, main[data-tag_id="5275"] .post_item .post_meta .author_lnk {
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 600;
    font-size: 10px;
    line-height: 15px;
    border: 1px solid #eceef2;
    border-radius: 5px;
    padding: 3px 10px 
}
.cryptorium_post_meta {
    position: absolute;
    bottom: 0;
    left: 0 
}
.cryptorium_post_meta span {
    font-weight: 600;
    font-size: 10px;
    line-height: 15px;
    border: 1px solid #eceef2;
    border-radius: 5px;
    padding: 3px 10px;
    display: inline-block;
    margin-right: 10px 
}
.category-cryptorium .post_item .post_meta .post_date, main[data-tag_id="5275"] .post_item .post_meta .post_date {
    left: 0;
    position: absolute;
    top: 10px 
}
.category-cryptorium .post_item .post_meta .single_post_views, main[data-tag_id="5275"] .post_item .post_meta .single_post_views {
    /*bottom: 0;
    position: absolute;
    right: 0 */
    right: 0;
    left: auto;
    top: auto;
    bottom: 0;
}
.category-cryptorium .post_item .post_meta .post_cat{
    display: none;
}
.ctyptorium_select_category_blk, .ctyptorium_select_difficulty_blk {
    display: block;
    margin-top: 30px 
}
.ctyptorium_select_category_blk span, .ctyptorium_select_difficulty_blk span {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    border: 1px solid #dee2eb;
    border-radius: 11px;
    line-height: 22px;
    padding: 0 15px;
    cursor: pointer;
    margin: 0 7px 10px 0;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .02em;
    color: #474a60 
}
.ctyptorium_select_category_blk span.active, .ctyptorium_select_difficulty_blk span.active {
    box-shadow: 0 0 2px rgba(61, 71, 143, .2), 0 2px 4px rgba(61, 71, 143, .15);
    border-color: #fff;
    color: #187cb5 
}
.cryptorium_top_post .post_item {
    height: 319px;
    padding: 0;
    width: 100% 
}
.cryptorium_top_post .post_item .image_blk {
    width: 100%;
    position: static;
    height: 100% 
}
.cryptorium_top_post .post_item .image_blk::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(360deg, rgba(7, 14, 65, .73) 38.77%, rgba(4, 26, 175, .3) 100%) 
}
.cryptorium_top_post .post_item .text_blk {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}
.cryptorium_top_post .post_item .text_blk p {
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    color: #fff;
    padding: 30px 0 0 10px;
    margin: 0;
    width: 75%;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .25) 
}
.cryptorium_top_post .post_item .text_blk span {
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .25);
    padding: 20px 0 0 10px;
    margin: 0;
    width: 75%;
    display: block 
}
.cryptorium_top_post .post_date {
    display: none 
}
.category-cryptorium .post_item .post_meta .author_lnk {
    display: none 
}
.cryptorium_top_post .cryptorium_post_meta span {
    color: #fff 
}
.cryptorium_top_post .cryptorium_post_meta span:first-child {
    margin-left: 10px 
}
.single .general_grid .grid_column .left_aside_nav{
    display: none;
}
.single .general_grid .grid_column:first-child .left_aside_nav{
    display: block;
}
.has_loading_posts .grid_column:first-child .left_aside_nav{
    position: fixed;
    top: 70px;
    z-index: 5;
}
[data-beeba_id]{
    margin-bottom: 16px;
}
.has_list[data-list_type=rates] + [data-beeba_id]{
    margin-bottom: 0;
    margin-top: 16px;
}
.page-id-109537 .insidepost{
    padding-top: 24px;
}
.page-id-109537 .insidepost form{
    padding-bottom: 80px;
}
.page-id-109537 .insidepost input[type=submit]{
    top: auto;
    bottom: 4px;
}
.page-id-109537 .insidepost label span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.03em;
    margin-top: 19px;
    margin-left: -35px;
}
.page-id-109537 .insidepost label {
    vertical-align: top;
    display: inline-block;
    width: calc(50% - 76px);
}
.page-id-109537 .insidepost p{
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
}
.aboutus_img{
    display: none;
}
.aboutus_img.d{
    display: block;
}
.aboutus_lnk{
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 140% !important;
    letter-spacing: 0.02em !important;
    text-decoration-line: underline !important;
    text-transform: uppercase;
    color: #151944 !important;
}
.page-id-100104 .post_content .post_bottom_socials{
    padding: 0;
    border: none;
    margin-bottom: 40px;
    width: 100%;
}
.page-id-100104 .post_content .post_bottom_socials_buttons_wrapper a{
    width: 48px;
    height: 48px;
}
.page-id-100104 .post_content .post_bottom_socials_buttons_wrapper a.tg{
    background-size: 25px 24px;
    background-position: 11px 13px;
}
.page-id-100104 .post_content .post_bottom_socials_buttons_wrapper a.dc{
    background-size: 28px auto;
    background-position: 11px 14px;
}
.page-id-100104 .post_content .post_bottom_socials_buttons_wrapper a.fb{
    background-size: 13px auto;
    background-position: 18px 11px;
}
.page-id-100104 .post_content .post_bottom_socials_buttons_wrapper a.ig{
    background-size: 23px auto;
    background-position: center;
}
.page-id-100104 .post_content .post_bottom_socials_buttons_wrapper a.vk{
    background-size: 23px auto;
    background-position: center;
    background-image: url(/wp-content/themes/forklogv2/img/fsb_vk_ico.svg);
    background-repeat: no-repeat;
}
.page-id-100104 .post_content .post_bottom_socials_buttons_wrapper a.tw{
    background-size: 23px auto;
    background-position: center;
    background-image: url(/wp-content/themes/forklogv2/img/fsb_tw_ico.svg);
    background-repeat: no-repeat;
}
.page-id-100104 .post_content .post_bottom_socials_buttons_wrapper a.yt{
    background-size: 23px auto;
    background-position: center;
    background-image: url(/wp-content/themes/forklogv2/img/fsb_yt_ico.svg);
    background-repeat: no-repeat;
}
.page-id-100104 .post_content .post_bottom_socials_buttons_wrapper a.in{
    background-size: 23px auto;
    background-position: center;
    background-image: url(/wp-content/themes/forklogv2/img/fsb_in_ico.svg);
    background-repeat: no-repeat;
}
.page-id-100104 .post_content .post_bottom_socials_buttons_wrapper a.ss{
    background-size: 23px auto;
    background-position: center;
    background-image: url(/wp-content/themes/forklogv2/img/fsb_ss_ico.svg);
    background-repeat: no-repeat;
}
.tag-dajdzhest .digests_page_blk{
    display: block;
    width: 100%;
    text-decoration: none;
    margin-bottom: 8px;
    padding: 20px 10px 20px 72px;
}
.tag-dajdzhest .digests_page_blk:nth-child(2n) {
    margin-left: 0;
}
.tag-dajdzhest .digests_page_blk:before{
    background: linear-gradient(181.84deg, #9AAAEC 1.56%, #5165C8 139.79%);
}
label[for="top_search_input"]{
    display: none;
}
html[amp] .found_typo, html[amp] .insidepost{
    display: none;
}
.grid_column>.similar_posts_right{
    display: none;
}
#post_media_iframe{
    margin: 18px 0;
}
.cell_has_media .post_meta{
    right: 0;
    padding-right: 22px;
}
.cell_has_media .text_blk{
    left: 250px;
}
.cell_has_media .image_blk{
    position: absolute;
}
.cell_has_media .post_media_iframe_list iframe {
    margin: 0 0 0 85px;
    width: calc(100% - 84px);
}
.cell_has_media[data-no_image="1"] .post_media_iframe_list iframe{
    margin: 0 0 0 -161px;
}
.cell_has_media[data-no_image="1"] .text_blk{
    left: 0;
}
.postid-219434 .insidepost{
    display: none !important;
}
.no_mercy .twitter-tweet, .no_mercy .insidepost, .no_mercy .wp-block-image{
    display: none !important;
}
.ud_parent{
    position: relative;
    overflow: hidden;
}
.ud_btn{
    position: absolute;
    background: url(/wp-content/themes/forklogv2/img/ud_btn.png) no-repeat center;
    width: 38.5%;
    aspect-ratio: 254 / 55;
    background-size: 100% auto;
    left: 9.7%;
    top: 69.25%;
    transform-origin: center;
    animation: ud_btn_an 2s infinite ease-in-out;
    animation-delay: 1s;
    transition: .25s ease-in-out;
}
.ud_parent:hover .ud_btn{
    animation: none;
}
.ud_btn:hover{
    transform: scale(1.2);
}
.ud_car{
    position: absolute;
    background: url(/wp-content/themes/forklogv2/img/ud_car.png) no-repeat center;
    width: 51.2%;
    aspect-ratio: 338 / 257;
    background-size: 100% auto;
    top: 0;
    left: 0;
    transform: translate3d(calc(61.2% / .512), calc(22.5% / .512), 0px);
    transform-origin: top left;
    transition: .45s ease-in-out;
}
.ud_gun{
    position: absolute;
    background: url(/wp-content/themes/forklogv2/img/ud_gun.png) no-repeat center;
    width: 51.2%;
    aspect-ratio: 344 / 305;
    background-size: 100% auto;
    top: 0;
    left: 0;
    transform: translate3d(calc(48.2% / .512), calc(0.5% / .512), 0px);;
    transform-origin: top left;
    transition: .45s ease-in-out;
}
.ud_parent:hover .ud_car{
    transform: translate3d(calc(56.5% / .512), calc(29.5% / .512), 0px);
}
.ud_parent:hover .ud_gun{
    transform: translate3d(calc(39.2% / .512), calc(0.5% / .512), 0px);
}
.qr2023-1 .review_third:nth-child(1){
    width: 27.7%;
}
.qr2023-1 .review_third:nth-child(2){
    width: 30.5%;
}
.qr2023-1 .review_third:nth-child(3){
    width: 38.5%;
}
.qr2023-2 .review_third:nth-child(1){
    width: 28.8%;
}
.qr2023-2 .review_third:nth-child(2){
    width: 33.6%;
}
.qr2023-2 .review_third:nth-child(3){
    width: 32.8%;
}
.qr2023-3 .review_third:nth-child(1){
    width: 33.6%;
}
.qr2023-3 .review_third:nth-child(2){
    width: 33.6%;
}
.qr2023-3 .review_third:nth-child(3){
    width: 12.8%;
}
.postid-247967 .qr2023-3 .review_third:nth-child(3){
    width: calc(100% / 3 - 10px);
}
.qr2023-4 .review_third:nth-child(1){
    width: 35.2%;
}
.qr2023-4 .review_third:nth-child(2){
    width: 38.85%;
}
.qr2023-4 .review_third:nth-child(3){
    width: 12.8%;
}
.qr2023-5 .review_third:nth-child(1){
    width: 32.2%;
}
.qr2023-5 .review_third:nth-child(2){
    width: 35.2%;
}
.qr2023-5 .review_third:nth-child(3){
    width: 12.8%;
}
.qr2023-6 .review_third:nth-child(1){
    width: 32.2%;
}
.qr2023-6 .review_third:nth-child(2), .qr2023-66 .review_third:nth-child(2){
    width: 65%;
}
.postid-247967 .qr2023-6 .review_third:nth-child(2){
    width: 32.2%;
}
.qr2023-6 .review_third:nth-child(3){
    width: 0;
}
.qr2023-7 .review_third:nth-child(1){
    width: 33.5%;
}
.qr2023-7 .review_third:nth-child(2){
    width: 39%;
}
.qr2023-7 .review_third:nth-child(3){
    width: 0;
}
.qr2023-8 .review_third:nth-child(1){
    width: 37.9%;
}
.qr2023-8 .review_third:nth-child(2){
    width: 34.8%;
}
.qr2023-8 .review_third:nth-child(3){
    width: 0;
}
.qr2023-9 .review_third:nth-child(1){
    width: 21.7%;
}
.qr2023-9 .review_third:nth-child(2){
    width: 62%;
}
.qr2023-9 .review_third:nth-child(3){
    width: 0;
}
.single_brba img[src^="https://a1.adform.net/adfserve/"]{
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    position: absolute;
}
.postid-247939 .single_brba{
    display: none !important;
}
@keyframes ud_btn_an {
    0% {
        transform: scale(1); 
    }
    25% {
        transform: scale(1.16); 
    }
    50% {
        transform: scale(1); 
    }
    100% {
        transform: scale(1); 
    }
}
@keyframes moveblur {
    0% {
        left: -20% 
    }
    25% {
        left: 120% 
    }
    100% {
        left: 120% 
    }
}
@media(min-width: 600px) {
    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2), .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image) {
        width: min-content;
    }
}
@media(max-width:1572px) {
    .nyquest21_rules_popup {
        top: 50px;
        width: 70%;
        left: 15% 
    }
}
@media(max-width:1470px) {
    /*.left_aside_nav .post_bottom_socials_buttons_wrapper{
        transform: scale(0.53);
        width: 180%;
        padding-left: 37px;
    }*/
    .left_aside_nav .post_bottom_socials_buttons_wrapper a{
        width: 32px;
        height: 32px;
        margin-right: 2px;
    }
    .left_aside_nav .post_bottom_socials_buttons_wrapper a.tg{
        background: url(/wp-content/themes/forklogv2/img/fsb_tg_ico.svg) no-repeat center 9px #fff;
        background-size: 18px auto;
    }
    .left_aside_nav .post_bottom_socials_buttons_wrapper a.dc{
        background: url(/wp-content/themes/forklogv2/img/fsb_dc_ico.svg) no-repeat 6px center #fff;
        background-size: 21px auto;
    }
    .left_aside_nav .post_bottom_socials_buttons_wrapper a.ig {
        background: url(/wp-content/themes/forklogv2/img/fsb_ig_ico.svg) no-repeat center #fff;
        background-size: 18px auto;
    }
    .left_aside_nav .post_bottom_socials_buttons_wrapper a.fb {
        background: url(/wp-content/themes/forklogv2/img/fsb_fb_ico.svg) no-repeat 11px center #fff;
        background-size: 10px auto;
    }
    .main_grid {
        grid-template-columns: minmax(244px, 1fr) 300px 645px minmax(0, 1fr);
    }
    .general_grid {
        grid-template-columns: minmax(244px, 1fr) 645px 300px minmax(0, 1fr);
    }
    /*header.main_grid{
        grid-template-columns: 244px 300px minmax(645px, 1fr) 0;
    }*/
    /*.single .general_grid {
        grid-template-columns: 244px 645px minmax(300px, 1fr) 0;
    }*/
    .single .general_grid {
        grid-template-columns: 244px minmax(645px, 1fr) 430px 0;
    }
    .single .main_grid {
        grid-template-columns: 244px 300px minmax(645px, 1fr) 0;
    }
    .single .general_grid .category_single_aside{
        width: 350px;
        margin-right: 20px;
    }
    .single .main_nav_right{
        margin-right: 20px;
    }
    .rates_grid {
        grid-template-columns: minmax(244px, 1fr) 945px minmax(0, 1fr);
    }
    .single_grid {
        grid-template-columns: minmax(244px, 1fr) 645px minmax(0, 1fr) 300px;
    }
    .share_blk{
        margin: 0 0 10px 0;
    }
    .copy_link{
        display: none;
    }
    .widgets_wrap#sb {
        width: 280px;
    }
    .single_widget .widget_item a{
        font-size: 14px;
    }
    .single_widget .widget_item .widget_item_cat{
        font-size: 10px;
        line-height: 13px;
    }
    .single_widget .widget_item .widget_item_date{
        font-size: 11px;
        line-height: 13px;
    }
    .single_widget .widget_heading, .single_widget .widget_btn{
        font-size: 14px;
        line-height: 16px;
    }
    .post_item .text_blk p{
        font-size: 16px;
    }
    .has_list .currency_str .currency_name_blk {
        width: 87px;
    }
    .has_list .currency_str .currency_prices {
        width: 160px;
    }
    .list[data-list_type=defi_rates], .list[data-list_type=rates] {
        padding: 34px 0;
    }
    .similar_posts_right a {
        font-size: 12px;
        margin: 0 18px 14px 18px;
    }
    .left_aside_nav{
        width: 182px;
    }
    .left_aside_nav ul li a{
        font-size: 12px !important;
        line-height: 16px;
    }
    .left_aside_nav hr{
        width: 160px;
    }
    .category_single_aside.wide .post_bottom_socials {
        padding: 20px 10px;
        width: calc(100% - 22px);
    }
    .search_form.toggle{
        width: 328px;
    }
    #rates_wrap .col:nth-child(3){
        flex: 0 0 140px;
    }
    #rates_wrap .col:nth-child(4) {
        flex: 0 0 150px;
    }
    #rates_wrap .col:nth-child(5){
        flex: 0 0 180px;
    }
    #rates_wrap .col:nth-child(6) {
        flex: 0 0 219px;
    }
    #rates_wrap .col:nth-child(7) {
        flex: 0 0 186px;
    }
    .rates_head .col:nth-child(2) {
        flex: 0 0 177px;
    }
    .rates_head .col:nth-child(4) {
        flex: 0 0 215px;
    }
    .rates_head .col:nth-child(5) {
        flex: 0 0 215px;
    }
    .post_item .text_blk span{
        font-size: 12px;
        -webkit-line-clamp: 4;
    }
}
@media(max-width:1370px) {
    .page-id-158950 .post_content h1 {
        margin-bottom: 10px 
    }
    .nyquest21_prize_popup, .nyquest21_rules_popup {
        top: 50px;
        width: 70%;
        left: 15% 
    }
    .single .general_grid .category_single_aside {
        width: 300px;
        margin-right: 20px;
    }
    .single .general_grid {
        grid-template-columns: 244px minmax(625px, 1fr) 340px 0;
    }
}
@media(max-width:1288px) {
    .single .share_blk{
        margin: 10px 0;
    }
    .inner {
        width: 950px 
    }
    /*.gototop {
        width: 34px 
    }*/
    .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_aboba span {
        width: 353px 
    }
    .terms_popup {
        height: 54px;
        padding-top: 12px 
    }
    .terms_popup p {
        font-size: 14px 
    }
    .terms_popup span.close {
        top: 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: 0 
    }
    .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 
    }
    
    .list, .main_page_tablet_grid .list {
        margin: 19px 0;
        height: calc(100% - 22px);
        padding: 0 11px 
    }
    .currency_str {
        margin-bottom: 9px 
    }
    .currency_str .image_blk {
        width: 40px;
        display: none;
    }
    .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 
    }
    .mob_rates_blk .currency_str .currency_name_blk span:last-child {
        font-size: 16px 
    }
    .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 
    }
    .mob_rates_blk .currency_str .currency_prices span:first-child{
        font-size: 16px;
        margin: 0;
    }
    /*.currency_str .currency_prices span:last-child {
        font-size: 0 
    }*/
    .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: 0;
        bottom: 0 
    }
    /*.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 
    }
    .category-cryptorium .category_page_grid .cell {
        height: auto 
    }
    .category-cryptorium .category_page_grid .cell .text_blk {
        width: calc(100% - 40px) 
    }
    .category-cryptorium .category_page_grid .cell .image_blk {
        width: 180px 
    }
    .sp_page h1, .tag 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 
    }
    .cards_grid .cell:first-child .sp_item .text_blk p, .sp_grid .cell:first-child .text_blk p {
        font-size: 24px 
    }
    .youtube_widget {
        height: 305px 
    }
    .youtube_widget .yt_widget_player {
        width: 640px 
    }
    .youtube_widget .yt_widget_playlist {
        width: 308px;
        margin-left: 0 
    }
    .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 
    }
    .category_page_grid .cell.cell_has_media[data-no_image="1"] .text_blk{
        width: 100%;
    }
    .category_page_grid .cell.cell_has_media[data-no_image="1"] .text_blk p{
        margin-bottom: 7px;
    }
    .list[data-list_type=currency_com_rates], .list[data-list_type=defi_rates], .list[data-list_type=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 
    }
    .currencycom_widget_description {
        bottom: 5px;
        width: 145px;
        font-size: 10px 
    }
    .currencycom_widget_description br {
        display: none 
    }
    .list_widget_wrap {
        width: 285px 
    }
    .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 
    }
    .inner_wrap {
        width: 630px 
    }
    .category-news .inner_wrap, .category-exclusive .inner_wrap {
        width: 625px;
    }
    .category_single_aside.wide .post_bottom_socials_buttons_wrapper a{
        margin-right: 1px;
    }
    .category_single_aside.wide .post_bottom_socials {
        padding: 20px 10px;
        width: calc(100% - 22px);
    }
    .category-news .inner_wrap .category_page_grid .cell .image_blk, .category-exclusive .inner_wrap .category_page_grid .cell .image_blk, .tag .inner_wrap .category_page_grid .cell .image_blk {
        width: 180px;
    }
    .category-news .inner_wrap .post_item .text_blk span.post_excerpt, .category-exclusive .inner_wrap .post_item .text_blk span.post_excerpt, .tag .inner_wrap .post_item .text_blk span.post_excerpt{
        display: none;
    }
    .category-news .inner_wrap .cell.has_trending .trending_cat, .category-exclusive .inner_wrap .cell.has_trending .trending_cat, .tag .inner_wrap .cell.has_trending .trending_cat {
        margin-left: 191px;
    }
    .category-news .inner_wrap .category_page_grid .cell .text_blk, .category-exclusive .inner_wrap .category_page_grid .cell .text_blk, .tag .inner_wrap .category_page_grid .cell .text_blk{
        width: calc(100% - 215px);
    }
    .category_page_grid .post_item .text_blk span.post_excerpt, .tag .post_item .text_blk span.post_excerpt{
        display: none;
    }
    main[data-tag_id="5275"] .post_item .post_meta .author_lnk{
        left: 186px;
    }
    .post_content {
        width: 617px 
    }
    .postid-160065 .post_content, .postid-194362 .post_content {
        width: 749px 
    }
    .postid-160065 .qc_equal_height img {
        height: 222px 
    }
    .postid-160065 .qc_equal_height.eh2 img {
        height: 210px 
    }
    .postid-160065 .qc_equal_height.eh3 img {
        height: 175px 
    }
    .article_update .gtb_text-wrappers_update_head, .post_content a, .post_content p {
        font-size: 14px 
    }
    .post_bottom_socials p {
        width: calc(100% - 242px);
        font-size: 20px;
    }
    .review_article_image strong a {
        font-size: 0.8em;
    }
    .post_content h1 {
        font-size: 24px 
    }
    .similar_posts_right {
        width: 307px 
    }
    /*.category_single_aside.wide {
        width: 309px 
    }*/
    .right_nav_wrap {
        width: 299px 
    }
    .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 ol li, .post_content ul li {
        padding-left: 33px;
        font-size: 14px 
    }
    .post_content ol li::before {
        top: -2px 
    }
    .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 
    }
    .single_page_currency_widget a, .single_page_currency_widget p {
        margin-left: 10px !important 
    }
    .single_vote_buttons span, .single_vote_text_blk a, .single_vote_text_blk p {
        font-size: 16px 
    }
    .tags_nav .inner.has_arrows .tags_wrap {
        width: 878px 
    }
    #scrolled_main_nav {
        max-width: 580px 
    }
    #rates_wrap .col:nth-child(1), .rates_head .col:nth-child(1) {
        flex: 0 0 20px 
    }
    #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 175px 
    }
    #rates_wrap .col:nth-child(4) {
        flex: 0 0 173px 
    }
    #rates_wrap .col:nth-child(6) {
        flex: 0 0 297px 
    }
    .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_wrap .col:nth-child(7) {
        flex: 0 0 233px;
    }
    .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: -168px 
    }
    .rates_head .col:nth-child(2) input {
        width: calc(100% + 158px);
        left: -34px 
    }
    .page-id-112654 main {
        background: url(/wp-content/themes/forklogv2/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:after, .postid-121488 .review_single_blk.has_map .country_blk:before {
        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-163715 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"] {
        top: 32px;
        left: 11px;
        width: 208px 
    }
    .postid-163715 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"] {
        top: 54px;
        left: 286px;
        width: 149px 
    }
    .postid-163715 .review_single_blk.has_map.review_2_map .country_blk[data-blk="3"] {
        top: 180px;
        left: 271px;
        width: 126px 
    }
    .postid-163715 .review_single_blk.has_map.review_2_map .country_blk[data-blk="2"] {
        top: 129px;
        left: 457px;
        width: 136px 
    }
    .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 
    }
    .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: 0 
    }
    .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 
    }
    .postid-147743 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"] {
        top: 19px;
        left: 318px;
        width: 174px 
    }
    .postid-147743 .review_single_blk.has_map.review_2_map .country_blk[data-blk="2"] {
        top: 241px;
        left: 783px;
        width: 143px 
    }
    .postid-147743 .review_single_blk.has_map.review_2_map .country_blk[data-blk="2"]:before {
        content: "";
        width: 26px;
        height: 1px;
        background: #000;
        right: 160px;
        position: absolute;
        transform: rotate(34deg);
        top: -8px 
    }
    .postid-147743 .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: 180px;
        position: absolute;
        top: -23px 
    }
    .postid-147743 .review_single_blk.has_map.review_2_map .country_blk[data-blk="3"] {
        top: 76px;
        left: 661px;
        width: 97px 
    }
    .postid-147743 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"] {
        top: 399px;
        left: 307px;
        width: 220px 
    }
    .postid-147743 .review_single_blk.has_map.review_2_map .country_blk[data-blk="5"] {
        top: 91px;
        left: 518px;
        width: 116px 
    }
    .postid-147743 .review_single_blk.has_map.review_2_map .country_blk[data-blk="6"] {
        top: 390px;
        left: 619px;
        width: 164px 
    }
    .postid-147743 .review_single_blk.has_map.review_2_map .country_blk[data-blk="7"] {
        top: 209px;
        left: 31px;
        width: 197px 
    }
    .postid-147743 .review_single_blk.has_map.review_2_map .country_blk[data-blk="7"]::after, .postid-147743 .review_single_blk.has_map.review_2_map .country_blk[data-blk="7"]::before {
        display: none 
    }
    .postid-147743 .review_single_blk.has_map.review_2_map .country_blk[data-blk="8"] {
        top: 73px;
        left: 31px;
        width: 158px 
    }
    .postid-147743 .review_single_blk.has_map.review_2_map .country_blk[data-blk="9"] {
        top: 203px;
        left: 280px;
        width: 138px 
    }
    .postid-147743 .review_single_blk.has_map.review_2_map .country_blk[data-blk="10"] {
        top: 274px;
        left: 561px;
        width: 117px 
    }
    .postid-147743 .review_single_blk.has_map.review_2_map .country_blk[data-blk="11"] {
        top: 293px;
        left: 329px;
        width: 166px 
    }
    .postid-147743 .review_single_blk.has_map.review_2_map .country_blk[data-blk="12"] {
        top: 50px;
        left: 791px;
        width: 135px 
    }
    .postid-147743 .review_single_blk.has_map.review_2_map .country_blk[data-blk="13"] {
        top: 302px;
        left: 31px;
        width: 151px 
    }
    .postid-150901 .review_single_blk.has_map.review_2_map .country_blk[data-blk="9"] {
        top: 46px;
        left: 160px;
        width: 153px 
    }
    .postid-150901 .review_single_blk.has_map.review_2_map .country_blk[data-blk="5"] {
        top: 111px;
        left: 89px;
        width: 206px 
    }
    .postid-150901 .review_single_blk.has_map.review_2_map .country_blk[data-blk="3"] {
        top: 154px;
        left: 227px;
        width: 108px 
    }
    .postid-150901 .review_single_blk.has_map.review_2_map .country_blk[data-blk="6"] {
        top: 213px;
        left: 216px;
        width: 119px 
    }
    .postid-150901 .review_single_blk.has_map.review_2_map .country_blk[data-blk="10"] {
        top: 170px;
        left: 359px;
        width: 83px 
    }
    .postid-150901 .review_single_blk.has_map.review_2_map .country_blk[data-blk="8"] {
        top: 7px;
        left: 336px;
        width: 88px 
    }
    .postid-150901 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"] {
        top: 0;
        left: 454px;
        width: 131px 
    }
    .postid-150901 .review_single_blk.has_map.review_2_map .country_blk[data-blk="7"] {
        top: 145px;
        left: 489px;
        width: 100px 
    }
    .postid-150901 .review_single_blk.has_map.review_2_map .country_blk[data-blk="11"] {
        top: 231px;
        left: 465px;
        width: 129px 
    }
    .postid-154418 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"] {
        top: 48px;
        left: 179px;
        width: 102px 
    }
    .postid-154418 .review_single_blk.has_map.review_2_map .country_blk[data-blk="2"] {
        top: 43px;
        left: 31px;
        width: 123px 
    }
    .postid-154418 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"] {
        top: 36px;
        left: 330px;
        width: 171px 
    }
    .postid-154418 .review_single_blk.has_map.review_2_map .country_blk[data-blk="6"] {
        top: 163px;
        left: 394px;
        width: 136px 
    }
    .postid-154418 .review_single_blk.has_map.review_2_map .country_blk[data-blk="5"] {
        top: 290px;
        left: 31px;
        width: 220px 
    }
    .review_single_blk.has_map.review_2_map .country_blk[data-blk="3"] {
        top: 108px;
        left: 306px;
        width: 190px 
    }
    .postid-157565 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"] {
        top: 40px;
        left: 297px;
        width: 112px 
    }
    .postid-157565 .review_single_blk.has_map.review_2_map .country_blk[data-blk="2"] {
        top: 278px;
        left: 204px;
        width: 221px 
    }
    .postid-157565 .review_single_blk.has_map.review_2_map .country_blk[data-blk="3"] {
        top: 270px;
        left: 465px;
        width: 126px 
    }
    .postid-157565 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"] {
        left: 30px 
    }
    .postid-157565 .review_single_blk.has_map.review_2_map .country_blk[data-blk="5"] {
        top: 177px;
        left: 299px;
        width: 79px 
    }
    .postid-157565 .review_single_blk.has_map.review_2_map .country_blk[data-blk="6"] {
        top: 101px;
        left: 94px;
        width: 173px 
    }
    .postid-157565 .review_single_blk.has_map.review_2_map .country_blk[data-blk="7"] {
        top: 185px;
        left: 488px;
        width: 103px 
    }
    .postid-157565 .review_single_blk.has_map.review_2_map .country_blk[data-blk="8"] {
        top: 104px;
        left: 437px;
        width: 156px 
    }
    .postid-157565 .review_single_blk.has_map.review_2_map .country_blk[data-blk="9"] {
        top: 166px;
        left: 83px;
        width: 194px 
    }
    .postid-160537 .review_single_blk.has_map.review_2_map .country_blk[data-blk="7"] {
        top: 0;
        left: 239px;
        width: 129px 
    }
    .postid-160537 .review_single_blk.has_map.review_2_map .country_blk[data-blk="7"]:before {
        content: "";
        width: 38px;
        height: 1px;
        background: #000;
        right: 16px;
        position: absolute;
        transform: rotate(-53deg);
        top: 105px 
    }
    .postid-160537 .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: 40px;
        position: absolute;
        top: 115px 
    }
    .postid-160537 .review_single_blk.has_map.review_2_map .country_blk[data-blk="6"] {
        top: 0;
        left: 398px;
        width: 197px 
    }
    .postid-160537 .review_single_blk.has_map.review_2_map .country_blk[data-blk="6"]:before {
        content: "";
        width: 20px;
        height: 1px;
        background: #000;
        right: 116px;
        position: absolute;
        transform: rotate(-41deg);
        top: 98px 
    }
    .postid-160537 .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: 129px;
        position: absolute;
        top: 101px 
    }
    .postid-160537 .review_single_blk.has_map.review_2_map .country_blk[data-blk="8"] {
        top: 135px;
        left: 459px;
        width: 136px 
    }
    .postid-160537 .review_single_blk.has_map.review_2_map .country_blk[data-blk="8"]:before {
        width: 49px;
        content: "";
        height: 1px;
        background: #000;
        right: 154px;
        position: absolute;
        transform: rotate(25deg);
        top: 0 
    }
    .postid-160537 .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: 198px;
        position: absolute;
        top: -16px 
    }
    .postid-160537 .review_single_blk.has_map.review_2_map .country_blk[data-blk="2"] {
        top: 51px;
        left: 31px;
        width: 150px 
    }
    .postid-160537 .review_single_blk.has_map.review_2_map .country_blk[data-blk="2"]:before {
        content: "";
        width: 78px;
        height: 1px;
        background: #000;
        right: -79px;
        position: absolute;
        transform: rotate(9deg);
        top: 52px 
    }
    .postid-160537 .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: -83px;
        position: absolute;
        top: 54px 
    }
    .postid-160537 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"] {
        top: 110px;
        left: 31px;
        width: 166px 
    }
    .postid-160537 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"]:before {
        content: "";
        width: 81px;
        height: 1px;
        background: #000;
        right: -79px;
        position: absolute;
        transform: rotate(-20deg);
        top: 34px 
    }
    .postid-160537 .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: -78px;
        position: absolute;
        top: 17px 
    }
    .postid-160537 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"] {
        top: 192px;
        left: 2px;
        width: 134px 
    }
    .postid-160537 .review_single_blk.has_map.review_2_map .country_blk[data-blk="9"] {
        top: 193px;
        left: 175px;
        width: 148px 
    }
    .postid-160537 .review_single_blk.has_map.review_2_map .country_blk[data-blk="3"]:before {
        width: 62px;
        height: 1px;
        content: "";
        background: #000;
        right: 143px;
        position: absolute;
        transform: rotate(61deg);
        top: -26px 
    }
    .postid-160537 .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: 186px;
        position: absolute;
        top: -60px 
    }
    .postid-160537 .review_single_blk.has_map.review_2_map .country_blk[data-blk="3"] {
        top: 225px;
        left: 448px;
        width: 139px 
    }
    .postid-160537 .review_single_blk.has_map.review_2_map .country_blk[data-blk="5"] {
        top: 256px;
        left: 159px;
        width: 240px 
    }
    .postid-169298 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"] {
        top: 65px;
        left: 49px;
        width: 220px 
    }
    .postid-169298 .review_single_blk.has_map.review_2_map .country_blk[data-blk="5"] {
        top: 111px;
        left: 49px;
        width: 220px 
    }
    .postid-169298 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"] {
        top: 170px;
        left: 207px;
        width: 150px 
    }
    .postid-169298 .review_single_blk.has_map.review_2_map .country_blk[data-blk="2"] {
        top: 36px;
        left: 308px;
        width: 221px 
    }
    .postid-169298 .review_single_blk.has_map.review_2_map .country_blk[data-blk="3"] {
        top: 182px;
        left: 420px;
        width: 141px 
    }
    .postid-172321 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"] {
        top: 194px 
    }
    .postid-172321 .review_single_blk.has_map.review_2_map .country_blk[data-blk="3"] {
        top: 114px 
    }
    .postid-172321 .review_single_blk.has_map.review_2_map .country_blk[data-blk="5"] {
        top: 64px;
        left: 365px 
    }
    .postid-172321 .review_single_blk.has_map.review_2_map .country_blk[data-blk="2"] {
        top: 138px;
        left: 227px;
        width: 118px 
    }
    .postid-172321 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"] {
        top: 141px;
        left: 395px;
        width: 152px 
    }
    .postid-174871 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"] {
        top: 38px;
        left: 73px;
        width: 197px 
    }
    .postid-174871 .review_single_blk.has_map.review_2_map .country_blk[data-blk="8"] {
        top: 139px;
        left: 7px;
        width: 142px 
    }
    .postid-174871 .review_single_blk.has_map.review_2_map .country_blk[data-blk="3"] {
        top: 271px;
        left: 30px;
        width: 142px 
    }
    .postid-174871 .review_single_blk.has_map.review_2_map .country_blk[data-blk="5"] {
        top: 245px;
        left: 204px;
        width: 122px 
    }
    .postid-174871 .review_single_blk.has_map.review_2_map .country_blk[data-blk="11"] {
        top: 120px;
        left: 174px;
        width: 109px 
    }
    .postid-174871 .review_single_blk.has_map.review_2_map .country_blk[data-blk="9"] {
        top: 188px;
        left: 303px;
        width: 118px 
    }
    .postid-174871 .review_single_blk.has_map.review_2_map .country_blk[data-blk="2"] {
        top: 10px;
        left: 396px;
        width: 193px 
    }
    .postid-174871 .review_single_blk.has_map.review_2_map .country_blk[data-blk="7"] {
        top: 81px;
        left: 397px;
        width: 184px 
    }
    .postid-174871 .review_single_blk.has_map.review_2_map .country_blk[data-blk="6"] {
        top: 183px;
        left: 449px;
        width: 118px 
    }
    .postid-174871 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"] {
        top: 294px;
        left: 383px;
        width: 208px 
    }
    .postid-177866 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"] {
        top: 297px;
        left: 365px;
        width: 220px 
    }
    .postid-177866 .review_single_blk.has_map.review_2_map .country_blk[data-blk="2"] {
        top: 194px;
        width: 121px 
    }
    .postid-177866 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"] {
        top: 152px;
        left: 477px;
        width: 115px 
    }
    .postid-177866 .review_single_blk.has_map.review_2_map .country_blk[data-blk="5"] {
        top: 38px;
        left: 244px;
        width: 106px 
    }
    .postid-177866 .review_single_blk.has_map.review_2_map .country_blk[data-blk="6"] {
        top: 138px;
        left: 254px;
        width: 90px 
    }
    .postid-177866 .review_single_blk.has_map.review_2_map .country_blk[data-blk="7"] {
        top: 71px;
        left: 381px;
        width: 95px 
    }
    .postid-180833 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"] {
        top: 195px;
        left: 385px;
        width: 208px 
    }
    .postid-180833 .review_single_blk.has_map.review_2_map .country_blk[data-blk="2"] {
        top: 139px;
        left: 52px;
        width: 221px 
    }
    .postid-180833 .review_single_blk.has_map.review_2_map .country_blk[data-blk="3"] {
        top: 121px;
        left: 325px;
        width: 148px 
    }
    .postid-180833 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"] {
        top: 27px;
        left: 300px;
        width: 220px 
    }
    .postid-180833 .review_single_blk.has_map.review_2_map .country_blk[data-blk="5"] {
        top: 27px;
        left: 64px;
        width: 203px 
    }
    .postid-180833 .review_single_blk.has_map.review_2_map .country_blk[data-blk="6"] {
        top: 288px;
        left: 426px;
        width: 125px 
    }
    .postid-180833 .review_single_blk.has_map.review_2_map .country_blk[data-blk="7"] {
        top: 245px;
        left: 203px;
        width: 153px 
    }
    .postid-180833 .review_single_blk.has_map.review_2_map .country_blk[data-blk="8"] {
        top: 277px;
        left: 49px;
        width: 119px 
    }
    .postid-183784 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"] {
        top: 44px;
        left: 130px;
        width: 208px 
    }
    .postid-183784 .review_single_blk.has_map.review_2_map .country_blk[data-blk="2"] {
        top: 241px;
        left: 31px;
        width: 152px 
    }
    .postid-183784 .review_single_blk.has_map.review_2_map .country_blk[data-blk="3"] {
        top: 95px;
        left: 132px;
        width: 209px 
    }
    .postid-183784 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"] {
        top: 182px;
        left: 483px;
        width: 105px 
    }
    .postid-183784 .review_single_blk.has_map.review_2_map .country_blk[data-blk="5"] {
        top: 279px;
        left: 360px;
        width: 228px 
    }
    .postid-183784 .review_single_blk.has_map.review_2_map .country_blk[data-blk="6"] {
        top: 79px;
        left: 440px;
        width: 150px 
    }
    .postid-183784 .review_single_blk.has_map.review_2_map .country_blk[data-blk="7"] {
        top: 169px;
        left: 167px;
        width: 190px 
    }
    .postid-183784 .review_single_blk.has_map.review_2_map .country_blk[data-blk="8"] {
        top: 217px;
        left: 337px;
        width: 117px 
    }
    .postid-186500 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"] {
        top: 44px;
        left: 12px;
        width: 120px 
    }
    .postid-186500 .review_single_blk.has_map.review_2_map .country_blk[data-blk="2"] {
        top: 123px;
        left: 215px;
        width: 99px 
    }
    .postid-186500 .review_single_blk.has_map.review_2_map .country_blk[data-blk="3"] {
        top: 8px;
        left: 155px;
        width: 114px 
    }
    .postid-186500 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"] {
        top: 8px;
        left: 302px;
        width: 185px 
    }
    .postid-186500 .review_single_blk.has_map.review_2_map .country_blk[data-blk="5"] {
        top: 55px;
        left: 365px;
        width: 140px 
    }
    .postid-186500 .review_single_blk.has_map.review_2_map .country_blk[data-blk="6"] {
        top: 140px;
        left: 338px;
        width: 83px 
    }
    .postid-186500 .review_single_blk.has_map.review_2_map .country_blk[data-blk="7"] {
        top: 146px;
        left: 459px;
        width: 100px 
    }
    .postid-189718 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"] {
        top: 6px;
        left: 306px;
        width: 208px 
    }
    .review_single_blk.has_map.review_2_map .country_blk[data-blk="2"] {
        top: 266px;
        left: 18px;
        width: 223px 
    }
    .postid-189718 .review_single_blk.has_map.review_2_map .country_blk[data-blk="3"] {
        top: 126px;
        left: 291px;
        width: 101px 
    }
    .postid-189718 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"] {
        top: 49px;
        left: 118px;
        width: 151px 
    }
    .postid-189718 .review_single_blk.has_map.review_2_map .country_blk[data-blk="5"] {
        top: 267px;
        left: 410px;
        width: 175px 
    }
    .postid-189718 .review_single_blk.has_map.review_2_map .country_blk[data-blk="6"] {
        top: 146px;
        left: 487px;
        width: 107px 
    }
    .postid-189718 .review_single_blk.has_map.review_2_map .country_blk[data-blk="7"] {
        top: 140px;
        left: 104px;
        width: 160px 
    }
    .postid-192378 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"] {
        top: 86px;
        left: 80px;
        width: 208px 
    }
    .postid-192378 .review_single_blk.has_map.review_2_map .country_blk[data-blk="2"] {
        top: 15px;
        left: 241px;
        width: 221px 
    }
    .postid-192378 .review_single_blk.has_map.review_2_map .country_blk[data-blk="3"] {
        top: 70px;
        left: 341px;
        width: 211px 
    }
    .postid-192378 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"] {
        top: 148px;
        left: 18px;
        width: 180px 
    }
    .postid-192378 .review_single_blk.has_map.review_2_map .country_blk[data-blk="5"] {
        top: 208px;
        left: 266px;
        width: 140px 
    }
    .postid-192378 .review_single_blk.has_map.review_2_map .country_blk[data-blk="6"] {
        top: 204px;
        left: 67px;
        width: 150px 
    }
    .postid-192378 .review_single_blk.has_map.review_2_map .country_blk[data-blk="7"] {
        top: 140px;
        left: 395px;
        width: 190px 
    }
    .postid-196956 .review_single_blk.has_map.review_2_map .country_blk[data-blk="1"] {
        top: 143px;
        left: 235px;
        width: 195px;
    }
    .postid-196956 .review_single_blk.has_map.review_2_map .country_blk[data-blk="2"] {
        top: 190px;
        left: 8px;
        width: 141px;
    }
    .postid-196956 .review_single_blk.has_map.review_2_map .country_blk[data-blk="3"] {
        top: 210px;
        left: 418px;
        width: 145px;
    }
    .postid-196956 .review_single_blk.has_map.review_2_map .country_blk[data-blk="4"] {
        top: 66px;
        left: 237px;
        width: 147px;
    }
    .postid-196956 .review_single_blk.has_map.review_2_map .country_blk[data-blk="5"] {
        top: 67px;
        left: 487px;
        width: 107px;
    }
    .postid-196956 .review_single_blk.has_map.review_2_map .country_blk[data-blk="6"] {
        top: 196px;
        left: 193px;
        width: 109px;
    }
    .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 
    }
    .page-id-120561 .post_content:after {
        content: "";
        position: absolute;
        right: -250px;
        bottom: -93px;
        height: 526px;
        width: 212px;
        background: url(/wp-content/themes/forklogv2/img/nyufo.svg) no-repeat center;
        background-size: 100% auto 
    }
    .defi_single_widget .apy {
        width: 153px 
    }
    .defi_single_widget .pairs {
        width: calc(100% - 20px);
        margin: 20px 10px 
    }
    .defi_single_widget .defi_widget_row.token_row {
        font-size: 12px 
    }
    .defi_single_widget .defi_widget_row span:nth-child(1) {
        width: 100px 
    }
    .defi_single_widget .defi_widget_row span:nth-child(2) {
        width: 40px 
    }
    .defi_single_widget .defi_widget_row span:nth-child(3), .defi_single_widget .defi_widget_row span:nth-child(4) {
        width: 144px;
        margin-left: 0 
    }
    .defi_single_widget .defi_widget_row span:nth-child(5) {
        width: 147px;
        margin-left: 10px 
    }
    .defi_single_widget .defi_widget_row span:nth-child(5) 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) {
        text-align: right;
        width: 178px 
    }
    .defi_single_widget .defi_widget_row.disclamer_row span:nth-child(2) a {
        font-size: 10px 
    }
    .allbridge_single_widget a:first-of-type {
        left: 13px 
    }
    .allbridge_single_widget a:first-of-type img {
        width: 80px 
    }
    .allbridge_single_widget .select_blk {
        width: 150px 
    }
    .allbridge_single_widget .select_blk:first-of-type {
        left: 108px 
    }
    .allbridge_single_widget .select_blk:last-of-type {
        left: 306px 
    }
    .allbridge_single_widget .allbridge_tokens span, .allbridge_single_widget .select_blk>span {
        font-size: 9px 
    }
    .allbridge_single_widget a:last-of-type {
        right: 13px;
        width: 125px 
    }
    .matrixport_bottom_page_widget_tab p {
        top: 23px;
        width: 255px 
    }
    .matrixport_bottom_page_widget a {
        font-size: 10px;
        width: 207px 
    }
    .matrixport_bottom_page_widget_buttons {
        width: 390px 
    }
    .matrixport_bottom_page_widget_buttons span {
        font-size: 10px 
    }
    .is-provider-youtube iframe {
        height: 345px 
    }
    .insidepost label {
        font-size: 13px;
    }
}
@media(max-width:1200px) {
    .page-id-112654 main, .postid-115776 main {
        background: url(/wp-content/themes/forklogv2/img/review_page_bg_2.png) no-repeat center -85px;
        background-size: 100% auto 
    }
    .review_top_blk {
        padding-bottom: 216px 
    }
}
@media(max-width:1210px) {
    .main_grid {
        grid-template-columns: 0 0 100% 0;
    }
    .general_grid {
        grid-template-columns: 0 100% 0 0 !important;
    }
    .rates_grid {
        grid-template-columns: 0 100% 0;
    }
    .grid_column .inner {
        width: calc(100% - 26px) !important;
        margin: 0 13px;
    }
    .left_aside_nav, .widgets_wrap{
        display: none;
    }
    body {
        padding-top: 40px 
    }
    .page-id-120561 .post_content img.m:last-of-type {
        display: block !important 
    }
    .ny2020_ribbon, .page-id-120561 .mob_rates_blk, .page-id-120561 .mob_scrolled_rates_blk, .page-id-120561 .post_content:after {
        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 
    }
    .category-news .inner_wrap, .category-exclusive .inner_wrap {
        width: 100%;
    }
    .category-news .inner_wrap .category_page_grid .cell .text_blk, .category-exclusive .inner_wrap .category_page_grid .cell .text_blk {
        width: calc(100% - 40px);
    }
    .category-news .inner_wrap .cell.has_trending .trending_cat, .category-exclusive .inner_wrap .cell.has_trending .trending_cat {
        margin-left: 35px;
    }
    /*.gototop {
        width: 50px 
    }*/
    /*.footer_aboba {
        padding: 12px 13px 0 13px;
        margin: 12px -13px 0 -13px;
        background: #17181f 
    }
    .footer_aboba 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 
    }
    .sp_subs {
        background: #65687d;
        height: 198px 
    }
    .sp_subs form input[type=email] {
        width: calc(100% - 11px) 
    }
    .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: 0 
    }
    .sp_subs p {
        padding-top: 47px;
        margin-left: -30px;
        font-size: 32px 
    }
    .sp_subs span {
        margin-left: -30px 
    }
    .subs_lnk {
        left: 446px 
    }
    .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 .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 
    }
    .category_page_grid [data-no_image="1"] .post_item .image_blk, .row_1 [data-no_image="1"] .post_item .image_blk {
        position: absolute;
        right: 0 
    }
    .category_page_grid [data-no_image="1"] .post_item .text_blk, .row_1 [data-no_image="1"] .post_item .text_blk {
        width: calc(100% - 30px) 
    }
    .category_page_grid [data-no_image="1"] .post_item .text_blk p, .row_1 [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: .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 
    }
    .youtube_widget {
        width: 630px 
    }
    .youtube_widget .yt_widget_player {
        width: 320px 
    }
    .category_page_grid [data-no_image="1"] .post_item .text_blk p {
        margin-left: 13px 
    }
    [data-device_type="0"] .boba_zone, [data-device_type="0"] .has_brba {
        display: none !important 
    }
    .inner_wrap {
        width: 100% 
    }
    .bnnc_widget {
        position: relative;
        top: auto;
        display: block;
        right: auto;
        float: none;
        width: 100% 
    }
    .bnnc_widget_top_lnk {
        background: #17181f;
        width: 100%;
        display: block 
    }
    .similar_posts_right {
        display: none 
    }
    .post_content, .postid-160065 .post_content, .postid-194362 .post_content {
        width: calc(100%  - 26px) !important;
        margin: 0 13px;
    }
    .wp-block-image {
        margin-bottom: -3px 
    }
    .postid-160065 .qc_equal_height img {
        height: auto;
        max-height: 210px 
    }
    .postid-160065 .qc_equal_height.eh2 img, .postid-160065 .qc_equal_height.eh3 img {
        max-height: 165px 
    }
    .postid-160065 .review_half {
        padding: 12px 0 
    }
    .postid-160065 .article_image_mob+.wp-block-image {
        margin-top: 20px 
    }
    .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 
    }
    .table_notdead tr:nth-child(odd) {
        background: #ebecef 
    }
    .table_notdead td, .table_notdead tr {
        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 
    }
    .deleted_post_disclamer {
        display: block;
        background: url(/wp-content/themes/forklogv2/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: 700;
        font-size: 15px;
        line-height: 18px;
        text-align: center;
        letter-spacing: .02em;
        color: #fff;
        margin: 0;
        position: absolute;
        top: 18px;
        left: 0;
        width: 100% 
    }
    .deleted_post_disclamer p br:last-child {
        display: block 
    }
    .page-id-158950 .post_content h1 {
        font-size: 30px;
        line-height: 30px;
        padding-top: 10px 
    }
    .nyquest21_links_row, .nyquest21_wiz_left, .nyquest21_words_wrap, .page-id-158950 .mob_rates_blk {
        display: none 
    }
    .page-id-158950 .post_content, .page-id-158950 main, .page-id-158950 main>.inner {
        min-height: auto;
        margin-bottom: -17px 
    }
    .nyquest21_mob_initial {
        position: relative;
        display: block 
    }
    .nyquest21_mob_initial img {
        margin-bottom: -4px 
    }
    .nyquest21_mob_buttons {
        display: block;
        text-align: center 
    }
    .nyquest21_bubble {
        display: block;
        width: 90%;
        left: 5%;
        bottom: auto;
        top: 160px;
        min-height: 136px;
        height: auto 
    }
    .nyquest21_bubble:before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -23px;
        width: 25px;
        transform: translateZ(-1px);
        height: 22px;
        background: url(/wp-content/themes/forklogv2/img/nyquest21cornerm.png) no-repeat center 
    }
    .nyquest21_mob_send, .nyquest21_mob_show_inputs {
        background: linear-gradient(180deg, #ffb525 0, #ffa800 100%);
        border-radius: 40px;
        font-weight: 700;
        font-size: 18px;
        height: 52px;
        line-height: 52px;
        text-align: center;
        letter-spacing: .02em;
        text-transform: uppercase;
        color: #0e0f14;
        cursor: pointer;
        width: calc(100% - 40px);
        margin: 20px;
        display: block 
    }
    .nyquest21_mob_send, .nyquest21_mob_send_details, .nyquest21_mob_show_inputs {
        background: linear-gradient(180deg, #ffb525 0, #ffa800 100%);
        border-radius: 40px;
        font-weight: 700;
        font-size: 18px;
        height: 52px;
        line-height: 52px;
        text-align: center;
        letter-spacing: .02em;
        text-transform: uppercase;
        color: #0e0f14;
        cursor: pointer;
        width: calc(100% - 40px);
        margin: 20px;
        display: block 
    }
    .nyquest21_mob_back, .nyquest21_mob_show_prize, .nyquest21_mob_show_rules {
        background: linear-gradient(180deg, #183585 0, #0f2769 100%);
        box-shadow: 0 4px 8px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .15);
        border-radius: 40px;
        font-weight: 700;
        font-size: 13px;
        height: 44px;
        line-height: 44px;
        text-align: center;
        letter-spacing: .02em;
        text-transform: uppercase;
        color: #fff;
        width: calc(100% - 100px);
        margin: 20px 50px;
        display: block;
        cursor: pointer 
    }
    .nyquest21_mob_details_popup, .nyquest21_mob_incorrect_wrap, .nyquest21_mob_inputs_popup, .nyquest21_mob_prize_popup, .nyquest21_mob_promocode_wrap, .nyquest21_mob_rules_popup {
        background: radial-gradient(50% 50% at 50% 50%, rgba(6, 23, 64, .6) 0, #061740 100%);
        opacity: .95;
        text-align: center;
        position: relative;
        padding-bottom: 1px;
        display: none 
    }
    .nyquest21_mob_details_popup h2, .nyquest21_mob_incorrect_wrap h2, .nyquest21_mob_inputs_popup h2, .nyquest21_mob_prize_popup h2, .nyquest21_mob_promocode_wrap h2, .nyquest21_mob_rules_popup h2 {
        font-weight: 700;
        font-size: 21px;
        line-height: 100.02%;
        text-align: center;
        color: #fff;
        padding-top: 8px;
        text-shadow: 0 4px 4px #bfb4ff;
        margin-top: 0 
    }
    .nyquest21_mob_popup_wrap {
        background: #fff;
        border: 1px solid #dee2eb;
        box-sizing: border-box;
        box-shadow: 0 4px 12px rgba(0, 0, 0, .25), 0 2px 4px rgba(0, 0, 0, .15);
        border-radius: 10px;
        width: calc(100% - 26px);
        margin: 20px 13px;
        padding: 20px;
        position: relative;
        display: block 
    }
    .nyquest21_mob_details_popup input[type=text], .nyquest21_mob_inputs_popup input, .nyquest21_mob_promocode_wrap input {
        background: #fff;
        border: 1px solid #dee2eb;
        box-sizing: border-box;
        border-radius: 6px;
        text-align: center;
        height: 40px;
        width: 100%;
        margin-bottom: 5px;
        display: none 
    }
    .nyquest21_mob_details_popup input[type=text]:first-of-type, .nyquest21_mob_inputs_popup input:first-of-type, .nyquest21_mob_promocode_wrap input {
        display: block;
        margin-top: 15px 
    }
    .nyquest21_mob_details_form, .nyquest21_mob_details_popup input[type=text] {
        display: block 
    }
    .nyquest21_mob_prize_popup .nyquest21_mob_popup_wrap strong, .nyquest21_mob_rules_popup .nyquest21_mob_popup_wrap strong {
        font-size: 16px;
        line-height: 100%;
        text-align: center;
        color: #000;
        margin-bottom: 17px;
        display: block 
    }
    .nyquest21_mob_prize_popup .nyquest21_mob_popup_wrap img {
        display: block;
        margin-bottom: 20px 
    }
    .page-id-158950 .close {
        width: 15px;
        height: 15px;
        top: 10px;
        right: 10px;
        background-size: contain 
    }
    .category-cryptorium .cell, main[data-tag_id="5275"] .cell {
        height: auto 
    }
    .category-cryptorium .post_item, main[data-tag_id="5275"] .post_item {
        height: auto !important;
        padding: 30px 5px 47px 5px;
        width: calc(100% - 10px) 
    }
    .category-cryptorium .post_item .image_blk, main[data-tag_id="5275"] .post_item .image_blk {
        position: relative !important;
        display: block !important;
        width: 100% 
    }
    .category-cryptorium .post_item .image_blk img, .category-cryptorium .post_item .post_meta .author_lnk, main[data-tag_id="5275"] .post_item .image_blk img, main[data-tag_id="5275"] .post_item .post_meta .author_lnk {
        display: block !important 
    }
    .category-cryptorium .post_item .text_blk, main[data-tag_id="5275"] .post_item .text_blk {
        margin: 10px 5px 0 5px !important;
        height: auto !important 
    }
    .category-cryptorium .post_item .text_blk p, main[data-tag_id="5275"] .post_item .text_blk p {
        font-size: 15px !important;
        line-height: 130%;
        padding-top: 0 !important;
        font-weight: 700;
        margin-bottom: 0 !important;
        margin-top: 0 
    }
    .category-cryptorium .post_item>a, main[data-tag_id="5275"] .post_item>a {
        position: relative;
        z-index: 1 
    }
    main[data-tag_id="5275"] .post_item .post_meta {
        right: auto !important 
    }
    .category-cryptorium .post_item .post_meta .author_lnk, .category-cryptorium .post_item .post_meta .post_date, main[data-tag_id="5275"] .post_item .post_meta .author_lnk, main[data-tag_id="5275"] .post_item .post_meta .post_date {
        left: 5px 
    }
    .category-cryptorium .post_item .post_meta .single_post_views, main[data-tag_id="5275"] .post_item .post_meta .single_post_views {
        right: 15px 
    }
    .tags_nav .tags_wrap {
        overflow: auto 
    }
    .tags_nav .inner.has_arrows .tags_wrap {
        width: 558px 
    }
    #scrolled_main_nav {
        max-width: 250px 
    }
    .charts_row img {
        max-width: calc(50% - 20px) !important 
    }
    #rates_wrap .col:nth-child(2), #rates_wrap .col:nth-child(5), .rates_head .col:nth-child(2) *, .rates_head .col:nth-child(2):after, .rates_head .col:nth-child(3) select, .rates_head .col:nth-child(4) {
        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: 0;
        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"], main[data-article_type="4"] {
        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, main[data-article_type="4"] 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"], main[data-article_type="4"] {
        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, main[data-article_type="4"]:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 400px;
        background: #fff;
        z-index: 0 
    }
    .has_map, .page-id-112654 .share_blk, .review_timelines .review_single_timeline_blk .timeline_axis, .review_timelines .review_single_timeline_blk .timeline_tooltip:after, .review_timelines .review_single_timeline_blk .timeline_tooltip:before {
        display: none 
    }
    .has_map.m {
        display: block !important;
        background: 0;
        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:after, .has_map.m .country_blk:before {
        display: none 
    }
    .has_map.m .country_blk a {
        font-size: 12px 
    }
    .review_top_blk {
        background: #fff;
        padding: 0 13px 13px 20px;
        margin: 0 -13px 20px -13px 
    }
    .review_half, .review_single_blk, .review_third {
        padding: 12px;
        width: calc(100% - 24px) !important;
        margin: 0 0 15px 0 !important;
        max-width: none !important 
    }
    .reviews_has_halves, .reviews_has_thirds, .reviews_has_two_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 
    }
    .postid-121488 .review_timelines .review_single_timeline_blk .timeline_tooltip, .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="4"], .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="7"], .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="9"] {
        top: auto !important 
    }
    .review_timelines.nobg.onecol .timeline_tooltip {
        width: 100%;
        margin: 0 0 20px 0 
    }
    .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_quote img, .review_single_blk.has_region img {
        top: 12px;
        left: 12px;
        width: 75px 
    }
    [data-article_type="4"] .review_single_blk.has_region {
        width: calc(100% - 48px) !important 
    }
    .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 
    }
    [data-article_type="4"] .similar_posts_right.visible, [data-article_type="5"] .similar_posts_right.visible {
        position: fixed;
        display: block !important;
        left: 0;
        right: 0;
        width: auto;
        z-index: 9;
        height: calc(100% - 60px);
        background: #fff;
        overflow-x: hidden;
        overflow-y: auto;
        text-align: left 
    }
    .similar_posts_right .monthly_review_navigation_bottom {
        margin-top: 10px;
        border-bottom: 1px #b2b2b2 solid 
    }
    .monthly_review_navigation_bottom a {
        margin-left: 0;
        font-size: inherit;
        color: inherit 
    }
    .right_nav_wrap {
        overflow: auto;
        padding-bottom: 20px 
    }
    .show_review_nav {
        background: url(/wp-content/themes/forklogv2/img/trn.svg) no-repeat center #fff;
        box-shadow: 0 1px 5px rgba(3, 46, 114, .3), 0 3px 17px rgba(11, 30, 65, .1);
        border-radius: 40px;
        width: 37px;
        height: 37px;
        position: fixed;
        bottom: 60px;
        display: none;
        right: 13px;
        cursor: pointer;
        z-index: 10 
    }
    .show_review_nav.active {
        background: url(/wp-content/themes/forklogv2/img/trnc.svg) no-repeat center #fff 
    }
    .cryptocurrency_tag_additional_data {
        margin-top: -90px;
        padding: 90px 0 20px 0;
    }
    .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_player, .cryptocurrency_tag_additional_data .left_col .youtube_widget .yt_widget_playlist {
        width: 100% 
    }
    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.has_inner_link>a {
        flex-basis: 200px;
    }
    .top10_single_article .txt_blk {
        width: calc(100% - 240px) 
    }
    .single-quiz .post_content {
        width: 100% 
    }
    .defi_single_widget {
        height: auto;
        margin-bottom: 25px;
        border: 0 
    }
    .defi_single_widget .pairs {
        width: 100%;
        margin: 0;
        display: block;
        height: auto;
        padding-bottom: 20px 
    }
    .defi_single_widget .defi_widget_row {
        display: flex;
        justify-content: space-between 
    }
    .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: auto !important;
        text-align: center !important;
        margin: 10px 0 0 0 
    }
    .defi_single_widget .defi_widget_row.head_row span:nth-child(1) {
        min-width: 60px 
    }
    .defi_single_widget .defi_widget_row span:nth-child(4) {
        margin-right: 10px 
    }
    .defi_single_widget .defi_widget_row span:nth-child(5) {
        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 
    }
    .allbridge_single_widget {
        height: 325px;
        background: url(/wp-content/themes/forklogv2/img/allbridge_widget_bg_m.png) no-repeat center;
        background-size: cover;
        margin-bottom: 20px 
    }
    .allbridge_single_widget a:first-of-type {
        top: 23px;
        left: 18px 
    }
    .allbridge_single_widget a:first-of-type img {
        width: 123px 
    }
    .allbridge_single_widget .select_blk {
        width: calc(100% - 36px);
        height: 50px;
        left: 18px !important 
    }
    .allbridge_single_widget .select_blk:first-of-type {
        top: 75px;
        z-index: 3 
    }
    .allbridge_single_widget .select_blk:last-of-type {
        top: 160px;
        z-index: 2 
    }
    .allbridge_single_widget .allbridge_tokens span, .allbridge_single_widget .select_blk>span {
        font-size: 18px;
        padding: 0;
        height: 50px;
        line-height: 50px 
    }
    .allbridge_single_widget .allbridge_tokens {
        padding-top: 50px 
    }
    .allbridge_single_widget .select_blk:after {
        top: 17px 
    }
    .allbridge_single_widget .select_blk:last-of-type:before {
        top: -27px;
        left: 50%;
        margin-left: -6px;
        transform: rotate(90deg) 
    }
    .allbridge_single_widget .allbridge_tokens, .allbridge_single_widget .allbridge_tokens_wrap {
        height: 169px 
    }
    .allbridge_single_widget a:last-of-type {
        right: 18px;
        top: 242px;
        width: calc(100% - 36px);
        height: 50px;
        line-height: 50px;
        font-size: 21px 
    }
    .matrixport_bottom_page_widget {
        height: 304px;
        background: linear-gradient(180deg, #2c53cc 0, #011345 100%);
        border-radius: 3px;
        margin-bottom: 20px 
    }
    .matrixport_bottom_page_widget::after {
        content: "";
        position: absolute;
        top: 20px;
        left: 18px;
        width: 180px;
        height: 33px;
        background: url(/wp-content/themes/forklogv2/img/matrixportwidget_logo.png) no-repeat center top 
    }
    .matrixport_bottom_page_widget_tab p {
        font-size: 14px !important;
        top: 143px;
        width: calc(100% - 40px);
        left: 0;
        margin: 0 20px 
    }
    .matrixport_bottom_page_widget_buttons {
        width: 100%;
        top: 78px 
    }
    .matrixport_bottom_page_widget_buttons span {
        font-size: 10px;
        line-height: 14px;
        border-radius: 0 !important;
        padding-top: 18px;
        height: 32px 
    }
    .matrixport_bottom_page_widget_tab.first {
        background: url(/wp-content/themes/forklogv2/img/matrixportwidget_first_m.png) no-repeat right top 
    }
    .matrixport_bottom_page_widget_tab.last {
        background: url(/wp-content/themes/forklogv2/img/matrixportwidget_last_m.png) no-repeat right top 
    }
    .matrixport_bottom_page_widget a {
        font-size: 12px !important;
        width: 234px;
        right: 0 
    }
    .category_single_aside {
        display: none 
    }
    .category-cryptorium .cell {
        height: auto !important 
    }
    .category-cryptorium .cryptorium_top_post .post_item {
        padding: 0;
        height: 247px !important;
        width: 100% 
    }
    .category-cryptorium .post_item .post_meta .author_lnk, .cryptorium_top_post .post_item .text_blk span {
        display: none !important 
    }
    .category-cryptorium .cryptorium_top_post .post_item .text_blk p {
        font-size: 18px !important;
        width: 90%;
        padding: 0 
    }
    .category-cryptorium .cryptorium_top_post .post_item .text_blk {
        margin: 20px 5px 0 20px !important;
        height: auto !important;
        width: calc(100% - 25px) 
    }
    .category-cryptorium .cryptorium_top_post .post_item .post_meta {
        z-index: 1;
        height: 20%;
        top: auto;
        left: 0 
    }
    .cryptorium_top_post .cryptorium_post_meta span:first-child {
        margin-left: 20px 
    }
    .category-cryptorium .post_item .image_blk, main[data-tag_id="5275"] .post_item .image_blk {
        position: relative !important;
        display: block !important;
        width: 100% !important 
    }
    .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(/wp-content/themes/forklogv2/img/fsb_yt_ico_w.svg) no-repeat center 8px #0e0f14;
        background-size: 24px auto;
    }
    .footer_social_blk.dc {
        background: url(/wp-content/themes/forklogv2/img/fsb_dc_ico_w.svg) no-repeat center #0e0f14;
        background-size: 28px 
    }
    .footer_social_blk.tg {
        background: url(/wp-content/themes/forklogv2/img/fsb_tg_ico_w.svg) no-repeat 8px 12px #0e0f14 
    }
    .footer_social_blk.vk {
        background: url(/wp-content/themes/forklogv2/img/fsb_vk_ico_w.svg) no-repeat center 17px #0e0f14;
        background-size: 27px;
    }
    .footer_social_blk.fb {
        background: url(/wp-content/themes/forklogv2/img/fsb_fb_ico_w.svg) no-repeat center 12px #0e0f14 
    }
    .footer_social_blk.tw {
        background: url(/wp-content/themes/forklogv2/img/fsb_tw_ico_w.svg) no-repeat center 16px #0e0f14;
        background-size: 24px;
    }
    .footer_social_blk.in {
        background: url(/wp-content/themes/forklogv2/img/fsb_in_ico_w.svg) no-repeat center #0e0f14;
        background-size: 23px 
    }
    .footer_social_blk.ig {
        background: url(/wp-content/themes/forklogv2/img/fsb_ig_ico_w.svg) no-repeat center #0e0f14;
        background-size: 24px;
    }
    .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: .02em;
        color: #fff;
        margin: 20px 0 
    }
    .mob_brere {
        height: auto !important;
    }
    body[data-device_type="1"], body[data-device_type="2"] {
        padding-top: 88px;
    }
    [data-post_type="2"] .post_item .image_blk img {
        display: block;
    }
    #rates_wrap .col:nth-child(6), .rates_head, .sp_grid .cell:first-child .sp_item>a:after {
        display: none;
    }
    .rates_page_top_links {
        display: block;
        margin-bottom: 20px;
    }
    .sp_grid .cell {
        height: 169px;
        margin: 0 0 15px 0;
        width: 100%;
    }
    .sp_grid .cell .sp_item .text_blk {
        height: 152px;
    }
    .sp_grid .cell .sp_item .image_blk {
        height: 85px;
    }
    .sp_grid .cell:first-child .sp_item .text_blk p {
        font-size: 16px;
        line-height: 130%;
        margin: 0 13px;
    }
    .sp_grid .cell:first-child .text_blk span.post_excerpt, .sp_grid .cell:first-child .sp_item>a:after{
        margin: 0 13px;
    }
    .sp_grid .cell:first-child .image_blk {
        width: 100%;
    }
    .sp_grid .cell:first-child .text_blk {
        width: 100%;
        margin: 0;
        height: auto;
        display: block;
    }
    .cryptorium_post_meta {
        left: -5px;
    }
    .list.hub_news .list_widget_wrap{
        width: auto;
    }
    /*.mob_rates_blk {
        display: block;
    }*/
}
@media(max-width:1210px) {
    body[data-device_type="1"], body[data-device_type="2"] {
        padding-top: 40px;
    }
    .page-id-120561 img.m {
        display: block !important 
    }
    .page-id-120561 img.m:first-of-type {
        width: 100% 
    }
    .top10_single_article>a {
        display: block 
    }
    .top10_single_article .img, .top10_single_article.has_inner_link .img {
        width: 100%;
        height: 150px;
        display: block 
    }
    .top10_single_article.has_inner_link{
        display: block;
    }
    .top10_single_article.has_inner_link>a{
        min-height: auto;
    }
    .top10_single_article .txt_blk {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0 15px 30px 15px;
        box-sizing: border-box 
    }
    .page-id-120791 .mob_rates_blk, .page-id-120993 .mob_rates_blk, .page-id-121001 .mob_rates_blk, .page-id-121004 .mob_rates_blk, .postid-120964 .mob_rates_blk {
        display: none 
    }
    .page-id-120791, .page-id-120993, .page-id-121001, .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(/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(/wp-content/themes/forklogv2/img/mailto_ico.svg) no-repeat;
        top: 11px;
        left: 0 
    }
    .single .article_image {
        display: none 
    }
    .single .share_blk {
        width: 29px;
        height: 29px;
        cursor: pointer;
        position: absolute;
        right: -13px;
        z-index: 8;
        display: block;
        top: 29px;
        background: url(/wp-content/themes/forklogv2/img/post_share_bg.svg) rgba(0, 0, 0, .35) no-repeat center 
    }
    .single .share_blk span {
        display: none 
    }
    .single .article_meta {
        position: relative 
    }
    .article_update .gtb_text-wrappers_update_head, .card_description, .post_content a, .post_content p, main[data-article_type="4"] .review_article_blk ul li {
        font-size: 16px 
    }
    .article_image_mob {
        display: block;
        margin: 10px -13px;
        position: relative;
        aspect-ratio: 1.25;
    }
    .article_image_mob img {
        aspect-ratio: 1.25;
    }
    .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 
    }
    .similar_posts_bottom {
        overflow: auto 
    }
    .single_card {
        padding: 0 11px 18px 11px 
    }
    .single_card .card_counter {
        width: 100%;
        display: block;
        padding-top: 0;
        line-height: 40px;
        margin-bottom: 20px 
    }
    .single_card .card_counter::before {
        height: 1px;
        width: 12px;
        top: 17px;
        left: -13px 
    }
    .single_card ul {
        margin-left: -32px 
    }
    .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 
    }
    #custom_page_subscribe_form input[type=email] {
        width: calc(100% - 2px) 
    }
    #custom_page_subscribe_form input[type=submit] {
        width: 38px;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 0;
        top: -8px;
        background: url(/wp-content/themes/forklogv2/img/subsarrow.svg) no-repeat center #e7a320 
    }
    .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-120993 main, .page-id-121001 main, .page-id-121004 main {
        padding-top: 60px 
    }
    .page-id-120791 .quiz_wrap, .page-id-120993 .quiz_wrap, .page-id-121001 .quiz_wrap, .page-id-121004 .quiz_wrap {
        padding: 22px 17px 
    }
    .page-id-120791 .quiz_wrap h2, .page-id-120993 .quiz_wrap h2, .page-id-121001 .quiz_wrap h2, .page-id-121004 .quiz_wrap h2 {
        font-size: 21px;
        line-height: 27px 
    }
    .page-id-120791 .mob_scrolled_rates_blk, .page-id-120993 .mob_scrolled_rates_blk, .page-id-121001 .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: 700;
        font-size: 21px;
        line-height: 24px;
        letter-spacing: .02em;
        color: #474a60 
    }
    .digests_page_blk {
        width: 100%;
        margin-left: 0 !important;
        padding: 63px 14px 20px 14px;
        box-shadow: 0 2px 3px rgba(61, 71, 143, .3), 0 2px 6px rgba(65, 84, 219, .1) 
    }
    .digests_page_blk:before {
        width: 100%;
        height: 45px;
        bottom: auto;
        right: 0;
        border-radius: 0 
    }
    .tag-dajdzhest .digests_page_blk:before {
        width: 52px;
        height: auto;
        bottom: 0;
        right: 0;
        border-radius: 0 
    }
    .digests_page_blk:after {
        top: 0;
        height: 45px !important 
    }
    .tag-dajdzhest .digests_page_blk:after{
        top: 12px;
    }
    .inner {
        width: calc(100% - 26px) 
    }
    .gototop, header {
        display: none !important 
    }
    body {
        padding-bottom: 43px 
    }
    .mob_bottom_nav, .mob_header, .mob_nav_popup {
        display: block 
    }
    .category_page_grid .cell, .main_page_grid .row .cell {
        height: 110px;
        margin-bottom: 5px 
    }
    .category_page_grid .cell .post_item, .main_page_grid .post_item {
        height: 108px 
    }
    .category_page_grid .cell .post_item .image_blk, .category_page_grid .has_timeline_tag:before, .category_page_grid .has_views_tag:before, .category_page_grid:before, .main_page_grid .post_item .image_blk {
        display: none 
    }
    .category_page_grid .cell:not(.has_trending) .post_item:not(.has_custom_post_type) .image_blk, .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 {
        position: absolute;
        right: 0;
        display: block;
        background: 0 0 !important 
    }
    .category_page_grid .cell:not(.has_trending) .post_item:not(.has_custom_post_type) .image_blk img, .main_page_grid [data-post_type="0"]:not(.has_trending) .post_item:not(.has_custom_post_type) .image_blk img, .main_page_grid [data-post_type="2"] .post_item:not(.has_custom_post_type) .image_blk img {
        display: none 
    }
    .category_page_grid .cell.has_trending .trending_cat {
        margin-left: 28px 
    }
    .category_page_grid .cell .post_item .text_blk, .main_page_grid .post_item .text_blk {
        height: 148px;
        margin-right: 39px;
        width: auto;
        display: block 
    }
    .category_page_grid .cell .post_item .text_blk p, .main_page_grid .post_item .text_blk p {
        font-size: 14px;
        margin-top: 0;
        padding-top: 20px 
    }
    .load_more_btn, .load_more_posts{
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    [data-cat_id="5093"] .cell{
        height: auto;
    }
    /*.cell .post_item.has_custom_post_type p{
        font-size: 18px !important;
    }
    .category_page_grid .cell[data-post_type="2"] .post_item .text_blk p, .main_page_grid [data-post_type="2"] .post_item .text_blk p {
        font-size: 14px !important;
        margin: 0 !important 
    }
    .category_page_grid .cell[data-post_type="2"] .post_item .text_blk span.post_excerpt, .main_page_grid [data-post_type="2"] .post_item .text_blk span.post_excerpt {
        display: none !important 
    }
    .category_page_grid .cell .post_meta, .main_page_grid .post_item .post_meta {
        left: auto !important 
    }
    .post_item .post_meta {
        width: 100% 
    }
    .post_meta .post_cat, .post_meta .trending_cat {
        margin-left: 28px 
    }
    .main_page_grid .row:not(.row_tablet) .cell[data-post_type="1"], .row:not(.row_tablet) .cell.has_cpt, .row:not(.row_tablet) .cell.has_trending {
        height: 196px !important 
    }
    .main_page_grid .row:not(.row_tablet) .cell[data-post_type="1"] .post_item, .cell .post_item.has_custom_post_type, .row:not(.row_tablet) .cell.has_trending .post_item {
        height: 194px 
    }
    .main_page_grid .row:not(.row_tablet) .cell[data-post_type="1"] .post_item .image_blk, .cell .post_item.has_custom_post_type .image_blk, .row:not(.row_tablet) .cell.has_trending .post_item .image_blk {
        display: block;
        width: 100%;
        position: absolute 
    }
    .has_cpt .post_item .image_blk img {
        display: block !important 
    }
    .cell .post_item.has_custom_post_type:after{
        z-index: 3 !important;
    }
    .cell .post_item.has_custom_post_type .post_date{
        color: #fff;
    }
    .main_page_grid .row:not(.row_tablet) .cell[data-post_type="1"] .post_item .text_blk, .cell .post_item.has_custom_post_type .text_blk, .row:not(.row_tablet) .cell.has_trending .post_item .text_blk {
        position: absolute;
        bottom: 44px;
        height: auto;
        z-index: 4
    }
    .main_page_grid .row:not(.row_tablet) .cell[data-post_type="1"] .post_item .text_blk p, .cell .post_item.has_custom_post_type .text_blk p, .row:not(.row_tablet) .cell.has_trending .post_item .text_blk p {
        font-size: 18px;
        line-height: 110%;
        color: #fff 
    }
    .main_page_grid .row:not(.row_tablet) .cell[data-post_type="1"] .post_item .post_meta, .cell .post_item.has_custom_post_type .post_meta, .row:not(.row_tablet) .cell.has_trending .post_item .post_meta {
        left: 14px 
    }
    .main_page_grid .row:not(.row_tablet) .cell[data-post_type="1"] .post_item .post_meta .post_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, .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 {
        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, .cell .post_item.has_custom_post_type:after, .row:not(.row_tablet) .cell.has_trending .post_item: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, .73) 38.77%, rgba(0, 16, 130, 0) 100%);
        transition: background .2s ease-in-out 
    }*/
    .archive h1 {
        font-size: 21px;
        line-height: 24px 
    }
    .archive h1, .single h1{
        margin-top: 35px;
    }
    .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: .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: .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: 0;
        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 
    }
    .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(/wp-content/themes/forklogv2/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 
    }
    .content_switchers, .main_page_filters {
        display: none 
    }
    .item_share_blk {
        opacity: 1 
    }
    .category_page_grid [data-no_image="1"] .post_item .text_blk span.post_excerpt, .cell .author_lnk {
        display: none 
    }
    .category_name+p {
        position: relative;
        margin-bottom: 26px;
    }
    .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(/wp-content/themes/forklogv2/img/rowmcell_preload.svg) no-repeat center;
        background-size: 100% 
    }
    .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 
    }
    .has_list[data-list_type=hub_news] {
        padding-top: 50px;
        background: url(https://hub.forklog.com/wp-content/themes/hubv2/img/ch_logo.svg) no-repeat 11px 14px #fff;
        background-size: 170px 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_time_full, .vacancy_employment_time_part, .vacancy_employment_type_office, .vacancy_employment_type_remote {
        margin-bottom: 0 
    }
    .has_list[data-list_type=week_top] {
        margin: 6px 0 
    }
    .hub_widget_author, .hub_widget_cat {
        font-size: 12px !important;
        margin-bottom: 0 
    }
    .hub_widget_author img, .hub_widget_cat img {
        vertical-align: top;
        margin-top: -2px 
    }
    .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=currency_com_rates], .list[data-list_type=defi_rates], .list[data-list_type=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 
    }
    .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% 
    }
    .subscribe_blk {
        height: initial;
        padding-bottom: 23px 
    }
    .subscribe_blk .subscribe_blk_title {
        font-size: 18px;
        line-height: 120%;
        padding-top: 20px;
        width: calc(100% - 40px);
        font-weight: 700;
    }
    .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: auto;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        padding-left: 35px;
        font-size: 14px 
    }
    .subscribe_blk form .radio_blc label:after {
        content: inherit 
    }
    .subscribe_blk form .radio_blc label:before{
        width: 18px;
        content: "";
        height: 18px;
        border: 1px solid #17181F;
        background: transparent !important;
        border-radius: 34px;
        position: absolute;
        left: 2px;
    }
    .subscribe_blk form .radio_blc input:checked+label:after {
        content: "";
        position: absolute;
        left: 4px;
        top: 50%;
        transform: translateY(-50%);
        height: 14px;
        width: 14px;
        border-radius: 100%;
        background: #0E0F14;
        z-index: 2;
    }
    .subscribe_blk form input[type=email] {
        width: calc(100% - 25px);
        margin: 0 
    }
    .subscribe_blk form input[type=submit] {
        font-size: 0;
        top: 1px;
        right: -2px;
        border: 2px solid #151544;
        border-radius: 8px;
        background: url(/wp-content/themes/forklogv2/img/form_chevron_r_b.svg) no-repeat center #fff;
        height: 40px;
        width: 64px;
        position: absolute;
        margin: 0;
    }
    .sp_subs {
        height: auto;
        padding: 0 0 80px 0;
        margin-bottom: -20px 
    }
    .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: 0 
    }
    .subs_lnk:before {
        width: 100%;
        height: 42px;
        line-height: 42px;
        z-index: 0 
    }
    .subs_lnk:after {
        left: -13px;
        right: -13px;
        bottom: 0;
        background: url(/wp-content/themes/forklogv2/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 
    }
    .category_page_grid, .main_page_grid {
        margin-top: 57px 
    }
    .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(/wp-content/themes/forklogv2/img/fsb_yt_ico.svg) no-repeat center 3px #fff 
    }
    .post_content .footer_social_blk.tg {
        background: url(/wp-content/themes/forklogv2/img/fsb_tg_ico.svg) no-repeat center 10px #fff 
    }
    .post_content .footer_social_blk.vk {
        background: url(/wp-content/themes/forklogv2/img/fsb_vk_ico.svg) no-repeat center 17px #fff 
    }
    .post_content .footer_social_blk.fb {
        background: url(/wp-content/themes/forklogv2/img/fsb_fb_ico.svg) no-repeat center 12px #fff 
    }
    .post_content .footer_social_blk.tw {
        background: url(/wp-content/themes/forklogv2/img/fsb_tw_ico.svg) no-repeat center 16px #fff 
    }
    .post_content .footer_social_blk.sc {
        background: url(/wp-content/themes/forklogv2/img/sc_ico_grey.svg) no-repeat center 16px #fff 
    }
    .post_content .footer_social_blk.in {
        background: url(/wp-content/themes/forklogv2/img/fsb_in_ico.svg) no-repeat center 16px #fff 
    }
    .post_content .footer_social_blk.ig {
        background: url(/wp-content/themes/forklogv2/img/fsb_ig_ico.svg) no-repeat center 16px #fff 
    }
    .post_content .footer_social_blk.active {
        border-radius: 0;
        height: auto 
    }
    .post_content .footer_socials a {
        display: block;
        text-align: center;
        font-weight: 500;
        font-size: 18px;
        line-height: 120%;
        letter-spacing: .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: 0 
    }
    .post_content .footer_socials .tg a:after {
        background-image: url(/wp-content/themes/forklogv2/img/fsb_tg_ico.svg) 
    }
    .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 
    }
    footer {
        padding-top: 0;
        padding-bottom: 0 
    }
    .subscribe_blk+a+footer .footer_socials, .subscribe_blk+footer .footer_socials, .subscribe_blk_desc+footer .footer_socials {
        margin: 0 -13px 
    }
    .footer_terms>span {
        width: auto;
        margin-top: 20px 
    }
    .footer_aboba a {
        margin-bottom: 10px;
        display: inline-block;
        width: 49%;
        vertical-align: top;
    }
    .footer_terms {
        margin-top: -6px 
    }
    .footer_terms .footer_logo_blk {
        display: block;
        margin: 0 auto;
        width: 100%;
    }
    [data-device_type="2"] .footer_logo_blk a {
        display: inline-block;
        vertical-align: middle;
    }
    .footer_terms .footer_logo_blk img {
        display: inline-block;
        width: 89px;
    }
    .footer_terms .footer_logo_blk span{
        display: inline-block;
        vertical-align: middle;
    }
    .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 
    }
    .custom_page_subscribe_form_checkbox_blk img {
        width: auto !important 
    }
    .page-id-80029 h1 {
        font-size: 21px;
        line-height: 24px;
        letter-spacing: .02em;
        text-transform: capitalize;
        color: #474a60 
    }
    .body_row .col.market_cap, .body_row .col.price_change, .body_row .col.volume {
        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 ol li, .post_content ul li {
        font-size: 16px 
    }
    .post_content ol li:before {
        top: 0 
    }
    #rates_wrap .col:nth-child(1) {
        flex: 0 0 9%;
        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 28% 
    }
    #rates_wrap .col:nth-child(6) {
        flex: 0 0 34%;
        font-size: 10px !important 
    }
    #rates_wrap .col:nth-child(7) {
        flex: 0 0 31%;
        font-size: 0 
    }
    #rates_wrap .col:nth-child(7) a, #rates_wrap .col:nth-child(7) span {
        width: 75px;
        font-size: 10px;
        line-height: 24px 
    }
    #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 
    }
    #rates_wrap .col:nth-child(6) {
        display: none 
    }
    .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) a, .defi_rates #rates_wrap .col:nth-child(7) span {
        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 
    }
    .not_embedded_article img {
        width: 100% 
    }
    .not_embed_description {
        margin: 10px 0;
        width: 100% 
    }
    .ctyptorium_select_category_blk, .ctyptorium_select_difficulty_blk, .similar_posts_bottom_wrap {
        overflow: auto;
        white-space: nowrap 
    }
    .similar_posts_bottom {
        overflow: hidden 
    }
    .similar_posts_bottom_wrap {
        display: flex;
        height: auto;
        width: 100% !important;
        align-content: stretch 
    }
    .similar_posts_bottom .post_item {
        flex: 0 0 308.6px;
        height: auto 
    }
    .similar_posts_bottom .post_item .text_blk {
        height: auto;
        white-space: initial;
        overflow: auto;
        padding-bottom: 20px 
    }
    .similar_posts_bottom .post_item p {
        display: block;
        overflow: initial;
        -webkit-line-clamp: initial 
    }
    .category-cryptorium .post_item .post_meta {
        right: auto !important 
    }
    .poll_nav input {
        margin-top: 20px;
        margin-bottom: 50px 
    }
    .custom_poll {
        padding-bottom: 70px 
    }
    .post_bottom_socials {
        width: calc(100% - 16px);
        padding: 20px;
        margin: 0 -13px 20px -13px;
        border-width: 1px 0;
    }
    .post_bottom_socials p {
        display: block;
        width: 100%;
        margin-top: 0;
        font-size: 18px;
    }
    .mob_brere {
        aspect-ratio: 3.5;
        height: auto !important;
    }
    .multiple_flags .review_third{
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    .multiple_flags .review_has_flag:last-child{
        margin-bottom: 0;
    }
    .cryptorium_post_meta{
        left: 0;
    }
    .category-cryptorium .post_item .post_meta .post_date{
        left: 0;
        position: absolute;
        top: 10px 
    }
    .category-cryptorium .post_item .post_meta{
        top: 0;
        z-index: 0;
    }
    main[data-tag_id="5275"] .post_item .post_meta .post_date{
        margin-right: 10px;
    }
    .category-news .inner_wrap .category_page_grid .cell .text_blk, .category-exclusive .inner_wrap .category_page_grid .cell .text_blk, .tag .inner_wrap .category_page_grid .cell .text_blk {
        width: calc(100% - 40px);
    }
    .left_aside_nav{
        display: none !important;
    }
    .cryptocurrency_tag_additional_data{
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .not_embedded_article:after {
        content: "";
        position: absolute;
        width: 100%;
        height: calc(100% - 29px);
        left: 0;
        bottom: 0;
        display: block;
        z-index: 3;
        background: linear-gradient(360deg, rgba(3, 5, 26, .73) 38.77%, rgba(0, 16, 130, 0) 100%);
        transition: background .2s ease-in-out;
    }
    .not_embedded_article::before{
        content: "КАРТОЧКА";
        position: absolute;
        left: 13px;
        bottom: 16px;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #FEFEFE;
        z-index: 4;
    }
    .not_embed_description{
        display: none;
    }
    .not_embed_heading{
        position: absolute;
        margin: 0 13px;
        width: calc(100% - 26px);
        z-index: 4;
        color: #fff;
        bottom: 42px;
    }
}
@media(min-width:769px) and (max-width:1210px){
    .general_grid {
        grid-template-columns: 1fr 768px 0 1fr;
        padding-top: 47px;
    }
    .main_grid {
        grid-template-columns: 1fr 0 768px 1fr;
        padding-top: 47px;
    }
}
@media(max-width:769px) {
    .row:not(.row_tablet) .cell[data-post_type="1"] .post_item a:after, .row:not(.row_tablet) .cell .post_item.has_custom_post_type:after, .row:not(.row_tablet) .cell.has_trending .post_item:after {
        content: "";
        position: absolute;
        width: 100%;
        height: calc(100% - 29px);
        left: 0;
        bottom: 0;
        display: block;
        z-index: 3;
        background: linear-gradient(360deg, rgba(3, 5, 26, .73) 38.77%, rgba(0, 16, 130, 0) 100%);
        transition: background .2s ease-in-out;
    }
    .posts_wrap{
        margin: 0 13px;
    }
    .post_item {
        display: block;
        width: 100%;
        margin: 0;
        background: #fff;
        position: relative;
        border: 1px solid #DEE2EB;
        transition: box-shadow .2s ease-in-out;
        margin-bottom: 8px;
    }
    .cell[data-post_type="1"] .post_item .text_blk, .row:not(.row_tablet) .cell .post_item.has_custom_post_type .text_blk, .row:not(.row_tablet) .cell.has_trending .post_item .text_blk {
        position: absolute;
        bottom: 44px;
        height: auto;
        z-index: 4;
    }
    .post_item .text_blk span{
        display: none;
    }
    .cell .post_item{
        height: 108px;
    }
    .cell:not(.has_trending) .post_item:not(.has_custom_post_type) .image_blk, .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 {
        position: absolute;
        right: 0;
        display: block;
        background: 0 0 !important;
    }
    .cell .post_item .text_blk, .main_page_grid .post_item .text_blk {
        height: 148px;
        margin-right: 39px;
        width: auto;
        display: block;
        vertical-align: top;
        margin-left: 14px;
        position: static;
    }
    .main_page_grid .row:not(.row_tablet) .cell[data-post_type="1"] .post_item, .row:not(.row_tablet) .cell .post_item.has_custom_post_type, .row:not(.row_tablet) .cell.has_trending .post_item {
        height: 194px;
    }
    .row:not(.row_tablet) .cell[data-post_type="1"] .post_item .image_blk, .row:not(.row_tablet) .cell .post_item.has_custom_post_type .image_blk, .row:not(.row_tablet) .cell.has_trending .post_item .image_blk {
        display: block;
        width: 100%;
        position: absolute;
    }
    .cell:not(.has_trending) .post_item:not(.has_custom_post_type) .image_blk img, .main_page_grid [data-post_type="0"]:not(.has_trending) .post_item:not(.has_custom_post_type) .image_blk img, .main_page_grid [data-post_type="2"] .post_item:not(.has_custom_post_type) .image_blk img {
        display: none;
    }
    .cell.has_trending .post_item .text_blk{
        margin-left: 14px;
    }
    .post_item .text_blk p{
        padding-top: 20px;
        line-height: 130%;
        margin: 0 !important;
    }
    .cell:not(.has_trending) .post_item .text_blk p{
        font-size: 14px !important;
        margin: 0 !important;
    }
    .post_item .post_meta{
        z-index: 4;
        bottom: 11px;
        width: calc(100% - 22px);
        left: 14px !important;
    }
    .post_item .post_meta .post_cat, .post_item .post_meta .trending_cat {
        margin-left: 0 !important;
    }
    .post_meta .post_date {
        float: right;
        margin-right: 0 !important;
    }
    .cell_has_media{
        height: auto !important;
    }
    .has_hub_media{
        height: 280px !important;
    }
    .hub_post_media iframe, .post_media_iframe_list iframe{
        margin: -2px !important;
        width: calc(100% + 4px) !important;
    }
    .has_hub_media.post_item .post_meta{
        background: transparent !important;
        padding-bottom: 0 !important;
    }
    .has_hub_media:after{
        display: none;
    }
    .has_hub_media.post_item .text_blk{
        background: #fff;
        margin-top: -14px !important;
        position: relative;
    }
    .cell_has_media .text_blk{
        left:0;
    }
    .load_more_btn {
        margin: 15px auto;
    }
    .category .post_item .post_meta .post_cat{
        display: none;
    }
    .archive h1, .single h1, .category_page_grid, .main_page_grid {
        margin-top: 0;
    }
    .category-cryptorium .cryptorium_top_post .post_item .text_blk{
        position: absolute;
        z-index: 3;
    }
    .category-cryptorium .post_item, main[data-tag_id="5275"] .post_item{
        width: 100%;
    }
    .rates_grid{
        padding-top: 14px;
    }
    .posts_wrap {
        margin: 0 13px;
        width: calc(100% - 26px);
    }
    p.year_divider{
        width: calc(100% - 10px);
        z-index: 2;
    }
    .sp_grid .cell{
        height: auto !important;
        margin-bottom: 5px;
    }
    .sp_grid .cell .post_item{
        height: auto !important;
        padding: 5px 5px 47px 5px;
    }
    .sp_grid .cell .post_item .image_blk{
        position: relative !important;
        display: block !important;
        width: 100% !important;
    }
    .sp_grid .cell .post_item .image_blk img{
        display: block !important;
    }
    .sp_grid .cell .post_item .text_blk{
        height: auto;
    }
    .sp_grid .cell:first-child{
        width: 100%;
    }
    .spcw_change p{
        font-weight: 400;
        font-size: 20px;
    }
    .page-id-109537 .insidepost{
        margin: 0 -26px;
        width: 100% !important;
    }
    .page-id-109537 .insidepost label{
        width: 100%;
    }
    .page-id-109537 .insidepost input[type=submit] {
        top: auto !important;
        background: #fff !important;
        border: 2px solid #151944 !important;
        width: 200px !important;
        font-size: 16px !important;
    }
    .custom_page_subscribe_form_checkbox_blk{
        border-width: 1px 0;
        margin: 0 -26px 8px -26px;
        width: 100% !important;
        padding: 20px;
    }
    .custom_page_subscribe_form_checkbox_blk img{
        width: 76px !important;
        /*vertical-align: top;*/
    }
    .custom_page_subscribe_form_checkbox_blk_description{
        vertical-align: middle;
        margin-bottom: 0;
    }
    .custom_page_subscribe_form_checkbox_blk a{
        font-size: 16px !important;
        height: 40px;
        line-height: 40px !important;
        width: 200px;
        right: 20px;
    }
    [data-beeba_id] {
        margin-bottom: 8px;
    }
    .aboutus_img.m{
        display: block;
    }
    .aboutus_img.d{
        display: none;
    }
    .page-id-100104 .post_content .post_bottom_socials{
        margin: 0 0 40px 0;
    }
    .page-id-100104 .post_content .post_bottom_socials_buttons_wrapper a {
        margin-bottom: 8px;
    }
    .page-id-109537 .insidepost label span{
        margin-left: -30px;
    }
    .mob_nav_popup .footer_socials, .footer_socials {
        margin: 32px 0 15px 0;
        text-align: center;
    }
    footer .footer_socials {
        padding-top: 24px;
        margin: 0 !important 
    }
    .mob_nav_popup .footer_social_blk, .footer_social_blk {
        display: inline-block;
        vertical-align: top;
        /*width: calc(100% / 3 - 7.7px);*/
        width: 48px;
        padding: 48px 0 0 0;
        margin-right: 24px;
        border: 1px solid #fff;
        box-sizing: border-box;
        border-radius: 48px;
        margin-bottom: 16px 
    }
    .mob_nav_popup .footer_social_blk.tg a, .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, .footer_social_blk.tg a:after {
        content: "";
        width: 17px;
        height: 15px;
        top: 11px;
        right: 21px;
        background: url(/wp-content/themes/forklogv2/img/fsb_tg_ico_w.svg) no-repeat center;
        position: absolute;
        background-size: 100% 
    }
    .mob_nav_popup .footer_aboba {
        padding: 20px 10px 10px 10px;
        margin: 20px -10px;
        background: #17181f;
        display: none;
    }
    .mob_nav_popup .footer_aboba>a, .footer_aboba>a {
        margin: 7px 0;
        border: 1px solid #dcdff0;
        box-sizing: border-box;
        border-radius: 8px;
        font-weight: 600;
        font-size: 13px;
        line-height: 34px;
        text-align: center;
        letter-spacing: .02em;
        width: calc(50% - 6px);
        /*text-transform: uppercase;*/
        color: #dcdff0 
    }
    [data-device_type="2"] .footer_aboba>a:last-child{
        float: right;
    }
    
    .mob_nav_popup .footer_terms_links {
        float: none;
        display: none;;
    }
    .mob_nav_popup .footer_terms_links a {
        font-size: 15px;
        border: 0;
        margin: 10px 0;
        color: #dcdff0;
        font-weight: 400 
    }
    .mob_nav_popup .footer_logo_blk, .footer_logo_blk {
        text-align: center !important 
    }
    .footer_logo_blk{
        display: none;
    }
    
    .mob_nav_popup .footer_logo_blk img {
        filter: brightness(0) invert(1);
        height: 23px 
    }
    .footer_terms {
        width: 100% 
    }
    .mob_nav_popup .footer_logo_blk a, .mob_nav_popup .footer_logo_blk span, .footer_logo_blk a {
        display: inline-block;
        vertical-align: middle 
    }
    .mob_nav_popup .footer_logo_blk span, .footer_logo_blk span {
        font-size: 15px;
        letter-spacing: .02em;
        color: #dcdff0;
        margin-left: 6px 
    }
    .mob_nav_popup_wrap>span {
        display: none;
        font-size: 13px;
        line-height: 140%;
        text-align: center;
        letter-spacing: .02em;
        color: #dcdff0;
        margin-top: 12px;
    }
    .mob_nav_popup_wrap>span:last-child, .footer_terms>span:last-child {
        margin: 20px 0;
        color: #797b87 
    }
    .footer_terms>span {
        text-align: center 
    }
    .footer_terms_mob {
        display: block;
    }
    .footer_terms_d{
        display: none;
    }
    .archive .post_media_iframe_list{
        padding-top: 0;
    }

}
@media(min-width:1025px) {
    .header_rates_blk a:hover {
        color: #44a6de 
    }
    #scrolled_main_nav li.active a, .main_nav ul#menu-header_main_menu li.active a {
        color: #404DC9;
    }
    .single .scrolled_header:hover .article_progressbar {
        height: 25px;
        top: 80px 
    }
    .single .scrolled_header:hover .article_progressbar p {
        display: block 
    }
    #scrolled_main_nav li:hover a, .footer_social_blk a:hover, .footer_terms_links a:hover, .hidden_items_wrap li:hover a, .lang_switch:hover, .main_nav ul#menu-header_main_menu li:hover a, .main_nav_right a.ua:hover, .main_nav_right a.goto_hub:hover, .left_aside_nav ul li:hover a {
        color: #404DC9;
    }
    .main_nav ul#menu-header_main_menu li:hover a{
        color: #404DC9;
    }
    .main_nav_right .search_btn:hover {
        background-image: url(/wp-content/themes/forklogv2/img/mob_header_show_search_a.svg) 
    }
    .toggle_services_bar:hover {
        background-image: url(/wp-content/themes/forklogv2/img/header_service_btn_h.svg) 
    }
    #custom_page_subscribe_form input[type=submit]:hover, .load_more_btn:hover, .poll_nav input:hover, .poll_nav span:hover, .single_page_currency_widget a span:hover, .subs_lnk:hover:before, .subscribe_blk form input[type=submit]:hover, .tags_nav li:hover a, .terms_popup span.close:hover {
        background: linear-gradient(180deg, #ffb525 0, #ffa800 100%) 
    }
    .tags_nav li:hover a {
        color: #17181f 
    }
    .tags_nav li:hover a, .load_more_btn:hover, .load_more_posts:hover, .subscribe_blk form input[type=submit]:hover, .ctyptorium_select_category_blk span:hover, .ctyptorium_select_difficulty_blk span:hover, .left_aside_nav ul:last-of-type li:hover {
        color: #fff;
        background: #151944 !important;
    }
    .left_aside_nav ul:last-of-type li:hover a{
        color: inherit;
    }
    .menu-item-159123:hover a {
        background: #f6af25 !important 
    }
    .footer_aboba a:hover {
        border-color: #fff;
        color: #151944;
        background: #fff;
    }
    .scrolled_logo:hover:after {
        opacity: 1 
    }
    .scrolled_logo:hover img {
        opacity: 0 
    }
    .gototop:hover {
        box-shadow: 0 4px 10px rgba(23, 24, 31, .2), 0 4px 5px rgba(21, 26, 56, .5);
        opacity: .6 !important 
    }
    .cell.has_pinned:hover, .cell.has_recent:hover, .cell.has_trending:hover {
        border-color: #fff 
    }
    .post_item:active, .post_item:hover, .sp_item:active, .sp_item:hover {
        box-shadow: 0 4px 10px rgba(65, 84, 219, .1), 0 4px 5px rgba(61, 71, 143, .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, .single_widget .widget_item:hover a {
        color: #474a60 !important 
    }
    .cryptorium_top_post .post_item:hover .text_blk p, .cryptorium_top_post .post_item:hover .text_blk span {
        color: #fff !important 
    }
    .list a:hover, .list a:hover span, .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, .73) 38.77%, rgba(0, 32, 255, 0) 100%) 
    }
    .post_content li a:hover, .post_content p a:not(.timeline_tooltip):hover, .post_source a:hover, .rates_btns a:hover, .terms_popup p a:hover, .wp-block-image figcaption a:hover {
        background-size: 100% 1px;
        color: #5B69F2
    }
    main[data-404="404"] .col a:hover {
        color: #5B69F2
    }
    .list:not(.rates):not(.sp_list):hover {
        overflow: auto 
    }
    /*.content_switchers label:hover, .list_title:hover {
        opacity: .8 !important 
    }*/
    .similar_posts_bottom .arrow_left:hover {
        box-shadow: 0 -4px 5px rgba(21, 26, 56, .3), 0 -4px 10px rgba(23, 24, 31, .1);
        background: #fff 
    }
    .similar_posts_bottom .arrow_right:hover {
        box-shadow: 0 4px 5px rgba(21, 26, 56, .3), 0 4px 10px rgba(23, 24, 31, .1);
        background: #fff 
    }
    .similar_posts_bottom .arrow_left:active, .similar_posts_bottom .arrow_right:active {
        background: linear-gradient(270deg, #d0d5f8 0, #f6f7ff 100%) 
    }
    [data-article_type="4"] .similar_posts_right:hover, [data-article_type="5"] .similar_posts_right:hover {
        overflow: auto 
    }
    .postid-160065 .similar_posts_right:hover, .postid-194362 .similar_posts_right:hover {
        overflow: inherit 
    }
    .main_nav .main_logo:hover:after {
        opacity: 1 
    }
    .share_items_wrap span[data-share_to=copy_link]:hover {
        width: 16px;
        background: url(/wp-content/themes/forklogv2/img/lnk_share_ico_h_y.svg) no-repeat center 
    }
    .share_items_wrap span[data-share_to=telegram]:hover {
        width: 18px;
        background: url(/wp-content/themes/forklogv2/img/tg_share_ico_h_y.svg) no-repeat center 
    }
    .share_items_wrap span[data-share_to=facebook_messenger]:hover {
        width: 16px;
        background: url(/wp-content/themes/forklogv2/img/fbm_share_ico_h_y.svg) no-repeat center 
    }
    .share_items_wrap span[data-share_to=vk]:hover {
        width: 22px;
        background: url(/wp-content/themes/forklogv2/img/vk_share_ico_h_y.svg) no-repeat center 
    }
    .share_items_wrap span[data-share_to=linkedin]:hover {
        width: 16px;
        background: url(/wp-content/themes/forklogv2/img/in_share_ico_h_y.svg) no-repeat center 
    }
    .share_items_wrap span[data-share_to=twitter]:hover {
        width: 18px;
        background: url(/wp-content/themes/forklogv2/img/tw_share_ico_h_y.svg) no-repeat center 
    }
    .share_items_wrap span[data-share_to=facebook]:hover {
        width: 8px;
        background: url(/wp-content/themes/forklogv2/img/fb_share_ico_h_y.svg) no-repeat center 
    }
    .share_blk span[data-share_to=facebook]:hover {
        background: url(/wp-content/themes/forklogv2/img/fb_share_ico_h_c.svg) no-repeat center 
    }
    .share_blk span[data-share_to=twitter]:hover {
        background: url(/wp-content/themes/forklogv2/img/tw_share_ico_h_c.svg) no-repeat center 
    }
    .share_blk span[data-share_to=linkedin]:hover {
        background: url(/wp-content/themes/forklogv2/img/in_share_ico_h_c.svg) no-repeat center 
    }
    .share_blk span[data-share_to=vk]:hover {
        background: url(/wp-content/themes/forklogv2/img/vk_share_ico_h_c.svg) no-repeat center 
    }
    .share_blk span[data-share_to=facebook_messenger]:hover {
        background: url(/wp-content/themes/forklogv2/img/fbm_share_ico_h_c.svg) no-repeat center 
    }
    .share_blk span[data-share_to=telegram]:hover {
        background: url(/wp-content/themes/forklogv2/img/tg_share_ico_h_c.svg) no-repeat center 
    }
    .share_blk span[data-share_to=copy_link] {
        background: url(/wp-content/themes/forklogv2/img/share/cl.svg) no-repeat center 
    }
    .close_article:hover {
        background-image: url(/wp-content/themes/forklogv2/img/close_article_h.svg) 
    }
    .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: 0 4px 10px rgba(23, 24, 31, .1), 0 4px 5px rgba(21, 26, 56, .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(/wp-content/themes/forklogv2/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(/wp-content/themes/forklogv2/img/three_dots_y.svg) 
    }
    .has_zoom:hover:after {
        display: block 
    }
    .has_zoom .has_zoom:hover:after, .postid-160065 .post_content>.has_zoom:hover:after, .postid-194362 .post_content>.has_zoom:hover:after {
        display: none 
    }
    input[name=custom_page_subscribe]:hover+label:before {
        border-color: #36b80b 
    }
    .custom_poll input[type=checkbox]:not(:checked)+label:hover, .custom_poll input[type=radio]: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(/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(/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(/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(/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(/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(/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 .apy a:hover, .defi_single_widget .defi_widget_row.token_row a:hover {
        background: linear-gradient(180deg, #93befe 0, #5498fd 100%) 
    }
    .scrolled_header:hover {
        height: 95px 
    }
    .scrolled_header:hover .tags_nav {
        opacity: 1 
    }
    .single .scrolled_header:hover {
        height: 105px 
    }
    .digests_page_blk:hover {
        box-shadow: 0 4px 5px rgba(61, 71, 143, .3), 0 4px 10px rgba(65, 84, 219, .1) 
    }
    .rates_page_top_links a:hover {
        border-color: transparent;
        box-shadow: 0 0 2px rgba(61, 71, 143, .2), 0 2px 4px rgba(61, 71, 143, .15);
        color: #404DC9;
    }
    .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: #ffb525 
    }
    /*.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_author:hover, .hub_widget_cat:hover, .vacancy_employment_time_full:hover, .vacancy_employment_time_part:hover, .vacancy_employment_type_office:hover, .vacancy_employment_type_remote:hover, .vacancy_location:hover, .weektop_widget_author:hover, .weektop_widget_views:hover {
        background-color: #fff;
        border-color: transparent;
        box-shadow: 0 0 2px rgba(61, 71, 143, .2), 0 2px 4px rgba(61, 71, 143, .15) 
    }
    .allbridge_single_widget .select_blk:not(.drop):hover {
        background: linear-gradient(180deg, #1494a2 0, rgba(54, 48, 48, 0) 100%);
        box-shadow: inset 0 .720811px 3.24365px rgba(46, 210, 255, .5);
        filter: drop-shadow(0 0 36.0405px rgba(46, 235, 255, .6)) 
    }
    .allbridge_single_widget .select_blk:not(.drop):hover:after {
        background: url(/wp-content/themes/forklogv2/img/allbridge_arrow_h.svg) no-repeat center 
    }
    .allbridge_single_widget a:last-of-type:hover {
        background: linear-gradient(180deg, #39ffff 0, #30cccc 100%);
        box-shadow: 0 0 15px rgba(90, 247, 247, .6), 0 0 2px rgba(49, 110, 114, .82), 0 2px 4px rgba(0, 2, 2, .79) 
    }
    .allbridge_single_widget .allbridge_tokens span:hover {
        background: rgba(20, 32, 36, .1);
        box-shadow: inset 0 .720811px 3.24365px rgba(11, 37, 45, .5);
        border-radius: 5px 
    }
    .matrixport_bottom_page_widget_buttons span:hover {
        color: #fff 
    }
    .matrixport_bottom_page_widget a:hover {
        background: linear-gradient(0, #dea709 0, #ffca31 100%) 
    }
    #rates_wrap .col:nth-child(3) p a:hover {
        text-decoration: underline;
    }
    .main_nav_right a.ua:hover span{
        display: block;
    }
    .header_toggle_subscribe_blk:hover, .single_widget .widget_btn:hover, .has_list .list_title:hover{
        color: #fff;
        background: #151944 !important;
    }
    .custom_page_subscribe_form_checkbox_blk:hover{
        box-shadow: 0px 4px 5px rgba(61, 71, 143, 0.3), 0px 4px 10px rgba(65, 84, 219, 0.1);
    }
    .single-quiz .gtb_answer_text:not(.gtb_tests_result .gtb_answer_text):hover{
        box-shadow: 0 0 2px rgba(61, 71, 143, .2), 0 2px 4px rgba(61, 71, 143, .15);
    }
    
}
@media(min-width:1921px) {
    .postid-160065 main, .postid-194362 main, .postid-222762 main, .postid-247967 main {
        background: url(/wp-content/themes/forklogv2/img/quiz_page_bg_4.png) no-repeat center top #f5f8ff;
        background-size: auto 1248px;
        padding-top: 44px;
        background-position: center -600px 
    }
    .qc2021_tb {
        margin-top: 100px 
    }
    .postid-160368 main:before, .postid-194599 main:before {
        background-size: auto 
    }
}
