.row_single_url {
    background: #DAEAFD;
    border-radius: 12px;
    padding: 24px
}

.col_left_b {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    margin-bottom: 18px
}

.block__radio-btn {
    display: flex;
    justify-content: center
}

.btn_seo_link {
    margin-right: 20px
}

.row_search_link {
    position: relative;
    max-width: 570px;
    margin: auto
}

#wrap_seo_text {
    display: none
}

.row_search_link input {
    background: #fff;
    border-radius: 4px;
    border: none;
    padding-right: 100px
}

button#url-send {
    background: #f5d256;
    border-radius: 4px;
    padding: 8px 15px;
    text-transform: none;
    color: #001e41;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    position: absolute;
    top: 7px;
    right: 8px;
    transition: 0.3s
}

button#url-send:hover {
    text-decoration: none;
    background: #e0ae00
}

span.error_message {
    display: none;
    font-size: 13px;
    width: 100%;
    padding: 10px 10px 10px 20px;
    color: #ff5722
}

.row_search_link.valFalse {
    margin-bottom: 30px
}

.row_search_link.valFalse input {
    border-color: #ff5722
}

.row_search_link.valFalse span.error_message {
    display: inline-flex
}

.row_single {
    display: flex
}

.left_share {
    width: 0
}

.left_share .share-list {
    position: sticky;
    top: 100px;
    display: flex;
    flex-direction: column;
    transform: translateX(-60px);
    list-style: none;
    margin: 0;
    padding: 0
}

@media (min-width:768px) {

    .single-post .left_share .share-list,
    .page-template-calculator .left_share .share-list {
        display: flex !important
    }
}

section.main_article {
    overflow: inherit
}

li[class^="soc_"]>* {
    display: flex;
    width: 100%;
    height: 35px;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center;
    background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/soc_share.svg)
}

li[class^="soc_"] {
    margin: 0;
    width: 38px
}

li.soc_f a {
    background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/soc_f.svg)
}

li.soc_t a {
    background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/soc_t_new.svg)
}

li.soc_l a {
    background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/soc_l.svg)
}

li.soc_d a {
    background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/soc_d.svg);
    background-size: 34px
}

li.soc_c a {
    background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/soc_c.svg)
}

li .soc_y {
    background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/soc_y.svg)
}

li.soc_share:after {
    content: "share";
    color: #a7a7a7;
    font-size: 14px;
    line-height: 120%;
    display: flex;
    justify-content: center
}

@media (max-width:767px) {
    li.soc_share:after {
        content: "Share";
        color: #909090;
        font-size: 13px;
        line-height: 24px;
        font-weight: 500;
        display: flex;
        justify-content: center;
        position: absolute;
        top: 14px
    }
}

ul.share-list li+li {
    margin-top: 12px
}

ul.share-list li a {
    transition: 0.3s
}

ul.share-list li a:hover {
    transform: translateX(8px)
}

@media (max-width:767px) {
    ul.share-list li a:hover {
        transform: none
    }
}

main#site-content {
    overflow: inherit;
    display: flex;
    width: 100%
}

.sidebar_single {
    width: 420px;
    padding-left: 50px;
    flex-shrink: 0
}

.sidebar_single .row_bg_app {
    padding: 0;
    background: transparent
}

.title_b_c {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 20px;
    padding-left: 37px;
    background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/service.svg);
    background-size: 28px;
    background-position: left center !important;
    background-repeat: no-repeat;
    letter-spacing: .02em
}

.sidebar_single a.footer-list-link {
    color: #001e41;
    margin-bottom: 10px;
    background-size: 28px;
    font-weight: 700
}

.sidebar_single a.footer-list-link:hover {
    color: #0e77f1
}

.sidebar_single .blog_categories {
    padding-top: 30px
}

.blog_categories .title_b_c {
    background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/clock_black.svg)
}

.blog_categories.blog_categories_ebooks .title_b_c {
    background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/books.svg)
}

.list_more_blog-v a,
.sidebar_single .l_ebooks>a {
    color: #7d7d7d;
    text-decoration: underline;
    text-underline-offset: 3px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 160%
}

.list_more_blog-v,
.l_ebooks {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px
}

.list_more_blog-v a:hover,
.sidebar_single .l_ebooks>a:hover {
    color: #0e77f1
}

.baner_blog {
    background: #f6d55d;
    border-radius: 12px;
    padding: 39px 50px 0;
    position: sticky;
    top: 120px;
    overflow: hidden;
    margin-top: 20px
}

.baner_blog span.name_b {
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 24px;
    display: inline-block;
    color: #001E41
}

span.img_b_b {
    position: relative;
    height: 120px;
    display: block;
    overflow: hidden
}

span.img_b_b:before {
    content: "";
    display: inline-block;
    width: 190px;
    height: 110px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/frame1.webp);
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0
}

span.img_b_b:after {
    content: "";
    display: inline-block;
    width: 190px;
    height: 88px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/frame2.webp);
    position: absolute;
    right: 0;
    bottom: 0
}

.entry-categories-inner {
    text-align: left
}

.entry-categories-inner a {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #1474E3 !important
}

.round_gray {
    background: gray;
    height: 3px;
    display: inline-block;
    width: 3px;
    transform: translate(10px, -3px);
}

.post-meta-wrapper.post-meta-single,
.post-meta-wrapper.post-meta-single ul,
.post-meta-wrapper.post-meta-single li {
    display: inline-block !important;
    margin: 0
}

.post-meta-wrapper.post-meta-single li svg {
    display: none
}

.post-meta-wrapper.post-meta-single li {
    padding-left: 20px;
    position: relative
}

.post-meta-wrapper.post-meta-single span.meta-text {
    font-size: 14px;
    line-height: 120%;
    color: #a7a7a7
}

main#site-content h1.entry-title {
    font-weight: 400;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: .02em;
    color: #001e41;
    margin: 0;
    text-align: left
}

main#site-content .header-right-top h1.entry-title {
    font-weight: 700;
    font-size: 44px;
    line-height: 52px;
    max-width: 550px;
    text-align: left;
    padding: 0;
    margin-bottom: 24px;
    max-width: 90%;
    display: block;
    height: 100%
}

section.seo_single_url {
    margin-bottom: 40px;
    overflow: hidden
}



.entry-categories-inner a:hover {
    text-decoration: underline
}

.post-inner p,
.post-inner li {
    color: #001e41;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%
}

.post-inner td,
.post-inner th {
    color: #595959;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%
}

.post-inner tr>td:nth-child(-n+4) {
    text-align: center
}

.post-inner td a {
    font-size: 16px
}

.post-inner h2 {
    margin: 38px 0 8px
}

.post-inner h3 {
    margin: 30px 0 8px
}

.post-inner p {
    margin-bottom: 20px
}

.post-inner a:not(.btn):hover {
    text-decoration: underline
}

.post-inner ul {
    margin: 0;
    list-style: disc;
    margin-left: 50px;
    margin-bottom: 20px
}

.post-inner ul li {
    margin: 0;
    margin-bottom: 0;
    padding-left: 0;
    position: relative
}

.post-inner ol {
    margin: 0;
    margin-left: 25px;
    margin-bottom: 20px
}

.post-inner ol li {
    margin: 0;
    margin-bottom: 0;
    padding-left: 0;
    position: relative
}

.post-inner p>img,
.post-inner li>img {
    margin: 20px auto;
    box-shadow: 0 0 36px rgba(0, 0, 0, .25)
}

.post-inner .contents {
    border: 1px solid #70b2ff;
    border-radius: 8px;
    background: #f8fafd;
    padding: 34px 34px 14px 34px;
    margin-bottom: 30px
}

.post-inner .contents strong {
    color: #0e77f1;
    letter-spacing: .03em;
    font-weight: 700;
    font-size: 30px;
    line-height: 110%
}

.post-inner .contents li {
    margin-bottom: 8px;
    padding-left: 50px
}

.post-inner .contents li a {
    font-size: 18px;
    line-height: 120%;
    color: #001e41
}

.contents ul li:before {
    background-color: transparent;
    width: 23px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/arrows.svg);
    top: 8px
}

.c-subscribe-box.u-align-center {
    display: flex;
    max-width: 100%;
    box-shadow: none;
    padding: 0;
    height: auto;
    position: relative;
    align-items: stretch;
    justify-content: space-between
}

[data-class="post_full"] .c-subscribe-box.u-align-center {
    justify-content: space-around
}

.c-subscribe-box.u-align-center.add_bg {
    z-index: 100001
}

.c-subscribe-box__wrapper {
    padding: 20px;
    position: relative;
    transform: translate(0, 0);
    height: 100%;
    width: 100%;
    overflow: hidden;
    max-width: 380px;
    min-height: 240px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.c-subscribe-box__wrapper-left {
    background: #ecf4ff;
    box-shadow: 0 16px 24px rgba(0, 0, 0, .06), 0 2px 6px rgba(0, 0, 0, .04), 0 0 1px rgba(0, 0, 0, .04);
    border-radius: 8px
}

.c-subscribe-box__wrapper-right {
    background: #f5d256;
    box-shadow: 0 16px 24px rgba(0, 0, 0, .06), 0 2px 6px rgba(0, 0, 0, .04), 0 0 1px rgba(0, 0, 0, .04);
    border-radius: 8px
}

.c-subscribe-box__wrapper:before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    transform: translate(-27%, +27%);
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 352px;
    height: 352px
}

.c-subscribe-box__wrapper-left:before {
    background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/blog_banner_bg1.svg)
}

.c-subscribe-box__wrapper-right:before {
    background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/blog_banner_bg2.svg)
}

.head_in {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: #001e41;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.head_in span {
    width: 30px;
    height: 30px;
    display: block;
    flex-shrink: 0;
    margin-left: 5px;
    background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/heart_blue.png)
}

.subhead_in {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    text-align: right;
    color: #0e77f1;
    margin-left: auto;
    margin-top: 15px;
    margin-bottom: 35px;
    width: 90%
}

.buttons_in {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 30px
}

.buttons_in span {
    font-family: source sans pro, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    color: #001e41;
    margin-bottom: 10px
}

.buttons_in .btn {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    padding: 10px 30px;
    border-radius: 8px;
    height: 40px;
    max-width: 200px
}

a.btn.btn_n_idea {
    background: #0e77f1;
    color: #fff
}

a.btn.btn_facebook {
    color: #001e41;
    background: #f5d256
}

.c-subscribe-box-icon {
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-repeat: no-repeat;
    background-position: center
}

.c-subscribe-box__wrapper-left .c-subscribe-box-icon {
    background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/facebook_blue.svg)
}

.c-subscribe-box__wrapper-right .c-subscribe-box-icon {
    background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/email_blue.svg)
}

span.scroll_bg {
    position: fixed;
    top: -100%;
    bottom: -100%;
    left: 0;
    width: 100%;
    z-index: 100000;
    background-color: rgba(0, 0, 0, .5);
    transition: 0.5s;
    visibility: hidden;
    opacity: 0
}

span.scroll_bg.add_bg {
    visibility: visible;
    opacity: 1
}

.baner_blog.baner_blog_row a.btn {
    margin-bottom: 24px;
    padding: 6px 24px;
    height: 41px;
    color: #fff
}

span.btn_search {
    display: inline-block;
    width: 60px;
    height: 132px;
    background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/bg_search.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: 0.3s;
    cursor: pointer;
    position: absolute;
    left: -60px;
    top: -6px
}

span.img_b_b1 {
    position: absolute;
    display: inline-block;
    width: 80px;
    height: 89px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/frame3.svg);
    position: absolute;
    right: 20px;
    top: 20px
}

span.btn_search:after {
    content: "";
    transition: 0.7s;
    display: flex;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center;
    background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/search.svg);
    position: absolute;
    top: calc(50% - 5px);
    left: calc(50% - 5px)
}

.popup_search {
    position: fixed;
    top: 120px;
    right: 0;
    display: flex;
    transform: translateX(calc(100% + 7px));
    transition: 0.3s
}

.popup_search .widget_search {
    width: 446px;
    height: 212px;
    background: #fff;
    box-shadow: -10px 10px 14px rgba(0, 0, 0, 0);
    border-radius: 0 0 8px 8px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    visibility: hidden
}

.popup_search.popup_search-show .widget_search {
    box-shadow: -10px 10px 14px rgba(0, 0, 0, .1);
    visibility: visible
}

.popup_search.popup_search-show {
    transform: translateX(0)
}

.wp-block-search__inside-wrapper {
    width: 100%
}

.popup_search .widget-content,
.popup_search form {
    width: 100%
}

.popup_search label {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 20px
}

.popup_search #wp-block-search__input-1 {
    border: none;
    border-bottom: 1px solid #0e77f1;
    font-size: 18px;
    line-height: 160%;
    padding: 6px 0
}

.popup_search #wp-block-search__input-1:focus {
    outline: 0
}

.popup_search button.wp-block-search__button {
    background: #0e77f1;
    border-radius: 8px;
    padding: 10px 28px;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #fff;
    text-transform: none;
    border: none;
    flex-shrink: 0;
    margin-left: 28px
}

.popup_search button.wp-block-search__button:hover {
    text-decoration: none;
    background-color: #596fdd
}

.popup_search:not(.popup_search-show):hover {
    transform: translateX(100%)
}

.popup_search-show span.btn_search:after {
    transform: rotate(180deg);
    background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/Close.svg)
}

form#commentform {
    max-width: 628px;
    display: flex;
    flex-direction: column
}

p.comment-notes {
    order: 1;
    margin-bottom: 20px
}

p.comment-form-comment {
    order: 5
}

p.comment-form-author {
    order: 2
}

p.comment-form-email {
    order: 3
}

p.comment-form-url {
    order: 4
}

p.comment-form-cookies-consent {
    order: 5
}

p.form-submit {
    order: 6
}

form#commentform label {
    color: #7d7d7d;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 10px
}

form#commentform label:last-of-type {
    margin-bottom: 0
}

form#commentform input,
form#commentform textarea {
    background: #f9f9f9;
    border-radius: 8px;
    margin-bottom: 16px;
    border: 1px solid #ccc
}

form#commentform textarea {
    margin-bottom: 20px
}

input#wp-comment-cookies-consent {
    display: none
}

input#wp-comment-cookies-consent+label {
    margin-right: 0;
    display: flex;
    align-items: center;
    position: relative
}

input#wp-comment-cookies-consent+label:before {
    content: "";
    display: inline-flex;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    border-radius: 5px;
    margin-right: 20px;
    flex-shrink: 0;
    cursor: pointer
}

input#wp-comment-cookies-consent+label:after {
    content: "";
    display: inline-flex;
    width: 0;
    height: 0;
    border-bottom: 2px solid #0e77f1;
    border-left: 2px solid #0e77f1;
    position: absolute;
    top: calc(50% - 4px);
    left: 4px;
    transform: rotate(-45deg);
    transition: 0.3s;
    opacity: 0
}

input#wp-comment-cookies-consent:checked+label:after {
    width: 13px;
    height: 6px;
    opacity: 1
}

form#commentform input#submit {
    margin: 40px 0 0 0;
    background: #0e77f1;
    border-radius: 8px;
    padding: 10px 40px;
    letter-spacing: .02em;
    font-size: 20px;
    line-height: 160%;
    text-transform: none
}

form#commentform input {
    height: 60px
}

form#commentform input#submit {
    text-decoration: none;
    background: #596fdd
}

.comments-inner>.comment:first-child {
    border: 1px solid #f1f1f1;
    border-left: 0;
    border-right: 0
}

.comments-inner>.comment~.comment {
    border-bottom: 1px solid #f1f1f1
}

.comments-inner footer.comment-meta {
    background: transparent;
    padding: 0;
    display: flex;
    align-items: self-start
}

.comments-inner .comment-body {
    padding: 36px 0
}

.comments-inner .comment-body .comment-body {
    border-top: 1px solid #f1f1f1
}

.depth-2 .comment-body {
    border-top: 1px solid #f2f2f2;
    padding-left: 36px
}

.comment-author img.avatar {
    width: 74px;
    height: 74px;
    flex-shrink: 0;
    border-radius: 50%
}

.txt_comment {
    padding-left: 54px;
    padding-top: 15px
}

.txt_comment .comment-metadata {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 5px
}

.txt_comment .comment-metadata span.fn {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #001e41;
    display: inline-flex;
    flex-shrink: 0;
    margin-right: 20px
}

.txt_comment .comment-metadata time {
    font-size: 14px;
    color: #9f9f9f;
    margin-right: 20px
}

.txt_comment .comment-metadata>a {
    pointer-events: none
}

.txt_comment .comment-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 16px
}

.txt_comment .comment-reply-link {
    background: transparent;
    color: #0e77f1;
    font-size: 16px;
    line-height: 120%;
    transition: 0.3s;
    cursor: pointer
}

.txt_comment .comment-reply-link:hover {
    text-decoration: underline
}

.comment-author.vcard {
    flex-shrink: 0
}

#site-content article {
    width: calc(100% - 420px)
}

#site-content [data-class="post_full"] {
    width: 100%
}

.likebtn_container {
    display: none
}

.post-inner h3>a {
    font-size: 2.8rem;
    font-feature-settings: "lnum";
    font-variant-numeric: lining-nums;
    font-weight: 700;
    letter-spacing: -.0415625em;
    line-height: 1.25
}

.author_article {
    display: flex;
    align-items: center;
    padding: 25px;
    padding-left: 0px;
}

.author_article .col_info_a {
    padding: 0px 10px 0px 0px;
    position: relative;
    max-width: 600px;
    margin-left: 12px;

}

.author_article .col_info_a span {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #7d7d7d;
    margin-bottom: 8px;
    display: block
}

.author_article .col_info_a .name {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .02em;
    color: #001E41;
    display: flex;
    align-items: center;
    gap: 6px;
}

.author_article .col_info_a p {
    font-size: 14px;
    line-height: 20px;
    color: #001E41;
}



.author_article .b_soc a {
    display: inline-flex;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
    background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/social_ln.svg);

}

.author_article .col_img_a {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    max-width: 44px;
    width: 100%;
    height: 44px;
    border-radius: 50%;
}

.author_article .col_img_a img {
    width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.wp-block-search .wp-block-search__label {
    display: none
}

.comment-list {
    margin: 0;
    padding: 0;
    margin-top: 30px
}

.w_f_date_soc {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px
}

.wrapp_share-list.new_list.soc_list_ebook {
    position: static !important;
    transform: translate(0, 0);
    margin: 0
}

.new_list.soc_list_ebook .share-list {
    display: inline-flex !important;
    width: auto;
    padding: 0;
    position: static !important;
    transform: translate(0, 0);
    margin: 0;
    max-width: 100%;
    justify-content: flex-end;
    align-items: center;
    left: 0;
    top: 0
}

.share-list__item {
    list-style: none;
    margin: 0;
    padding: 0
}

.new_list .share-list .share-list__link {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 0%;
    border: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0;
    margin: 0;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 12px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in
}

.new_list .share-list .share-list__link {
    width: 36px;
    height: 36px
}

.new_list .share-list li {
    margin: 0
}

.new_list .share-list li a:hover {
    transform: none
}

.new_list.soc_list_ebook .share-list li~li {
    margin-left: 8px
}

.new_list .share-list .share-list__link.social-fb:hover,
.new_list.ssstop .share-list .share-list__link.social-fb {
    background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/new/facebook_single.svg)
}

.new_list .share-list .share-list__link.social-tw:hover,
.new_list.ssstop .share-list .share-list__link.social-tw {
    background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/new/twitter_single.svg)
}

.new_list .share-list .share-list__link.social-li:hover,
.new_list.ssstop .share-list .share-list__link.social-li {
    background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/new/linkedin_single.svg)
}

.new_list.soc_list_ebook .share-list .share-list__link.social-co {
    background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/new/comment_single.svg)
}

.new_list.soc_list_ebook .share-list .share-list__link.social-buf {
    background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/new/digg_single.svg);
    background-color: transparent
}

.new_list.soc_list_ebook a.share-list__link:hover {
    background-color: transparent !important
}

.wrap_form_b .sp-form-horizontal .sp-element-container.sp-lg .sp-field img {
    display: none !important
}

.main_article .entry-header {
    display: flex
}

.main_article .header-left {
    width: 288px;
    height: 398px;
    overflow: hidden;
    border-radius: 12px;
    flex-shrink: 0;
    border: 1px dotted rgb(105, 16, 93)
}

.main_article .header-right {
    width: 70%;
    padding-left: 24px
}

.header-right-top {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto
}

.header-right-top .btn-blog {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 24px;
    background: 0 0;
    box-shadow: none;
    color: #333 !important;
    padding: 0;
    display: inline-block;
    text-align: left;
    transition: 0.3s
}

.header-right-top .btn-blog:hover {
    text-decoration: underline
}

.wrap_form_b {
    min-height: 160px
}

.header-right-bottom {
    margin-top: 30px;
    border-top: 1px solid #f2f2f2;
    padding: 16px;
    padding-left: 0
}

.category-ebooks .header-right-bottom {
    margin-top: 10px
}

.download-ebook-now {
    display: flex;
    width: 250px;
    height: 50px;
    align-items: center;
    justify-content: center;
    background: #0e77f1;
    color: #fff;
    cursor: pointer;
    border-radius: 8px;
    transition: background 0.3s
}

.download-ebook-now:hover {
    background-color: #596fdd
}

.sp-form-horizontal .sp-element-container.sp-lg .sp-field {
    padding: 0;
    margin: 0;
    height: auto;
    min-height: inherit
}

.sp-form-outer form.sp-element-container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch
}

.sp-form .sp-field>label {
    display: none
}

.sp-form-horizontal .sp-element-container.sp-lg .sp-field p {
    text-align: left !important;
    margin: 0;
    margin-bottom: 15px
}

.sp-field span {
    font-weight: 700;
    font-size: 22px !important;
    line-height: 32px;
    color: #001E41 !important
}

.wrap_form_b .sp-form-horizontal .sp-element-container.sp-lg .sp-field input.sp-form-control {
    border: none;
    background: #f5f5f5;
    border-radius: 12px;
    width: 100%;
    font-size: 14px;
    color: #727272;
    padding-left: 14px;
    padding-right: 14px;
    height: 42px;
    width: 100%;
    flex-shrink: 0
}

.wrap_form_b .sp-form .sp-lg .sp-field .sp-button {
    background: #177ff9;
    border-radius: 12px;
    width: 83px;
    height: 34px;
    padding: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    position: absolute;
    bottom: 4px;
    right: 4px;
    transition: 0.3s
}

.header-right-bottom .sp-button-container button:hover {
    top: auto;
    background-color: #596fdd !important
}

.wrapper_lorem {
    width: 100%;
    margin: 30px auto;
    border-radius: 8px;
    overflow: hidden;
    border: 3px solid #d3dbe4
}

.top-lorem {
    border-bottom: 3px solid #d3dbe4;
    background-color: #f4f6f8;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.lorem-wrap-text {
    padding: 20px;
    background: repeating-linear-gradient(-45deg, transparent, transparent 8px, #f4f6f8 8px, #f4f6f8 16px);
    background-size: 136px 136px;
    animation: slideInFadeOut 1000ms linear
}

.lorem-t-btn {
    padding: 10px;
    background: #ff7d7a;
    color: #fff;
    border-radius: 8px;
    cursor: pointer
}

.lorem-copy {
    padding: 10px;
    background: repeating-linear-gradient(-45deg, #ff7d7a, #ff7d7a 8px, #ff6a67 8px, #ff6a67 16px);
    color: #fff;
    border-radius: 8px;
    cursor: pointer
}

.lorem-l br,
.lorem-l p {
    display: none
}

.lorem-t-btn+.lorem-t-btn {
    margin-left: 20px
}

p.lorem-img-none+div {
    display: none
}

#title-lorem {
    position: static !important;
    height: auto !important;
    display: none !important
}

#title-lorem header.loop-header {
    height: auto !important;
    padding: 0 !important
}

#title-lorem header h1.entry-title {
    position: static;
    color: #686ca9;
    transform: translateX(0%) translateY(0%);
    margin: 0;
    background: linear-gradient(45deg, #34bae6, #7b2bd5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

#title-lorem .p_data {
    display: none
}

#title-lorem+.content_blog.bottom_blog {
    position: static
}

@media (max-width:1400px) {
    .single-post .left_share .share-list {
        transform: translateX(-50px)
    }
}

.faq-content {
    margin-top: 80px
}

.faq-content .welc {
    text-align: left;
    font-size: 40px;
    line-height: 48px;
    text-transform: none;
    color: #001E41;
    font-weight: 700;
    margin: 0;
    margin-bottom: 40px
}

.faq-content .welc:before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/new/faq.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 16px
}

.post-inner .accordion li:before {
    display: none
}

.faq-content ul h2.toggle {
    width: auto;
    display: block;
    background: 0 0;
    color: #353535;
    transition: color 0.3s ease;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    margin: 0;
    cursor: pointer;
    letter-spacing: -.4px;
    line-height: 1.5em;
    padding: 20px 50px 20px 24px
}

.faq-content ul.accordion>li.atoggle {
    background: #f5f5f5;
    border-radius: 12px;
    line-height: 1.5em
}

.faq-content ul.accordion>li li {
    border-color: transparent;
    padding: 0 200px 16px 24px;
    background: 0 0
}

.faq-content ul.accordion>li {
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    padding: 0
}

.faq-content ul .inner {
    overflow: hidden;
    transition: all 0.3s linear;
    max-height: 0;
    opacity: 0;
    position: relative;
    margin: 0;
    transition: all 0.3s linear
}

.faq-content ul .inner.show1 {
    height: auto;
    max-height: 400px;
    opacity: 1
}

.header_h2 h2 {
    margin: auto 0;
    color: #001E41;
    font-weight: 500
}

.blockquote-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding-left: 45px;
    position: relative
}

.blockquote-wrapper-img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px
}

.blockquote-wrapper-img-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: normal
}

.blockquote-wrapper-img-text span {
    flex-shrink: 0;
    padding: 0 3px;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%
}

.blockquote-wrapper-img-text .blockquote-name {
    font-weight: 700;
    color: #001e41
}

.blockquote-position {
    color: #a7a7a7
}

.blockquote-company {
    color: #0e77f1
}

blockquote {
    padding: 0;
    margin: 20px 0 15px;
    border: 0;
    position: relative;
    margin-left: 45px
}

.blockquote-wrapper blockquote {
    margin: 0;
    margin-top: 20px
}

blockquote:after {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    top: 0;
    left: -45px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url();
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/quotes_grey.svg)
}

table.most-visited-websites td:first-child,
table.most-visited-websites td:nth-child(3) {
    white-space: nowrap
}

table.most-visited-websites tr:not(:first-child) td:nth-child(2) {
    font-size: 14px
}

table.most-visited-websites td:nth-child(2)~td {
    width: 110px;
    text-align: center;
    word-break: break-word
}

.new-banner-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    display: flex;
    margin: 20px 0;
    padding: 64px 40px;
    background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/new_banner_bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #a3c2e6
}

.new-banner-photo {
    max-width: 425px;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.new-banner-photo img {
    height: 100%;
    width: 100%;
    object-fit: contain
}

.new-banner-text {
    max-width: 240px;
    margin-right: 15px
}

.new-banner-text .title {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 110%;
    letter-spacing: -.02em;
    letter-spacing: -.02em;
    color: #001e41;
    margin-bottom: 20px;
    max-width: 90%
}

.new-banner-text .subtitle {
    font-size: 18px;
    line-height: 160%;
    color: #001e41;
    margin-bottom: 20px;
    display: block
}

.new-banner-text .btn-banner {
    background: #f5d256;
    border-radius: 8px;
    padding: 12px 40px;
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    color: #001e41;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: auto
}

.new-banner-wrapper_one {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 40px 0;
    padding: 45px 80px;
    background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/new_banner_1_bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #f1f7ff;
    box-shadow: 0 16px 24px rgba(0, 0, 0, .06), 0 2px 6px rgba(0, 0, 0, .04), 0 0 1px rgba(0, 0, 0, .04);
    border-radius: 8px
}

.new-banner-wrapper_one .new-banner-text {
    max-width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center
}

.new-banner-wrapper_one .title {
    font-weight: 700;
    font-size: 44px;
    line-height: 110%;
    text-align: center;
    color: #001e41;
    max-width: 100%;
    margin-bottom: 30px
}

.new-banner-wrapper_one .title span {
    color: #ffd232;
    position: relative;
    display: inline-flex;
    padding-left: 70px
}

.new-banner-wrapper_one .title span:before {
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/agreement.svg);
    background-position: center;
    background-size: contain;
    display: block;
    left: 0;
    top: -5px
}

.new-banner-wrapper_one .subtitle {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 25px;
    font-size: 36px;
    line-height: 120%;
    font-weight: 600;
    color: #001e41
}

.new-banner-wrapper_one .subtitle a {
    text-align: center;
    color: #0e77f1;
    font-size: inherit;
    text-decoration: underline;
    text-decoration-style: dashed;
    --underline-offset-y: -2px;
    --underline-offset-x: -2px;
    text-underline-offset: 8px;
    text-decoration-thickness: 3px
}

.new-banner-wrapper_one .logo_text {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    color: #001e41;
    text-align: center
}

.new-banner-wrapper_one .logo_text:before {
    content: "";
    width: 120px;
    height: 30px;
    min-width: 90px;
    background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/logo.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    margin-right: 10px
}

.new-banner-wrapper_one .logo_text:after {
    content: "";
    width: 40px;
    height: 40px;
    min-width: 25px;
    background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/rocket.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    margin-left: 20px
}

[data-language="en"] span.do-not-scroll.comment-reply-link:before {
    content: 'Reply'
}

[data-language="ru"] span.do-not-scroll.comment-reply-link:before {
    content: 'Ответить'
}

[data-language="ua"] span.do-not-scroll.comment-reply-link:before {
    content: 'Відповісти'
}

li.soc_share>span {
    display: none
}

@media (max-width:1300px) {
    .sidebar_single {
        padding-left: 30px;
        width: 330px
    }

    #site-content article {
        width: calc(100% - 330px)
    }

    .list_more_blog-v a,
    .sidebar_single .l_ebooks>a {
        font-size: 16px;
        margin-bottom: 15px
    }

    .single-post .left_share .share-list {
        transform: translateX(-50px)
    }

    main#site-content h1.entry-title {
        font-size: 50px;
        line-height: 100%
    }

    .list_more_blog-v a,
    .sidebar_single .l_ebooks>a {
        font-size: 16px;
        margin-bottom: 15px
    }

    .sidebar_single .row_bg_app a.footer-list-link {
        line-height: 24px
    }

    .baner_blog span.name_b {
        font-size: 32px;
        line-height: 40px
    }

    .head_in {
        font-size: 19px;
        margin-bottom: 15px
    }

    .c-subscribe-box__wrapper {
        width: 100%;
        height: auto;
        margin: 10px
    }

    .baner_blog.baner_blog_row span.name_b {
        font-size: 24px
    }

    form#commentform input {
        height: 50px
    }

    .author_article .col_info_a span {
        font-size: 16px
    }

    .author_article .col_info_a .name {
        margin-bottom: 15px
    }

    .author_article .col_img_a {
        max-width: 100px;
        height: auto
    }

    .faq-content ul h2.toggle {
        font-size: 16px;
        line-height: 22px;
        padding: 12px 50px 12px 24px
    }

    .faq-content ul.accordion>li li {
        padding: 0 100px 16px 24px
    }

    table.most-visited-websites td,
    table.most-visited-websites td a {
        font-size: 14px
    }

    table.most-visited-websites td:nth-child(2)~td {
        width: 90px
    }

    table.most-visited-websites {
        min-width: 900px
    }

    div.most-visited-websites {
        overflow-x: auto
    }
}

@media (max-width:1100px) {
    .container {
        padding-left: 40px
    }

    .single-post .left_share .share-list {
        transform: translateX(-45px)
    }

    .txt_comment {
        padding-left: 24px;
        padding-top: 0
    }

    .col_info_a {
        order: 1
    }
}

@media (max-width:990px) {
    .sidebar_single {
        padding-left: 20px;
        width: 230px;
        padding-left: 15px
    }

    #site-content article {
        width: calc(100% - 230px)
    }

    .title_b_c {
        padding-left: 28px;
        background-size: 24px;
        font-size: 18px;
        line-height: 120%;
        margin-bottom: 10px
    }

    .sidebar_single .row_bg_app a.footer-list-link {
        background-size: 20px;
        padding: 3px 2px 3px 26px;
        font-size: 14px;
        display: block;
        margin: 0 0 10px
    }

    .row_bg_app {
        margin-bottom: 20px
    }

    .list_more_blog-v a,
    .sidebar_single .l_ebooks>a {
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 20px
    }

    .baner_blog span.name_b {
        font-size: 24px;
        line-height: 30px
    }

    main#site-content h1.entry-title {
        font-size: 38px;
        line-height: 100%
    }

    .post-inner p,
    .post-inner li {
        font-weight: 400;
        font-size: 18px;
        line-height: 29px
    }

    .post-inner p {
        margin-bottom: 15px
    }

    .post-inner .contents {
        padding: 24px 34px 14px 24px
    }

    .post-inner .contents strong {
        font-size: 24px
    }

    .post-inner .contents li {
        padding-left: 30px
    }

    .contents ul li:before {
        width: 16px
    }

    .post-inner .contents li a {
        font-size: 16px
    }

    .heading-size-2,
    h2 {
        font-size: 2.2rem
    }

    form#commentform input#submit {
        font-size: 16px;
        height: 45px;
        padding: 10px 20px;
        margin: 20px 0 0 0
    }

    .sidebar_single span.img_b_b:after {
        display: none
    }

    .comment-author img.avatar {
        width: 54px;
        height: 54px
    }

    .txt_comment .comment-metadata span.fn {
        font-size: 16px
    }

    .txt_comment .comment-content p {
        font-size: 14px;
        line-height: 130%
    }
}

@media (max-width:990px) and (min-width:768px) {
    .c-subscribe-box.u-align-center {
        align-items: center;
        flex-direction: column
    }

    .new-banner-wrapper {
        flex-direction: column;
        align-items: center;
        position: relative;
        background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/new_banner-mob_bg.webp);
        padding: 18px 25px;
        padding-bottom: 80px
    }

    .new-banner-text {
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center
    }

    .new-banner-text .title {
        font-size: 16px;
        font-weight: 600
    }

    .new-banner-text .subtitle {
        font-weight: 600;
        font-size: 13px
    }

    .new-banner-text .btn-banner {
        position: absolute;
        bottom: 15px;
        font-size: 16px
    }

    .new-banner-photo {
        max-width: 300px;
        min-height: 160px
    }

    .new-banner-wrapper_one {
        margin: 30px 0;
        padding: 25px 50px
    }

    .new-banner-wrapper_one .title {
        font-size: 32px;
        margin-bottom: 25px
    }

    .new-banner-wrapper_one .title span {
        color: #ffd232;
        position: relative;
        display: inline-flex;
        padding-left: 50px
    }

    .new-banner-wrapper_one .title span:before {
        width: 40px;
        height: 40px;
        left: 0;
        top: -5px
    }

    .new-banner-wrapper_one .subtitle {
        margin-bottom: 25px;
        font-size: 26px
    }

    .new-banner-wrapper_one .logo_text {
        font-size: 14px
    }

    .new-banner-wrapper_one .logo_text:before {
        width: 120px;
        height: 30px;
        min-width: 90px;
        margin-right: 10px
    }

    .new-banner-wrapper_one .logo_text:after {
        width: 40px;
        height: 40px;
        min-width: 25px;
        margin-left: 20px
    }
}

@media (min-width:767px) {
    .baner_blog.baner_blog_row {
        position: relative;
        top: 0;
        padding-right: 300px;
        margin-bottom: 20px
    }

    .baner_blog.baner_blog_row span.name_b {
        width: 100%;
        font-weight: 700;
        font-size: 36px;
        line-height: 120%;
        color: #001E41;
        margin-bottom: 18px
    }

    .baner_blog_row span.img_b_b {
        position: absolute;
        right: 24px;
        bottom: -1px;
        top: auto;
        width: 230px
    }
}

@media (max-width:767px) {
    li[class^="soc_"]>* {
        background-size: 24px;
        border-radius: 3px
    }

    li.soc_d a {
        background-size: 34px
    }

    li.soc_share:after {
        font-size: 14px
    }

    .single-post .left_share .share-list {
        transform: translateX(-42px)
    }

    .container {
        padding-left: 0
    }

    section.main_article .container {
        padding-left: 34px
    }

    .baner_blog.baner_blog_row {
        margin-bottom: 20px;
        padding-right: 76px !important
    }

    .baner_blog.baner_blog_row span.img_b_b1 {
        width: 60px;
        right: 10px;
        top: 10px
    }

    .head_in {
        font-weight: 700;
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 24px
    }

    main#site-content {
        flex-direction: column
    }

    span.btn_search {
        background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/bg_mob_search.svg);
        background-position: top center;
        height: 58px;
        left: -63px;
        background-size: cover
    }

    .popup_search.popup_search-show span.btn_search {
        left: -3px;
        top: 0;
        background-image: none;
        height: 44px
    }

    .popup_search.popup_search-show .widget_search {
        width: 300px;
        padding: 15px;
        height: auto;
        padding: 0;
        box-shadow: none
    }

    .wp-block-search .wp-block-search__inside-wrapper {
        flex-direction: row;
        height: 28px;
        padding-left: 48px
    }

    .popup_search button.wp-block-search__button {
        margin: 0;
        padding: 4px 8px;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        margin-left: 8px;
        border-radius: 4px
    }

    .popup_search #wp-block-search__input-1 {
        border-radius: 4px;
        padding: 8px 8px 8px 32px;
        border: 1px solid #e7e3e3;
        background-color: #FFF;
        background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/search_mob.svg);
        background-repeat: no-repeat;
        background-size: 20px;
        background-position: 5px center
    }

    .popup_search #wp-block-search__input-1:focus {
        box-shadow: 0 0 0 2px rgba(0, 143, 248, .2);
        border: 1px solid #1474E3
    }

    .wp-block-search .wp-block-search__label {
        margin-bottom: 5px;
        font-size: 22px
    }

    span.btn_search:after {
        background-size: 28px;
        top: calc(50% - 9px);
        left: calc(50% - 14px);
        width: 28px;
        height: 28px;
        background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/search_mob.svg);
        height: 21px
    }

    .c-subscribe-box.u-align-center {
        flex-direction: column;
        align-items: center
    }

    .c-subscribe-box__wrapper {
        max-width: 100%;
        min-height: 260px
    }

    main#site-content h1.entry-title {
        font-size: 34px;
        line-height: 100%
    }

    li.post-comment-link.meta-wrapper {
        width: 100%;
        display: block !important
    }

    .entry-categories-inner a[rel="category tag"] {
        display: inline-flex;
        margin-bottom: 4px
    }

    .entry-categories-inner a[rel="category tag"]+a[rel="category tag"] {
        padding-left: 4px;
        border-left: 1px solid #ddd
    }

    a[rel="category tag"]+.post-meta-wrapper.post-meta-single {
        display: block !important
    }

    li.post-author.meta-wrapper,
    li.post-comment-link.meta-wrapper {
        padding-left: 0
    }

    li.post-author.meta-wrapper::before,
    li.post-comment-link.meta-wrapper:before {
        display: none
    }

    .row_single_url {
        padding: 15px
    }

    .row_single_url .col_left_b {
        font-size: 18px
    }

    .sidebar_single {
        padding-top: 40px;
        padding-left: 0;
        width: 100%
    }

    #site-content article {
        width: 100%
    }

    .title_b_c {
        width: 100%
    }

    .comment-author img.avatar {
        width: 44px;
        height: 44px
    }

    .txt_comment {
        padding-left: 10px
    }

    .comments-inner .comment-body {
        padding: 16px 0
    }

    .depth-2 .comment-body {
        padding-left: 26px
    }

    section.main_article .container {
        padding-left: 0
    }

    .single-post .left_share .share-list {
        position: fixed;
        bottom: 0;
        top: auto;
        width: 100%;
        left: 0;
        transform: translate(0, 0);
        flex-direction: row;
        z-index: 19
    }

    li.soc_share span {
        display: none
    }

    li.soc_share {
        display: none
    }

    #menu-main_menu .menu-item-14640:before {
        background-image: url(https://www.plerdy.com/wp-content/themes/plerdyTheme/img/header/webinar-21x21.svg)
    }

    [data-language="en"] #menu-main_menu .menu-item-2222:before {
        background-image: url()
    }

    .lorem-t-btn,
    .lorem-copy {
        padding: 8px;
        font-size: 14px
    }

    .top-lorem {
        padding: 15px
    }

    .lorem-t-btn+.lorem-t-btn {
        margin-left: 10px
    }

    .lorem-wrap-text {
        padding: 15px
    }

    .lorem-wrap-text p {
        margin-bottom: 15px
    }

    .lorem-l {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .lorem-t-btn {
        line-height: 14px;
        margin: 3px 0
    }

    .faq-content ul.accordion>li li {
        padding: 0 40px 16px 12px
    }

    .faq-content ul h2.toggle {
        padding: 12px 50px 12px 15px;
        font-weight: 400
    }

    .header_h2 h2 {
        font-size: 20px;
        text-align: left;
        line-height: 24px
    }

    .new-banner-wrapper_one {
        margin: 30px 0;
        padding: 25px 50px
    }

    .new-banner-wrapper_one .title {
        font-size: 32px;
        margin-bottom: 25px
    }

    .new-banner-wrapper_one .title span {
        color: #ffd232;
        position: relative;
        display: inline-flex;
        padding-left: 50px
    }

    .new-banner-wrapper_one .title span:before {
        width: 40px;
        height: 40px;
        left: 0;
        top: -5px
    }

    .new-banner-wrapper_one .subtitle {
        margin-bottom: 25px;
        font-size: 26px
    }

    .new-banner-wrapper_one .logo_text {
        font-size: 14px
    }

    .new-banner-wrapper_one .logo_text:before {
        width: 120px;
        height: 30px;
        min-width: 90px;
        margin-right: 10px
    }

    .new-banner-wrapper_one .logo_text:after {
        width: 40px;
        height: 40px;
        min-width: 25px;
        margin-left: 20px
    }
}

@media (max-width:600px) {
    .faq-content {
        margin-top: 50px
    }

    .faq-content .welc {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 20px
    }

    .c-subscribe-box__wrapper {
        max-width: 100%;
        min-height: 240px
    }

    .head_in {
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px
    }

    .buttons_in {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        margin-top: 20px
    }

    .buttons_in span {
        font-size: 12px
    }

    .subhead_in {
        font-weight: 700;
        font-size: 16px;
        line-height: 140%;
        margin-bottom: 20px;
        width: 90%
    }

    .author_article .col_img_a {
        max-width: 80px;
        width: 100%;
        height: auto
    }

    .author_article .col_info_a .name {
        margin-bottom: 10px
    }

    .author_article .col_img_a {
        position: absolute;
        width: 60px;
        top: 15px;
        left: 15px
    }

    .author_article {
        position: relative;
        padding: 15px
    }

    .author_article .col_info_a {
        padding: 0;
        margin: 0;
        border: none
    }

    .author_article .col_info_a span {
        padding-left: 80px;
        padding-top: 8px
    }

    .author_article .col_info_a .name {
        padding-left: 60px;
        font-size: 18px;
        margin-bottom: 20px
    }

    .new-banner-wrapper {
        flex-direction: column;
        align-items: center;
        position: relative;
        background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/new_banner-mob_bg.webp);
        padding: 18px 0;
        padding-bottom: 80px
    }

    .new-banner-text {
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center
    }

    .new-banner-text .title {
        font-size: 16px;
        font-weight: 600
    }

    .new-banner-text .subtitle {
        font-weight: 600;
        font-size: 13px
    }

    .new-banner-text .btn-banner {
        position: absolute;
        bottom: 15px;
        font-size: 16px
    }

    .new-banner-photo {
        width: 70%;
        max-width: 250px;
        min-height: 100px
    }

    .new-banner-wrapper_one {
        margin: 30px 0;
        padding: 25px 30px
    }

    .new-banner-wrapper_one .title {
        font-size: 20px;
        margin-bottom: 20px
    }

    .new-banner-wrapper_one .title span {
        color: #ffd232;
        position: relative;
        display: inline-flex;
        padding-left: 40px
    }

    .new-banner-wrapper_one .title span:before {
        width: 30px;
        height: 30px
    }

    .new-banner-wrapper_one .subtitle {
        margin-bottom: 20px;
        font-size: 18px
    }

    .new-banner-wrapper_one .logo_text {
        padding-top: 30px;
        display: inline
    }

    .new-banner-wrapper_one .subtitle a {
        --underline-offset-y: -2px;
        --underline-offset-x: -2px;
        text-underline-offset: 4px;
        text-decoration-thickness: 2px
    }

    .new-banner-wrapper_one .logo_text:before {
        width: 105px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 0
    }

    .new-banner-wrapper_one .logo_text:after {
        width: 20px;
        height: 18px;
        min-width: 25px;
        margin-left: 5px;
        display: inline-flex
    }
}

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

.bg_popup_smayl.bg_popup_smayl-show {
    display: flex
}

.popup_smayl {
    background-color: #fff;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    padding-top: 34px;
    background-position: center;
    background-size: 80px;
    background-repeat: no-repeat
}

.popup_smayl.load-gif {
    background-image: url(https://www.plerdy.com/wp-content/themes/plerdyTheme/img/load.gif)
}

.popup_smayl iframe {
    width: calc(100vw - 30px) !important;
    height: calc(100vh - 30px) !important;
    max-width: 700px;
    max-height: 600px;
    display: block;
    margin: 0;
    border: 0;
    outline: 0
}

span.popup_smayl-close {
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 4px;
    right: 20px
}

span.popup_smayl-close:before,
span.popup_smayl-close:after {
    content: "";
    display: flex;
    width: 23px;
    height: 2px;
    background: #989898;
    position: absolute;
    transform: rotate(45deg)
}

span.popup_smayl-close:before {
    transform: rotate(-45deg)
}

span.btn_smayl-show {
    cursor: pointer;
    font-size: 18px
}

.c-subscribe-box__wrapper-right.c_row_100 {
    max-width: 100%;
    min-height: 180px
}

div#comments article.comment-body {
    width: 100%
}

.category_ebooks .header-left {
    border: none
}

.category_ebooks .p_data {
    padding-left: 25px;
    background-position: 0 center
}

.category_ebooks .sp-form[sp-id] {
    padding: 0
}

.category_ebooks .sp-message.sp-message-success {
    margin: 0;
    background: #f9f9f9;
    border-radius: 8px;
    padding: 10px 24px
}

.category_ebooks .sp-message.sp-message-success p {
    box-shadow: 0 0 0 !important;
    border: none !important;
    color: #4d4d4d;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 160%;
    padding: 0 !important;
    margin: 0 !important;
    text-align: left
}

.category_ebooks .sp-message.sp-message-success p[style]+p {
    margin-top: 15px !important
}

.category_ebooks .sp-message.sp-message-success a {
    color: #0e77f1 !important
}

.category_ebooks .sp-message.sp-message-success a:hover {
    text-decoration: underline
}

.category_ebooks .sp-message div#gtx-anchor,
.category_ebooks .sp-message .jfk-bubble.gtx-bubble {
    display: none
}

@media (max-width:767px) {
    .main_article .header-left {
        width: 100%;
        height: auto
    }

    .main_article .category_ebooks.entry-header {
        flex-wrap: wrap
    }

    .category_ebooks.entry-header .header-right {
        width: 100%;
        padding: 0 0 30px
    }

    main#site-content .header-right-top h1.entry-title {
        font-size: 24px;
        line-height: 32px;
        margin: 0 0 24px 0
    }

    .header-right-top .btn-blog {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 8px
    }

    .sp-field span {
        font-size: 16px !important;
        line-height: 24px
    }

    .header-right-bottom {
        padding: 15px 0
    }

    .wrap_form_b {
        min-height: 0
    }
}

@media (max-width:400px) {
    .row_single_url .col_left_b {
        font-size: 15px
    }
}

.sidebar_single .baner_blog {
    padding: 70px 30px 0
}

.sidebar_single .baner_blog span.name_b {
    font-size: 30px;
    line-height: 120%;
    text-align: center
}

.sidebar_single span.img_b_b1 {
    width: 60px;
    top: 10px;
    right: 10px
}

.sidebar_single .w_b_b {
    text-align: center
}

.sidebar_single .w_b_b a {
    margin-bottom: 24px;
    padding: 6px 24px;
    height: 41px;
    font-size: 18px
}

.row_google_ads {
    background-color: #f1f7ff;
    box-shadow: 0 16px 24px rgba(0, 0, 0, .06), 0 2px 6px rgba(0, 0, 0, .04), 0 0 1px rgba(0, 0, 0, .04);
    border-radius: 8px;
    margin: 20px 0;
    display: flex;
    align-items: center;
    padding: 84px 30px 84px 43px;
    background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/b_ic.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1000px;
    position: relative
}

.col_google_ads-right p {
    font-weight: 700;
    font-size: 28px;
    line-height: 130%;
    color: #001E41
}

.col_google_ads-right {
    padding-left: 40px
}

.row_google_ads .btn-banner {
    background: #F5D256;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    color: #001E41;
    letter-spacing: .02em;
    padding: 12px 40px;
    display: inline-flex;
    height: auto
}

.row_google_ads .btn-banner:hover {
    background: #fdc600
}

.col_google_ads-left {
    width: calc(100% - 370px)
}

.col_google_ads-left img {
    max-width: 100%
}

.row_google_ads:before {
    content: '';
    display: inline-block;
    background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/b_ic2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 60px;
    height: 76px;
    position: absolute;
    top: 20px;
    right: 30px
}

.row_bg_app a.footer-list-link[href*=shopify] {
    background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/sopify.svg);
    background-size: 30px
}

#site-content article.category-ebooks {
    width: 100%
}

header.category_ebooks {
    max-width: 1000px;
    margin: 0 auto 50px
}

.category_ebooks .header-left {
    width: 355px;
    height: 475px;
    flex-shrink: 0
}

.category_ebooks .header-right {
    padding: 0 70px 0 0;
    width: calc(100% - 355px);
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.category_ebooks .btn-blog {
    color: #0E77F1 !important;
    font-size: 24px
}

main#site-content .category_ebooks h1.entry-title {
    font-size: 36px;
    line-height: 140%;
    margin-bottom: 30px;
    max-width: 100%
}

section.main_article {
    position: relative
}

.row_btn_big_e a {
    color: #fff !important
}

.row_btn_big_e {
    text-align: left
}

.firm_books {
    width: 100%;
    height: 93px;
    margin-bottom: 30px;
    background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/ebook/firm_books.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

section.main_article.main_ebook {
    background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/ebook/bg_all1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    padding-top: 100px
}

.main_ebook_row .post-inner ul li:before {
    background: #70B2FF;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    top: 5px
}

.row_post-inner-btn {
    padding-bottom: 40px
}

.main_ebook_row {
    display: flex
}

.main_ebook_row .col_ebook_right {
    width: 300px;
    flex-shrink: 0
}

.col_ebook_left {
    padding-right: 60px
}

a.head_ebook {
    display: flex;
    flex-direction: column;
    align-items: center
}

a.head_ebook span:not(.btn_down_e) {
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #001E41;
    letter-spacing: .02em;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70px;
    padding-bottom: 10px;
    transition: .3s
}

.btn_down_e {
    background: #F5D256;
    border-radius: 8px;
    color: #001E41;
    display: inline-flex;
    height: 34px;
    align-items: center;
    width: 100%;
    max-width: 140px;
    justify-content: center;
    transition: .3s;
    font-size: 12px;
    font-weight: 700
}

.btn_down_e:hover {
    background: #ffc700;
    color: #001E41 !important
}

.item_ebook {
    text-align: center;
    padding: 0 20px 20px
}

.slider_ebook {
    padding: 0 25px;
    position: sticky !important;
    top: 150px
}

a.head_ebook:hover span {
    color: #0E77F1
}

.slider_ebook button.slick-arrow {
    top: 0;
    background-color: transparent;
    background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/ebook/arrows.svg);
    background-repeat: no-repeat;
    background-size: 23px;
    background-position: center;
    width: 45px;
    height: 45px
}

.slider_ebook button.slick-arrow:after {
    display: none !important
}

.slider_ebook button.slick-next.slick-arrow {
    transform: rotate(180deg)
}

.slider_ebook button.slick-arrow:hover {
    background-color: #BDCAFA
}

.slider_ebook ul.slick-dots li button:before {
    width: 10px;
    height: 10px
}

.slider_ebook ul.slick-dots li button {
    width: 20px
}

.calculator {
    background: #f8fafd;
    padding: 25px;
    margin-bottom: 30px
}

.row_input_roi {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px
}

.row_input_roi input {
    width: calc(50% - 15px);
    border-radius: 8px
}

.row_input_roi input::-webkit-inner-spin-button,
.row_input_roi input::-webkit-outer-spin-button {
    opacity: 0
}

.row_result_roi {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.col_result {
    position: relative;
    width: calc(50% - 15px);
    background: #ededed;
    padding: 30px 20px;
    border-radius: 8px
}

.row_result_roi>p,
.row_input_roi>p {
    display: none
}

.col_result em {
    font-size: 16px;
    color: #878787;
    position: absolute;
    bottom: 10px;
    right: 20px
}

span.w_rezult {
    font-size: 32px;
    line-height: 42px;
    display: inline-flex;
    min-width: 120px;
    justify-content: center
}

span.w_rezult i {
    font-style: normal;
    font-size: 18px;
    display: inline-flex;
    padding-left: 5px;
    transform: translateY(4px)
}

.row_search_link textarea#words_for_input {
    width: 100% !important;
    background: 0 0;
    border: none;
    min-height: 100px;
    padding: 3px 7px;
    margin-right: 8px;
    font-family: "Source Sans Pro", sans-serif
}

.row_search_link+p {
    font-size: 14px;
    line-height: 130%;
    color: #7d7d7d;
    display: block;
    max-width: 426px;
    margin: 15px auto
}

.row_search_link~.row_search_link {
    background: #fff;
    border-radius: 4px;
    border: none;
    display: flex;
    align-items: flex-start;
    padding: 6px
}

button#button_seo_check,
button#seo_check_again {
    background: #f5d256;
    border-radius: 4px;
    padding: 8px 15px;
    text-transform: none;
    color: #001e41;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    right: 8px;
    transition: .3s;
    white-space: nowrap
}

button#button_seo_check:hover,
button#seo_check_again:hover {
    text-decoration: none;
    background: #e0ae00
}

.post-template-template-full-width #site-content article {
    width: 100% !important;
    padding-top: 20px
}

.apps_shopify a.footer-list-link {
    margin: 0;
    background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/shopify_black.svg);
    background-size: contain;
    background-position: center !important;
    background-repeat: no-repeat;
    display: inline-block;
    width: 210px;
    height: 62px
}

.category_ebooks .btn-blog {
    transform: translateY(-100px)
}

@media (max-width:1300px) {
    span.w_rezult {
        min-width: 80px
    }

    .col_result {
        padding: 25px 20px 45px
    }
}

@media (max-width:990px) {

    .row_input_roi,
    .row_result_roi {
        flex-direction: column
    }

    .row_input_roi input,
    .col_result {
        width: 100%
    }

    .col_result+.col_result {
        margin-top: 15px
    }

    .row_input_roi input+input {
        margin-top: 15px
    }

    .col_result {
        padding: 20px 20px 30px
    }

    .row_bg_app a.footer-list-link[href*=shopify] {
        min-width: 55%;
        background-size: 22px
    }

    .sidebar_single .row_bg_app a.footer-list-link {
        margin: 0 0 5px !important
    }

    .category_ebooks .btn-blog {
        transform: translateY(-50px)
    }
}

@media (max-width:767px) {
    .calculator {
        padding: 15px
    }

    .blog_categories.apps_shopify {
        padding-top: 0
    }

    .category_ebooks .btn-blog {
        transform: translateY(0)
    }
}

@media (max-width:990px) {
    .col_google_ads-right p {
        font-size: 20px
    }

    .row_google_ads .btn-banner {
        padding: 10px 30px;
        font-size: 14px
    }

    .col_google_ads-left {
        width: calc(100% - 275px)
    }

    .row_google_ads {
        padding: 64px 20px 44px 23px
    }

    .row_google_ads:before {
        height: 66px;
        top: 15px;
        right: 20px
    }

    .category_ebooks .header-left {
        width: 255px;
        height: 355px
    }

    .category_ebooks .header-right {
        width: calc(100% - 255px);
        padding: 0 30px 0 0
    }

    main#site-content .category_ebooks h1.entry-title {
        font-size: 30px;
        line-height: 120%
    }

    section.main_article.main_ebook {
        padding-top: 60px
    }

    .category_ebooks .btn-blog {
        font-size: 19px
    }

    .col_ebook_left {
        padding-right: 20px
    }

    .main_ebook_row .col_ebook_right {
        width: 250px
    }
}

@media (max-width:767px) {
    .row_google_ads {
        flex-direction: column-reverse;
        padding: 20px 15px 20px 15px
    }

    .col_google_ads-left {
        width: 100%;
        margin-top: 20px
    }

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

    .col_google_ads-right p {
        font-size: 16px
    }

    .row_google_ads:before {
        width: 60px;
        height: 76px;
        top: 40px;
        right: 10px
    }

    .row_google_ads .btn-banner {
        padding: 8px 24px;
        font-size: 13px
    }

    .main_ebook_row {
        flex-direction: column
    }

    section.main_article.main_ebook {
        background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/ebook/bg_all_mob.svg);
        background-size: 100%;
        padding-top: 50px
    }

    .main_article .category_ebooks.entry-header {
        margin-bottom: 20px
    }

    .category_ebooks .header-left {
        width: 100%;
        max-width: 250px;
        margin: auto;
        height: auto
    }

    .category_ebooks .btn-blog {
        text-align: center
    }

    main#site-content .category_ebooks h1.entry-title {
        font-size: 24px;
        line-height: 140%;
        text-align: center;
        margin-bottom: 20px
    }

    .firm_books {
        height: 61px;
        margin-bottom: 17px
    }

    .row_btn_big_e {
        text-align: center;
        width: 100%
    }

    .slider_ebook {
        position: relative !important;
        margin-bottom: 30px;
        top: 0
    }
}

@media (max-width:767px) {
    span.img_b_b:after {
        display: none
    }

    span.img_b_b:before {
        left: calc(50% - 82px);
        bottom: -34px
    }

    span.img_b_b {
        height: 80px
    }

    .baner_blog {
        border-radius: 4px
    }

    .baner_blog.baner_blog_row {
        text-align: center;
        padding: 50px 30px 0
    }

    .baner_blog.baner_blog_row span.name_b {
        margin-bottom: 15px
    }

    .baner_blog.baner_blog_row a.btn {
        margin-bottom: 12px
    }

    .share-list li a {
        height: 100%;
        border-radius: 0
    }

    li.soc_f a {
        background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/fb_btm.svg);
        background-color: transparent;
        width: 32px;
        height: 32px;
        background-size: 32px
    }

    li.soc_t a {
        background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/soc_t_new.svg);
        background-color: transparent;
        width: 32px;
        height: 32px;
        background-size: 32px
    }

    li.soc_l a {
        background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/l_btm.svg);
        background-color: transparent;
        width: 32px;
        height: 32px;
        background-size: 32px
    }

    li.soc_d a {
        background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/social/digg.svg);
        background-color: #1b1a19;
        background-size: 25px
    }

    li.soc_share {
        display: inline-flex
    }

    .single-post .left_share .share-list {
        flex-direction: row;
        bottom: 15px;
        right: 61px;
        left: auto;
        width: auto;
        top: auto;
        z-index: 12346;
        column-gap: 4px
    }

    .single-post .left_share .share-list li {
        max-width: 48px
    }

    .left_share .share-list .soc_f {
        order: 2
    }

    .left_share .share-list .soc_t {
        order: 3;
        position: relative
    }

    li.soc_t:after {
        content: ' ';
        width: 1px;
        height: 32px;
        position: absolute;
        right: -1px;
        background: #E0E3E6;
        bottom: 1px
    }

    .left_share .share-list .soc_l {
        order: 1
    }

    .single-post .left_share .share-list .soc_d {
        display: none
    }

    ul.share-list.share-list-more li+li {
        opacity: 1;
        transform: rotate(0deg);
        z-index: 1
    }

    .share-list-more li.soc_f {
        top: calc(48px);
        transition-delay: 0.08s
    }

    .share-list-more li.soc_t {
        top: calc(48*2px);
        transition-delay: 0.16s
    }

    .share-list-more li.soc_l {
        top: calc(48*3px);
        transition-delay: 0.24s
    }

    .share-list-more li.soc_d {
        top: calc(48*4px);
        transition-delay: 0.32s
    }

    .single-post .share-list li.soc_share {
        width: 35px;
        height: 35px;
        transition: 0.3s;
        border-top: none;
        margin-right: 4px
    }

    .share-list.share-list-more li.soc_share {
        width: 48px;
        height: 48px;
        border-top: 1px solid transparent
    }

    .share-list.share-list-more .soc_share span {
        height: 100%;
        border-radius: 4px 0 0 0;
        background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/Close.svg)
    }

    ul.share-list.share-list-more {
        z-index: 9999999999
    }

    .popup_search.popup_search-show {
        z-index: 123;
        padding: 8px;
        background: #fff;
        box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .15), 0 0 6px 0 rgba(0, 0, 0, .1), 0 1px 4px 0 rgba(0, 0, 0, .1);
        border-radius: 8px
    }

    li.soc_share {
        border-top: 1px dashed #ccc
    }
}

.new-banner-wrapper.banner_ebook {
    background: #FFFCDE;
    height: auto;
    padding: 0;
    box-shadow: 0 0 0
}

.new-banner-wrapper.banner_ebook .new-banner-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    margin-right: 0
}

.new-banner-wrapper.banner_ebook .btn-banner {
    display: inline-flex;
    font-size: 18px;
    height: 52px;
    padding: 0 10px;
    min-width: 202px;
    margin-top: -15px
}

.banner_ebook .new-banner-photo {
    max-width: 245px;
    transform: translateX(0)
}

.new-banner-info {
    width: 100%;
    padding: 10px 36px;
    text-align: left
}

.new-banner-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    text-transform: uppercase;
    margin-bottom: 16px
}

.new-banner-info p {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: .005em;
    margin: 0
}

.new-banner-wrapper.banner_ebook .btn-banner {
    border-radius: 7px;
    margin-top: 16px;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: .0025em;
    height: 38px;
    width: auto;
    padding: 0 25px;
    min-width: auto;
    position: static
}

.new-banner-wrapper.banner_ebook .btn-banner:before {
    content: '';
    display: inline-flex;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/down_black.svg)
}

.new-banner-wrapper.banner_ebook .btn-banner:hover {
    background: #e9ba12
}

@media (max-width:1300px) {
    .banner_ebook .new-banner-photo {
        max-width: 200px
    }

    .new-banner-info {
        padding: 15px 26px
    }
}

@media (max-width:990px) {
    .new-banner-wrapper.banner_ebook .new-banner-text {
        flex-direction: row
    }
}

@media (max-width:767px) {
    .new-banner-wrapper {
        margin: 10px 0
    }

    .new-banner-title {
        font-size: 14px;
        line-height: 130%;
        margin-bottom: 6px;
        font-weight: 700
    }

    .new-banner-info p {
        font-size: 14px;
        line-height: 16px;
        letter-spacing: .005em;
        margin-bottom: 0px !important
    }

    .new-banner-wrapper.banner_ebook .btn-banner {
        font-size: 12px;
        line-height: 130%;
        letter-spacing: .0025em;
        height: 30px;
        padding: 0 12px;
        margin-top: 7px;
        position: static
    }

    .new-banner-wrapper.banner_ebook .btn-banner:before {
        width: 14px;
        height: 14px;
        margin-right: 4px
    }

    .new-banner-photo img {
        margin-left: -15px
    }

    .banner_ebook .new-banner-photo {
        overflow: hidden
    }

    .new-banner-info {
        padding: 15px
    }
}

@media (max-width:767px) {
    main#site-content h1.entry-title {
        font-size: 37px;
        line-height: 48px;
        margin-bottom: 12px
    }

    .entry-categories-inner a,
    .post-meta-wrapper.post-meta-single span.meta-text {
        font-size: 12px;
        line-height: 120%;
        margin-bottom: 0
    }

    .post-inner,
    .post-inner p,
    .post-inner li {
        font-size: 18px
    }

    .post-inner p {
        margin-bottom: 20px
    }

    .post-inner ul {
        margin-bottom: 10px;
        margin-left: 20px
    }

    .post-inner h2 {
        font-weight: 400;
        font-size: 29px;
        line-height: 38px;
        margin: 40px 0 0
    }

    .post-inner h3 {
        margin: 40px 0 0
    }

    .post-inner h3>a,
    .post-inner h3 {
        font-weight: 400;
        font-size: 29px;
        line-height: 38px
    }

    .post-inner p>img,
    .post-inner li>img {
        margin: 20px auto
    }

    .post-inner .contents li {
        padding-left: 0
    }

    .post-inner table th,
    .post-inner table td {
        font-size: 14px
    }

    .post-inner table {
        margin: 15px 0
    }

    .new-banner-wrapper.banner_ebook {
        position: fixed;
        bottom: 0;
        left: 0;
        margin: 0;
        z-index: 99999;
        transition: .4s;
        transform: translateY(101%)
    }

    .new-banner-wrapper.banner_ebook.banner_ebook_show {
        transform: translateY(0%)
    }

    .banner_ebook .new-banner-photo {
        min-height: 50px;
        width: 100px
    }

    .new-banner-info {
        padding: 5px 8px
    }

    .banner_ebook-close {
        display: block;
        width: 100%;
        height: 20px;
        background: #fffcde;
        position: relative;
        transition: .3s;
        width: 100%;
        align-self: flex-start;
        border-radius: 6px;
        transform: translateY(0%)
    }

    .new-banner-title {
        margin-bottom: 2px
    }

    .banner_ebook-close:after {
        content: '';
        background-repeat: no-repeat;
        background-size: 15px;
        background-position: center;
        background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/new/arrow_dovn.svg);
        display: inline-flex;
        width: 16px;
        height: 16px;
        position: absolute;
        left: calc(50% - 8px);
        top: calc(50% - 8px);
        transition: .3s
    }

    .check_banner .banner_ebook-close {
        width: calc(100% - 260px);
        transform: translateY(calc(-100% - 4px));
        margin-left: 7px;
        height: 35px
    }

    .check_banner .banner_ebook-close:after {
        transform: rotate(180deg)
    }

    .post-inner.thin h3+p,
    .post-inner.thin h2+p {
        margin-top: 16px
    }

    .post-inner.thin h3+p>img,
    .post-inner.thin h2+p>img {
        margin: -8px auto 16px
    }

    .comment-respond h2 {
        margin: 40px 0 16px;
        font-weight: 600;
        font-size: 23px;
        line-height: 36px
    }
}

.list_more_blog-v a {
    text-decoration: none
}

.list_more_blog-v a .head_name_art {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #001E41;
    transition: .3s
}

span.foot_category {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .005em;
    color: #595959
}

span.foot_category i {
    font-style: normal;
    color: #F6D55D
}

.list_more_blog-v a:hover .head_name_art {
    color: #5D78FF
}

a.more_blog {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: .005em;
    color: #5D78FF;
    display: inline-flex;
    padding-right: 20px;
    background-size: 14px;
    background-repeat: no-repeat;
    background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/more.svg);
    background-position: right center
}

@media (max-width:990px) {

    .list_more_blog-v a .head_name_art,
    span.foot_category,
    a.more_blog {
        font-size: 14px
    }
}

.wrapp_like {
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    margin: 30px 0;
    padding: 30px 0
}

.wrapp_like h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    margin: 0 0 17px;
    text-align: center
}

span.icon_like {
    display: flex;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center;
    background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/like_g.svg);
    cursor: pointer
}

.dislike-old .icon_like {
    background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/like_no_g.svg)
}

.like-true .icon_like {
    background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/like_a.svg)
}

.dislike-true .icon_like {
    background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/like_no_a.svg)
}

.number_like {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E5E5E5;
    color: #595959;
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 130%;
    padding: 0 4px
}

.dislike-true,
.like-true {
    pointer-events: none
}

.post-inner .contents li {
    padding-left: 0
}

@media (max-width:767px) {
    .wrapp_like {
        margin: 15px 0;
        padding: 15px 0
    }

    .post-inner table th,
    .post-inner table td {
        font-size: 14px
    }

    .post-inner table {
        margin: 15px 0
    }

    .single-post .cookie-bubble.bottom-right {
        position: static;
        box-shadow: 0 3px 15px rgb(0 0 0 / 6%);
        z-index: 9999
    }

    [data-support=cookTrue] .menu_product22_blog {
        top: 140px
    }

    .row_cookie-bubble {
        top: 48px;
        position: fixed;
        z-index: 9999;
        height: 0
    }
}

.row_seo_textarea {
    display: flex;
    justify-content: center
}

.row_seo_textarea>i {
    display: inline-flex;
    align-items: center;
    font-style: normal;
    padding: 0 15px;
    height: 50px;
    color: #999;
    white-space: nowrap
}

span.btn_seo_textarea {
    display: inline-flex;
    align-items: center;
    height: 50px;
    color: #5D78FF;
    position: relative;
    cursor: pointer;
    white-space: nowrap
}

.col_seo_textarea {
    width: 100%;
    max-width: 426px
}

.row_search_link~.row_search_link,
.wrapp_seo_textarea .row_search_link {
    background: #fff;
    border-radius: 4px;
    border: none;
    display: flex;
    align-items: flex-start;
    padding: 7px
}

.col_seo_textarea::before {
    content: "";
    width: 69px;
    height: 91px;
    background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/seo-cases/person_search_link.png);
    background-repeat: no-repeat;
    position: absolute;
    top: -52px;
    left: -87px
}

.col_seo_textarea {
    width: 100%
}

@media (min-width:650px) {
    .col_seo_textarea {
        width: 405px;
        position: relative
    }
}

@media (min-width:991px) {
    .col_seo_textarea {
        width: 570px
    }
}

#words_for_input::-webkit-scrollbar-track {
    background-color: #ececec
}

#words_for_input::-webkit-scrollbar {
    width: 6px;
    background-color: #f9f9f9
}

#words_for_input::-webkit-scrollbar-thumb {
    background-color: #0e77f1
}

button#url-send:focus,
button#button_seo_check:focus,
button#seo_check_again:focus {
    text-decoration: none
}

.more_img .w_img {
    padding: 20px;
    max-width: 400px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.more_img img {
    box-shadow: 0 0 20px rgb(0 0 0 / 25%);
    max-width: 100%;
    margin: auto
}

.more_img {
    margin: auto;
    width: 100%;
    max-width: 400px
}

.more_img ul.slick-dots {
    list-style: none;
    margin-left: 0
}

@media (max-width:767px) {
    .row_seo_textarea>i {
        font-size: 12px;
        padding: 0 8px;
        height: 40px
    }

    span.btn_seo_textarea {
        font-size: 12px;
        height: 40px
    }

    .row_search_link input {
        height: 40px;
        padding: 8px;
        padding-right: 75px;
        font-size: 14px
    }

    button#url-send,
    button#button_seo_check,
    button#seo_check_again {
        font-size: 12px;
        padding: 6px 10px
    }

    .row_search_link textarea#words_for_input {
        font-size: 14px;
        padding: 3px 2px
    }
}

.banner-demo {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 20px 0;
    background-color: #FFC948;
    background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/b_fone.svg);
    background-size: inherit;
    background-position: left top !important;
    background-repeat: no-repeat
}

.banner-demo-info {
    padding: 34px 0 34px 50px
}

.banner-demo-photo {
    flex-shrink: 0;
    display: flex;
    justify-content: flex-end
}

.banner-demo-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 5px
}

.banner-demo-info p {
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 16px;
    color: #001E41
}

.banner-demo-info a.btn.btn_blue {
    font-weight: 900;
    font-size: 14px;
    line-height: 130%;
    padding: 10px 35px;
    border-radius: 7px
}

@media (max-width:990px) {
    .banner-demo-photo {
        width: 40%
    }

    .banner-demo-info {
        padding: 27px 0 27px 15px
    }

    .banner-demo-title {
        font-size: 18px
    }

    .banner-demo-info p {
        font-size: 12px;
        line-height: 14px
    }

    .banner-demo-info a.btn.btn_blue {
        font-size: 10px;
        padding: 6px 17px
    }

    .banner-demo {
        background-size: 100%
    }

    .banner-demo-photo img {
        max-width: calc(100% + 20px);
        margin-left: -20px
    }
}

.banner_for_digital {
    position: relative;
    height: 230px
}

.banner_for_digital-info {
    position: absolute;
    top: 50%;
    transform: translateY(-40%);
    width: 100%;
    text-align: center;
    padding: 0 20px
}

.banner_for_digital-title {
    font-weight: 900;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 2px
}

.banner_for_digital-title b {
    color: #EE426D
}

.banner_for_digital-info p {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px
}

.banner_for_digital .btn {
    background: #70B2FF;
    border: 2px solid #E9F3FF;
    border-radius: 50px;
    color: #fff;
    padding: 12px 30px;
    margin-top: 20px;
    font-size: 12px;
    line-height: 130%;
    height: auto
}

.banner_for_digital .btn:hover {
    background: #0e77f1
}

.banner_ux {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    background: #F8FAFD;
    padding: 20px;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1)
}

.page-template-calculator .banner_ux {
    padding: 10px
}

@media (min-width:991px) {
    .page-template-calculator .banner_ux {
        padding: 20px
    }
}

.banner_ux h4 {
    margin: 0;
    font-weight: 500;
    line-height: 32px;
    font-size: 24px;
    margin-bottom: 4px
}

.banner_ux p {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px
}

.banner_ux.banner_top {
    position: relative;
    top: 0px
}

.banner_ux.banner_bottom {
    position: sticky;
    top: 150px
}

.banner_ux .banner_txt {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 250px;
    padding: 0 0 30px 20px
}

.banner_ux .banner_txt i {
    display: flex;
    width: 70px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/calculator/logo_t.svg)
}

.banner_ux .banner_txt span {
    font-weight: 900;
    font-size: 28px;
    line-height: 120%;
    color: #fff
}

.banner_ux .banner_txt p {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #fff;
    margin-bottom: 20px
}

.banner_ux .banner_txt .btn-blue {
    background: #001E41;
    border-radius: 5px;
    font-size: 18px;
    line-height: 150%;
    padding: 10px 40px;
    height: auto
}

.banner_ux .banner_txt .btn-blue:hover {
    text-decoration: none;
    opacity: .8
}

@media (max-width:1300px) {
    .banner_for_digital {
        height: 187px
    }

    .banner_ux {
        padding: 15px
    }
}

@media (max-width:990px) {
    .banner_for_digital-title {
        font-size: 16px;
        line-height: 20px
    }

    .banner_for_digital-info p {
        font-size: 12px
    }

    .banner_for_digital .btn {
        margin-top: 2px;
        padding: 2px 25px
    }

    .banner_ux .banner_txt {
        padding: 0 0 15px 15px
    }

    .banner_ux .banner_txt .btn-blue {
        font-size: 12px;
        padding: 5px 20px
    }

    .banner_ux .banner_txt p {
        font-size: 12px;
        margin-bottom: 10px
    }

    .banner_ux .banner_txt span {
        font-size: 18px
    }

    .banner_ux {
        margin-bottom: 15px;
        padding: 15px
    }

    .banner_for_digital {
        height: 134px
    }
}

@media (max-width:767px) {
    .banner_for_digital {
        display: none
    }
}

a.banner_get_plerdy {
    display: none
}

@media (max-width:767px) {
    a.banner_get_plerdy {
        display: flex;
        justify-content: space-between;
        margin-top: 16px
    }

    a.banner_get_plerdy {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: rgba(24, 24, 24, .7);
        padding: 15px 14px;
        border-radius: 16px
    }

    .banner_get_plerdy-img {
        flex-shrink: 0;
        margin-right: 20px
    }

    .banner_get_plerdy-info {
        font-weight: 400;
        font-size: 12px;
        line-height: 22px;
        color: rgba(235, 235, 245, .6);
        width: 100%;
        text-align: left
    }

    .banner_get_plerdy-info span {
        display: flex;
        font-weight: 400;
        font-size: 15px;
        line-height: 20px;
        align-items: center;
        color: #fff
    }

    .banner_get_plerdy-btn {
        background: #34C759;
        border-radius: 100px;
        display: inline-flex;
        flex-shrink: 0;
        color: #fff;
        padding: 5px 18px;
        font-weight: 600;
        font-size: 15px;
        line-height: 25px;
        margin-left: 15px
    }

    span.meta-text.wqe4 {
        display: none
    }
}

.row_comment {
    position: relative;
    padding: 0 0 0 28px;
    margin: 20px 0
}

.row_comment:before {
    content: '';
    display: inline-flex;
    position: absolute;
    width: 8px;
    height: 100%;
    left: 0;
    top: 0;
    background: #F5D256;
    border-radius: 10px
}

.row_comment p {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #001E41;
    margin-bottom: 20px
}

.row_comment-foot {
    display: flex
}

.row_comment-foot--img {
    display: inline-flex;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 12px
}

.row_comment-foot--info {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.row_comment-foot--info b {
    font-size: 18px;
    line-height: 29px
}

.row_comment-foot--info span {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #919191
}

@media (max-width:767px) {
    .row_comment p {
        font-size: 23px
    }
}

blockquote {
    background: #F3F4F6;
    margin-left: 0;
    padding: 20px 20px 20px 75px;
    border-radius: 12px;
    overflow: hidden
}

blockquote:after {
    background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/comment.svg);
    width: 55px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #F5D256;
    background-size: 25px
}

.post-inner blockquote p {
    color: #001E41
}

@media (max-width:767px) {
    blockquote:after {
        width: 28px;
        background-size: 18px
    }

    blockquote {
        padding: 10px 10px 10px 38px
    }
}

@media (min-width:991px) {
    .input-url {
        align-items: flex-end
    }

    .input-url input {
        width: 90%;
        margin-right: 15px
    }

    .result-url {
        width: 100%;
        height: 154px
    }
}

.page-landing {
    flex-direction: column
}

@media (max-width:649px) {
    .landing-row .col_seo_textarea::before {
        content: "";
        width: 69px;
        height: 91px;
        background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/landing/person_search_link-sm.png);
        background-repeat: no-repeat;
        position: absolute;
        top: -152px;
        left: 52%;
        transform: translate(-52%, 0)
    }

    .landing-row .col_seo_textarea {
        width: 405px;
        position: relative
    }
}

.foot_btns.btns-top.right-group-btn {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
    width: 100%
}

.right-group-btn .btn-first-home {
    padding: 12px;
    width: 100%;
    height: 40px;
    font-weight: 500;
    font-size: 14px;
    margin-right: 0px
}

.right-group-btn .btn-second-home {
    width: calc(100% - 7px);
    height: 40px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .17), 0 0 1px 0 rgba(0, 0, 0, .08);
    border: none
}

@media (min-width:991px) {
    .right-group-btn .btn-second-home {
        padding: 12px 0px 12px 40px;
        font-size: 12px;
    }

    .right-group-btn .btn-first-home {
        font-size: 12px;
    }
}

@media (min-width:1300px) {
    .right-group-btn .btn-second-home {
        padding: 12px 0px 12px 40px;
        font-size: 14px;
    }

    .right-group-btn .btn-first-home {
        font-size: 14px;
    }
}

.right-group-btn .btn-second-home img {
    left: 1px;
    bottom: 1px;
    position: absolute
}

.btn-first-home {
    background: #fff;
    border: 1px solid #0e77f1;
    color: #0e77f1;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    width: 100%;
    height: 35px;
    box-shadow: 0 0 1px rgba(0, 0, 0, .084), 0 1px 1px rgba(0, 0, 0, .168);
    border-radius: 2px;
    margin-right: 11px
}

.btn-first-home:hover {
    background: #c7e0fc
}

.row_foot {
    width: calc(100% + 6px);
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: 0 0;
    transition: 250ms
}

.row_foot:hover {
    background: linear-gradient(0deg, #bfd3f4, #bfd3f4), #fff
}

.btn-first-home:active {
    background: #3367d6;
    border: 1px solid #3367d6;
    color: #fff
}

.btn-second-home {
    width: calc(100% - 7px);
    height: 35px;
    background: #4285f4;
    border-radius: 2px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    border: none;
    padding-left: 42px;
    position: relative;
    display: flex;
    justify-content: flex-start
}

.banner_ux .additional-info {
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    line-height: 20px;
    color: #6E6E6E;
    text-align: center;
    margin-top: 7px
}

@media (max-width:500px) {
    .rating_product {
        display: flex;
        width: 100%;
        align-items: center;
        gap: 10px;
        height: 50px
    }

    .rating_product span {
        margin: 0px !important;
        height: 50px
    }
}

@media (max-width:500px) {
    .author_article .col_info_a p {
        padding-left: 60px;
    }

    .author_article .col_info_a .name {
        margin-bottom: 3px;
    }

    .author_article .col_img_a {
        left: 0;
    }

    .entry-categories-inner {
        display: flex;
        /* align-items: center; */
        width: 100%;
        flex-wrap: wrap;
        row-gap: 10px;
        flex-direction: column;
    }

    .post-meta-wrapper.post-meta-single ul {
        display: flex !important;
        align-items: center;
        width: 100%;
        height: 15px;
        /* margin-left: 10px; */
    }

    .post-meta-wrapper.post-meta-single li {
        padding-left: 0px;
        width: 100%;
        /* margin-left: 10px; */
        height: 15px;
        display: flex !important;
        align-items: center;
        /* justify-content: center; */
    }

    .round_gray {
        transform: translate(0px, 0px) !important;
        width: 4px !important;
        border-radius: 50%;
        width: 7px !important;
    }

    .entry-categories-inner a[rel="category tag"] {
        margin-bottom: 0px !important;
    }

    .meta-text.wqe4 {
        width: 205px;
        align-items: center;
    }

    .meta-text.wqe4 svg {
        width: 15px !important;
        height: 15px !important;

    }

    .post-comment-link.meta-wrapper {
        transform: translateY(0px) !important;
        margin-left: 15px !important;
    }

    .post-date.meta-wrapper {
        /* margin-left: -17px !important; */
        /* margin-right: 5px !important; */
    }



    #search_engine-ww-monthly-202212-202312-chart {
        width: 100% !important;
    }

    #all-search_engine-ww-monthly-202212-202312 {
        width: 100% !important;
    }

    .entry-categories-inner a {
        font-size: 14px !important;
    }

    .post-meta-wrapper.post-meta-single span.meta-text {
        font-size: 14px !important;
    }

    .round_gray1 {
        display: none;
    }

    .post-meta-wrapper.post-meta-single.post-meta-single-top {
      width: 100%;
    }
}

.meta-text.wqe4 svg path {
    fill: #001E41;
}

.meta-text.wqe4 a {
    color: #001E41 !important;
}

.entry-categories-inner a[rel="category tag"] {
    padding-right: 8px !important;
    padding-left: 0px !important;
    border-left: none !important;
}

.entry-categories-inner a {
    font-size: 14px !important;
}

.post-meta-wrapper.post-meta-single span.meta-text {
    font-size: 14px !important;
}

.b_soc.d_flex {
  display: flex;
  align-items: center;
}

.categories-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

@media (max-width: 767px) {
  .post-template-default.single-post .foot_btns--mob-post {
    bottom: 12px;
  }
  
  .post-template-default.single-post .mob-bootom-links--post {
    padding: 8px;
    height: 48px;
    width: 223px;
    border-radius: 4px;
    justify-content: flex-end;
  }
  .post-template-default.single-post .mob-bootom-links--post .scroll-top{
    width: 32px;
    height: 32px;
    border-radius: 4px;
  }
  .post-template-default.single-post .mob-bootom-links--post .scroll-top::before{
    content: unset;
  }

  .post-template-default.single-post .share-list{
    bottom: 19px;
    right: 50px;
  }

  .post-template-default.single-post .share-list .soc_share::after{
    top: 16px;
  }

  .categories-wrap {
    display: flex;
  }
}

/* banner Use free A/B testing tool*/
@keyframes blink {  
  0% { box-shadow: 0px 0px 0px 0px rgba(255, 241, 240, 0.82), 0 0px 2px 0 rgba(238, 80, 90, 0.85);}
  10% {     box-shadow: 0px 0px 0px 0px rgba(255, 241, 240, 0.82), 0 0px 4px 0 rgba(255,157,150, 0.85); }
  20% {     box-shadow: 0px 0px 0px 0px rgba(255, 241, 240, 0.82), 0 0px 8px 0 rgba(255,157,150, 0.85); }
  30% {     box-shadow: 0px 0px 0px 0px rgba(255, 241, 240, 0.82), 0 0px 12px 0 rgba(255,157,150, 0.85); }
  40% {     box-shadow: 0px 0px 0px 0px rgba(255, 241, 240, 0.82), 0 0px 16px 0 rgba(255,157,150, 0.85); }
  50% {     box-shadow: 0px 0px 0px 0px rgba(255, 241, 240, 0.82), 0 0px 20px 0 rgba(255,157,150, 0.85); }
  60% {     box-shadow: 0px 0px 0px 0px rgba(255, 241, 240, 0.82), 0 0px 16px 0 rgba(255,157,150, 0.85); }
  70% {     box-shadow: 0px 0px 0px 0px rgba(255, 241, 240, 0.82), 0 0px 12px 0 rgba(255,157,150, 0.85); }
  80% {     box-shadow: 0px 0px 0px 0px rgba(255, 241, 240, 0.82), 0 0px 8px 0 rgba(255,157,150, 0.85); }
  90% {     box-shadow: 0px 0px 0px 0px rgba(255, 241, 240, 0.82), 0 0px 4px 0 rgba(255,157,150, 0.85); }
  100% {     box-shadow: 0px 0px 0px 0px rgba(255, 241, 240, 0.82), 0 0px 0px 0 rgba(255,157,150, 0.85); }
}

.banner-use-ab-testing,
.banner_ux.banner-use-ab-testing {
  display: grid;
  width: 100%;
  gap: 15px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #EE505A;
  background-color: #FFF1F0;
  margin-bottom: 30px;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
  animation: blink 3s linear infinite;
}

.banner-use-ab-testing__item-1,
.banner_ux .banner-use-ab-testing__item-1 {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}
.banner-use-ab-testing__item-3,
.banner_ux .banner-use-ab-testing__item-3 {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}
.banner-use-ab-testing__item-2,
.banner_ux .banner-use-ab-testing__item-2 {
  grid-column: 1 / 3;
  grid-row: 2 / 3;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.banner-use-ab-testing .banner-use-ab-testing__item-1,
.banner-use-ab-testing .banner-use-ab-testing__item-3 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 143px;
  border-radius: 3.8px;
}

.banner-use-ab-testing .banner-use-ab-testing__item-1 {
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/banner/banner_ab_tool_l.png);
}

.banner-use-ab-testing .banner-use-ab-testing__item-3 {
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/banner/banner_ab_tool_r.png);
}

.banner-use-ab-testing__title,
.banner_ux .banner-use-ab-testing__title {
  font-size: 21px;
  font-style: italic;
  font-weight: 800;
  line-height: 140%;
  margin: 0;
}

.banner-use-ab-testing__title,
.banner-use-ab-testing__text,
.banner_ux .banner-use-ab-testing__title,
.banner_ux .banner-use-ab-testing__text {
  color: #191B23;
}


.banner-use-ab-testing__text,
.banner-use-ab-testing__link,
.banner_ux .banner-use-ab-testing__text,
.banner_ux .banner-use-ab-testing__link {
  font-size: 18px;
  font-style: normal;
  line-height: 29px;
}

.banner-use-ab-testing__text,
.banner_ux .banner-use-ab-testing__text,
.banner_ux .banner-use-ab-testing__text {
  font-weight: 400;
  margin: 0;
  margin-bottom: 0;
}

.banner-use-ab-testing .banner-use-ab-testing__item-2 p {
  margin: 0;
  margin-bottom: 0;
}

.banner-use-ab-testing__link,
.banner_ux .banner-use-ab-testing__link {
  color: #EE505A;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s;
}

.banner-use-ab-testing__link:hover {
  color: #A52730;
}

.banner-use-ab-testing.banner-use-ab-testing--responsive .banner-use-ab-testing__link,
.banner-use-ab-testing.banner-use-ab-testing--responsive .banner-use-ab-testing__link:hover {
  text-decoration: none;
}

.banner-use-ab-testing__link br {
  display: none;
}

.banner-use-ab-testing.banner-use-ab-testing--responsive {
  margin: 20px auto;
}

@media (min-width: 1024px) {
  .banner-use-ab-testing.banner-use-ab-testing--responsive {
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto;
    margin: 40px auto;
  }

  .banner-use-ab-testing--responsive .banner-use-ab-testing__item-1 {
    grid-column: 1 / 2;
    /* align-self: start; */
    min-width: 130px;
  }

  .banner-use-ab-testing--responsive .banner-use-ab-testing__item-2 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    align-self: stretch;
  }

  .banner-use-ab-testing--responsive .banner-use-ab-testing__item-3 {
    grid-column: 3 / 4;
    /* align-self: start; */
    min-width: 130px;
  }

  .banner-use-ab-testing.banner-use-ab-testing--responsive .banner-use-ab-testing__item-1,
  .banner-use-ab-testing.banner-use-ab-testing--responsive .banner-use-ab-testing__item-3 {
    min-height: 115px;
  }
}
/* End banner Use free A/B testing tool*/

.landing-row.row_seo_content_checker {
  margin-bottom: 30px;
}

.row_single_url.row_seo_content_checker .col_left_b {
  font-weight: 500;
  margin-bottom: 10px;
}

.row_seo_content_checker .col_seo_textarea {
  max-width: 500px;
}

.row_seo_content_checker .col_seo_textarea .for_message {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .landing-row.row_seo_content_checker {
      padding: 12px;
  }

  .landing-row.row_seo_content_checker .btn_seo_link,
  .landing-row.row_seo_content_checker .btn_seo_textarea {
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
  }
}

@media (max-width: 649px) {
  .row_seo_content_checker .col_left_b.landing-col {
      padding-top: 75px;
      font-weight: 600;
      position: relative;
  }

  .row_seo_content_checker .col_left_b.landing-col::before {
    content: "";
    width: 69px;
    height: 91px;
    background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/landing/person_search_link-sm.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 52%;
    transform: translate(-52%, 0);
  }

  .landing-row.row_seo_content_checker .col_seo_textarea::before {
    content: none;
    display: none;
  }
}

@media (max-width: 400px) {
  .row_single_url.row_seo_content_checker .col_left_b {
    font-size: 18px;
    line-height: 36px;
  }
}

.row_seo_content_checker .eror_text_ar {
  position: absolute;
  top: 100%;
  right: 0%;
  display: none;
}

.row_seo_content_checker .btn_check_again {
  display: none;
}

.banner-use-ab-testing.banner-use-ab-testing--desk {
  display: none;
}
.banner-use-ab-testing.banner-use-ab-testing--mob {
  display: grid;
}

@media (min-width: 767px) {
  .banner-use-ab-testing.banner-use-ab-testing--desk {
    display: grid;
  }
  .banner-use-ab-testing.banner-use-ab-testing--mob {
    display: none;
  }
}

.try-plerdy {
  position: sticky;
  display: flex;
  max-width: 370px;
  width: 100%;
  padding: 8px 16px;
  flex-direction: column;
  gap: 16px;
  border-top: 1px solid #6E6E6E;
  background: #F9F5FF;
  bottom: 0;
  margin: 0 auto;
  opacity: 0;
  /* transition: 0.2s cubic-bezier(0.37, 0.01, 0, 0.98); */
}
.try-plerdy.try-plerdy--desk {
  display: none;
  transform: translateX(20px);
}
.try-plerdy.try-plerdy--mob {
  position: fixed;
  transform: translateY(30px);
  max-width: 100%;
  z-index: 11;
}
.try-plerdy__close {
  position: absolute;
  right: 4px;
  top: 4px;
  padding: 8px;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  background-image: url('https://www.plerdy.com/wp-content/themes/twentytwenty/images/icons/x.svg');
  transition: 0.3s;
  cursor: pointer;
}
.try-plerdy__close:hover {
  border: 1px solid #6C6E79;
  background-color: #E0E3E6;
}
.try-plerdy__text-wrapp {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.try-plerdy__text-wrapp p,
.try-plerdy__text-wrapp h5 {
  padding: 0;
  margin: 0;
}
.try-plerdy__text-wrapp h5 {
  color: #42307D;
  font-size: 23px;
  font-weight: 600;
  line-height: 36px;
}
.try-plerdy__text-wrapp p {
  color: #5F37BC;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.try-plerdy__buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.use-free__btn,
.try-plerdy__btn {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border-radius: 2px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  max-width: 370px;
  margin: 0 auto;
}
.try-plerdy__btn--try {
  background-color: #643BBE;
  color: #fff;
}
.try-plerdy__btn--try:hover {
  background-color: #42307D;
}
.try-plerdy__btn--wats {
  color: #191B23;
  border-radius: 2px;
  border: 1px solid #D0D5DD;
  background-color: #FFF;
}
.try-plerdy__btn--wats:hover {
  border: 1px solid #0E77F1;
  color: #0E77F1;
}
.try-plerdy__trial {
  width: 100%;
  text-align: center;
  color: #5F37BC;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; 
}

.use-free {
  display: flex;
  width: 100%;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #0E77F1;
  color: #fff;
  border-radius: 8px;
}
.use-free__text-wrapp {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.use-free .use-free__text-wrapp h5 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  margin: 0;
  padding: 0;
}
.use-free .use-free__text-wrapp p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  margin: 0;
  padding: 0;
  color: #fff;
}
.use-free__btn.use-free__btn--use {
  color: #0E77F1;
  border: 1px solid #0E77F1;
  background-color: #fff;
}
.use-free .use-free__btn.use-free__btn--use:hover {
  border: 1px solid #D0D5DD;
  color: #191B23;
  text-decoration: none;
}
.chrome-banner {
  display: flex;
  padding: 16px 16px 16px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  margin-top: 24px;
  border-radius: 4px;
  border-left: 8px solid #0E77F1;
  background: #E3EEFF;
}
.chrome-banner__btn-wrapp,
.chrome-banner__info-wrapp {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.chrome-banner .chrome-banner__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 29px;
  margin: 0;
  padding: 0;
}
.chrome-banner .chrome-banner__info {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  padding: 0;
  text-align: left;
}
.chrome-banner .chrome-banner__button {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1px 16px 1px 53px;
  background-color: #0E77F1;
  color: #fff;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  transition: background-color 0.3s;
  flex-shrink: 0;
  border-radius: 2px;
  cursor: pointer;
}

.chrome-banner .chrome-banner__button:hover {
  background-color: #3367D6;
}

.chrome-banner .chrome-banner__button::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 30px;
  width: 30px;
  border-radius: 1px;
  background-image: url('https://www.plerdy.com/wp-content/themes/twentytwenty/images/chrome.svg');
}

@media (min-width: 767px) {
  /* .chrome-banner .chrome-banner__button::before {
    top: 0.7px;
  } */
  .chrome-banner {
    flex-direction: row;
    gap: 40px;
    margin-top: 32px;
    align-items: center;
  }
  .use-free {
    width: 50%;
    padding: 32px 20px;
    max-width: 408px;
    margin-right: 20px;
    float: left;
  }
  .try-plerdy {
    transform: translateY(0) translateX(20px);
  }
  .try-plerdy.try-plerdy--desk {
    display: flex;
  }
  .try-plerdy.try-plerdy--mob {
    display: none;
  }
  .try-plerdy__buttons {
    gap: 12px;
  }
  .try-plerdy__text-wrapp p {
    font-size: 18px;
    line-height: 29px;
  }
  .try-plerdy__text-wrapp h5 {
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
  }
  .try-plerdy {
    padding: 32px 24px;
    gap: 20px;
    border-radius: 8px;
    border: 1px solid #6E6E6E;
    bottom: auto;
    top: 20vh;
  }
  .try-plerdy__text-wrapp {
    gap: 12px;
  }
}
.list_more_blog-v.list_more_blog--v1 a .head_name_art {
  color: #0E77F1;
  font-weight: 600;
  line-height: 24px;
}
.list_more_blog-v a:hover {
  text-decoration: underline;
}
.post-inner table th {
  white-space: normal;
}

.post-inner td ul {
  margin-left: 25px;
  margin-bottom: 10px;
}
.post-inner td ul li {
  color: #595959;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: left;
}

@media (max-width: 767px) {
  .post-inner td ul li {
    font-size: 14px;
  }
  .post-inner td ul {
    margin-left: 15px;
  }
  .post-template-template-landing .share-list,
  .share-list.share-list-experts,
  .share-list.share-list-singular {
    display: none;
  }
  .page-template-template-new-experts .foot_btns_pl,
  .post-template-default .foot_btns_pl {
    bottom: 12px;
  }
  .page-template-template-new-experts .foot_btns_pl.foot_btns--mob-post .scroll-top::before,
  .post-template-default .foot_btns_pl.foot_btns--mob-post .scroll-top::before {
    content: none;
  }
  .page-template-template-new-experts .foot_btns_pl.foot_btns--mob-post .scroll-top,
  .post-template-default .foot_btns_pl.foot_btns--mob-post .scroll-top {
    border: 2px solid #a7a7a7;
  }
  .page-template-template-new-experts .foot_btns_pl.foot_btns--mob-post .mob-bootom-links--post,
  .post-template-default.single-post .foot_btns_pl.foot_btns--mob-post .mob-bootom-links--post {
    padding: 0;
    height: auto;
    width: auto;
  }
}
.chrome-banner__btn-wrapp {
  align-items: stretch;
  gap: 10px;
  flex-shrink: 0;
}
.banner-use-ab-testing .banner-use-ab-testing__item-1.banner-use-ab-testing__item-1--calc {
  background-image: url('https://www.plerdy.com/wp-content/themes/twentytwenty/images/banner/banner_plagin_left.webp');
}

.banner-use-ab-testing .banner-use-ab-testing__item-3.banner-use-ab-testing__item-3--calc {
  background-image: url('https://www.plerdy.com/wp-content/themes/twentytwenty/images/banner/banner_plagin_right.webp');
}
.banner-use-ab-testing.banner-use-ab-testing--calc .banner-use-ab-testing__item-1, 
.banner-use-ab-testing.banner-use-ab-testing--calc .banner-use-ab-testing__item-3 {
  min-height: 165px;
}
.banner-use-ab-testing .banner-use-ab-testing__btns {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.col_seo_textarea.col_seo_textarea--no-b::before {
  content: none;
}
.row_seo_content_checker .col_left_b.landing-col.content_checker_no_b {
  padding-top: 0;
}
.row_seo_content_checker .col_left_b.landing-col.content_checker_no_b::before {
  content: none;
}

.section-top .section-top__awards {
  margin: 16px auto;
}
.section-top .section-hero__partners-list {
  margin: 0 auto 24px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  align-items: center;
}
.section-hero__partners-item {
  display: flex;
  gap: 10px;
}
.section-hero__partners-list .section-hero__partners-item img {
  margin: 0;
  box-shadow: none;
}
.section-top.section-sce {
  margin-bottom: 0;
}

/* carousel orden */
.carousel__wrapper-ordens {
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 20px;
  mask-image: linear-gradient(to right,
      hsl(0 0% 0% / 0),
      hsl(0 0% 0% / 1) 20%,
      hsl(0 0% 0% / 1) 80%,
      hsl(0 0% 0% / 0));
}

.carousel__group-ordens {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 10px;
  min-width: 100%;
  animation: scroll-x-ordens 60s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .carousel__group-ordens {
    animation-play-state: paused;
  }
}

@keyframes scroll-x-ordens {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-100% - 20px));
  }
}

.carousel__group-ordens img {
  width: 75px;
  display: block;
  pointer-events: none;
  object-position: center;
  object-fit: contain;
}

@media (min-width: 1300px) {
  .carousel__group-ordens {
    gap: 9px;
  }

  .carousel__wrapper-ordens {
    justify-content: center;
    mask-image: none;
  }

  .carousel__group-ordens {
    min-width: max-content;
    animation: none;
  }

  .carousel__group-ordens--hidden {
    display: none;
  }
}
/* end carousel orden */

.chrome-banner.chrome-banner--content-checker {
  margin-top: 0;
  max-width: 1083px;
}
.landing__subtitel-text {
  max-width: 1083px;
}

@media (min-width: 992px) {
  .section-top .section-top__awards {
    margin: 10px auto 32px auto;
  }
  .section-hero__partners-list {
    gap: 35px;
  }
  .section-hero__partners-list {
    margin: 0 auto 32px;
  }
}

.copy-code-btn {
    position: absolute;
    top: 4px;
    right: 6px;
    padding: 2px 4px 2px 20px;
    font-size: 12px;
    line-height: normal;
    min-height: 18px;
    cursor: pointer;
    background-color: #f8fafd;
    color: #7d7d7d;
    border: none;
    border-radius: 0;
    z-index: 10;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 18px;
    background-image: url('https://www.plerdy.com/wp-content/themes/twentytwenty/images/icons/content_copy_gr.svg');
    text-transform: none;
    font-weight: 600;
}
.copy-code-btn:focus {
  text-decoration: none;
}
.copy-code-btn:hover{
  text-decoration: underline;
}
.entry-content code {
  padding-top: 22px;
}