.rf-btn,
.rf-btn:active,
.rf-btn:hover,
.rf-btn:link,
.rf-btn:visited {
    text-decoration: none!important
}

.rf-btn.orange,
.rf-btn.orange:hover {
    box-shadow: 0 3px 16px 0 rgba(243, 124, 108, .5)
}
.rf-article-meta-data{
    float: left;
    display: inline-block;
}

.rf-search-main-wrap.rf-ar .rf-search__btn,
.rf-search-mobile-wrap.rf-ar .rf-search__btn,
.rf-search-wrap.rf-ar .rf-search__btn,
html[dir=rtl] .rf-search-main__btn,
html[dir=rtl] .rf-search-mobile__btn,
html[dir=rtl] .rf-search__btn {
    transform: scaleX(-1)
}

.rf-descr {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400
}

.rf-descr.sm {
    font-size: 14px;
    line-height: 18px
}

.rf-descr.white {
    color: #FFF
}

.rf-descr.darkPurple {
    color: #363F5A
}

.rf-descr.blueGray,
.rf-descr.darkViolet {
    color: #545F7E
}

.rf-descr.lightGray {
    color: #727A83
}

.rf-descr.blue {
    color: #387DFF
}

.rf-descr.purple {
    color: #6D65E7
}

.rf-descr.red {
    color: #FF4C4C
}

.rf-descr.green {
    color: #4FDC6F
}

.rf-sec-heading {
    font-size: 35px;
    font-weight: 700
}

@media only screen and (max-width:600px) {
    .rf-sec-heading {
        font-size: 30px
    }
}

.rf-sec-heading.min {
    font-size: 22px;
    font-weight: 500
}

.rf-sec-heading.white {
    color: #FFF
}

.rf-sec-heading.darkPurple {
    color: #363F5A
}

.rf-sec-heading.blueGray,
.rf-sec-heading.darkViolet {
    color: #545F7E
}

.rf-sec-heading.lightGray {
    color: #727A83
}

.rf-sec-heading.blue {
    color: #387DFF
}

.rf-sec-heading.purple {
    color: #6D65E7
}

.rf-btn {
    padding: 0 45px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    border-radius: 38px;
    color: #FFF;
    font-size: 18px;
    cursor: pointer;
    transition: all .2s linear;
    font-family: Montserrat, 'Open Sans', sans-serif;
    text-transform: uppercase;
    border: none;
    font-weight: 400;
    background-repeat: no-repeat!important
}

.rf-btn.small {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    font-size: 14px
}

.rf-btn.md {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    padding: 0 36px
}

.rf-btn.hidden {
    display: none
}

.rf-btn.orange {
    background: linear-gradient(to bottom, #ffa330, #ff9346, #ff8559, #fb7a6a, #f07379);
    color: #FFF
}

.rf-btn.orange:hover {
    background-image: linear-gradient(to bottom, #ffb04e, #ffa159, #ff9367, #ff8775, #ff7e84);
    color: #FFF
}

.rf-btn.orange:active {
    opacity: 1;
    background-image: linear-gradient(to bottom, #ff991a, #ff8a36, #ff7d4c, #ff725f, #fe6a71)
}

.rf-search,
.rf-search-main,
.rf-search-mobile {
    display: flex;
    height: 40px
}

.rf-search-main.has-value .rf-search__reset,
.rf-search-mobile.has-value .rf-search__reset,
.rf-search.has-value .rf-search__reset {
    display: block
}

.rf-search-main-wrap,
.rf-search-mobile-wrap,
.rf-search-wrap {
    position: relative;
    max-width: 570px;
    margin-right: auto;
    margin-left: auto
}

.rf-search-main-wrap.rf-ar .rf-search__input,
.rf-search-mobile-wrap.rf-ar .rf-search__input,
.rf-search-wrap.rf-ar .rf-search__input {
    padding: 0 20px 0 42px
}

.rf-search-main-wrap.rf-ar .rf-search__reset,
.rf-search-mobile-wrap.rf-ar .rf-search__reset,
.rf-search-wrap.rf-ar .rf-search__reset {
    right: auto;
    left: 60px
}

.rf-search-main-wrap.rf-ar .rf-search__result-list,
.rf-search-mobile-wrap.rf-ar .rf-search__result-list,
.rf-search-wrap.rf-ar .rf-search__result-list {
    right: 10px;
    left: 70px
}

.rf-search-main-wrap.rf-ar .rf-search__result-text,
.rf-search-mobile-wrap.rf-ar .rf-search__result-text,
.rf-search-wrap.rf-ar .rf-search__result-text {
    padding: 0 20px 0 0
}

.rf-search-main__input,
.rf-search-mobile__input,
.rf-search__input {
    flex-grow: 1;
    width: 100%;
    max-width: 100%;
    background-color: #FFF;
    padding: 0 42px 0 20px;
    font-size: 16px;
    color: #353E5A;
    font-weight: 500;
    outline: 0;
    box-sizing: border-box;
    border: 1px solid #DDE3F0;
    overflow: hidden;
    transition: .4s ease
}

html[dir=ltr] .rf-search-main__input,
html[dir=ltr] .rf-search-mobile__input,
html[dir=ltr] .rf-search__input {
    border-radius: 10px 0 0 10px
}

html[dir=rtl] .rf-search-main__input,
html[dir=rtl] .rf-search-mobile__input,
html[dir=rtl] .rf-search__input {
    border-radius: 0 10px 10px 0
}

.rf-search-main__input:focus,
.rf-search-mobile__input:focus,
.rf-search__input:focus {
    border-color: #387DFF
}

.rf-search-main__input::placeholder,
.rf-search-mobile__input::placeholder,
.rf-search__input::placeholder {
    color: #545F7E
}

.rf-search-main__btn,
.rf-search-mobile__btn,
.rf-search__btn {
    flex-shrink: 0;
    width: 60px;
    display: inline-block;
    cursor: pointer;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.551' height='14.567' viewBox='0 0 14.551 14.567'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23545f7e;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M4.461,4.46a3.8,3.8,0,0,0,0,5.37,3.785,3.785,0,1,0,0-5.37Zm6.122,8.186a6.393,6.393,0,0,1-5.895.507,6.49,6.49,0,0,1,0-11.973,6.411,6.411,0,0,1,7,1.408,6.507,6.507,0,0,1,.953,7.933l2.405,2.423a.726.726,0,0,1,0,1.023l-1.085,1.085a.717.717,0,0,1-1.015,0Z' transform='translate(-0.704 -0.695)'/%3E%3C/svg%3E") center center/14px no-repeat;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.551' height='14.567' viewBox='0 0 14.551 14.567'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23545f7e;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M4.461,4.46a3.8,3.8,0,0,0,0,5.37,3.785,3.785,0,1,0,0-5.37Zm6.122,8.186a6.393,6.393,0,0,1-5.895.507,6.49,6.49,0,0,1,0-11.973,6.411,6.411,0,0,1,7,1.408,6.507,6.507,0,0,1,.953,7.933l2.405,2.423a.726.726,0,0,1,0,1.023l-1.085,1.085a.717.717,0,0,1-1.015,0Z' transform='translate(-0.704 -0.695)'/%3E%3C/svg%3E") center center/14px no-repeat, linear-gradient(180deg, #FFF 0, #F5FAFE 100%);
    outline: 0;
    border: 1px solid #DDE3F0;
    overflow: hidden;
    border-radius: 0 10px 10px 0;
    border-left: none
}

.rf-search-main__reset,
.rf-search-mobile__reset,
.rf-search__reset {
    display: none;
    position: absolute;
    top: 0;
    right: 60px;
    z-index: 1;
    width: 40px;
    height: 40px;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='11.984' height='11.967' viewBox='0 0 11.984 11.967'%3e%3cdefs%3e%3cstyle%3e.a%7bfill:%23c1c9e0;%7d%3c/style%3e%3c/defs%3e%3cpath class='a' d='M11.655,11.638a1.135,1.135,0,0,1-1.6,0L6.031,7.556l-4.07,4.07a1.135,1.135,0,0,1-1.6,0,1.135,1.135,0,0,1,0-1.657l4.07-4.013L.4,1.93A1.13,1.13,0,1,1,2,.331L6.027,4.355,10.04.341a1.133,1.133,0,0,1,1.6,1.6L7.629,5.957l4.024,4.08A1.135,1.135,0,0,1,11.655,11.638Z'/%3e%3c/svg%3e") center center/10px no-repeat;
    cursor: pointer
}

.rf-search-main_input-wrap,
.rf-search-mobile_input-wrap,
.rf-search_input-wrap {
    display: flex;
    width: 100%
}

.rf-search-main__result,
.rf-search-mobile__result,
.rf-search__result {
    display: flex
}

.rf-search-main__result:hover,
.rf-search-mobile__result:hover,
.rf-search__result:hover {
    background-color: #EEF5FF
}

.rf-search-main__result-list,
.rf-search-mobile__result-list,
.rf-search__result-list {
    display: none;
    position: absolute;
    top: 40px;
    left: 10px;
    right: 70px;
    z-index: 2;
    max-height: 275px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-chaining: contain contain;
    overscroll-behavior: contain contain;
    border: 1px solid #DDE3F0;
    border-top: none;
    border-radius: 0 0 10px 10px;
    background-color: #FFF;
    box-shadow: 0 12px 12px rgba(0, 82, 224, .102);
    list-style-type: none;
    box-sizing: border-box
}

.rf-blog,
.rf-blog-form .rf-input-wrap {
    position: relative
}

.rf-search-main__result-list.has-result,
.rf-search-mobile__result-list.has-result,
.rf-search__result-list.has-result {
    display: block
}

.rf-search-main__result__link,
.rf-search-mobile__result__link,
.rf-search__result__link {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 20px;
    font-size: 14px;
    text-align: initial;
    font-weight: 500;
    color: #363F5A;
    height: 55px;
    box-sizing: border-box
}

.rf-search-main__result-img,
.rf-search-mobile__result-img,
.rf-search__result-img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.rf-search-main__result-img-wrap,
.rf-search-mobile__result-img-wrap,
.rf-search__result-img-wrap {
    width: 35px;
    height: 35px;
    flex-shrink: 0
}

.rf-search-main__result-text,
.rf-search-mobile__result-text,
.rf-search__result-text {
    flex-grow: 1;
    padding: 0 0 0 20px;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.search_text {
    word-break: break-word
}

.rotate::after {
    transform: rotate(180deg)
}

.rf-blog-search-result-and-input {
    width: 100%;
    padding: 10px 1rem 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box
}

@media screen and (max-width:1130px) {
    .rf-blog-search-result-and-input:only-child {
        justify-content: center
    }
    .rf-blog-search-result-and-input {
        justify-content: space-between;
        padding: 20px 1rem 10px
    }
}

@media screen and (max-width:992px) {
    .rf-blog-search-result-and-input {
        justify-content: center;
        padding: 20px 1rem 10px;
        flex-direction: column;
        align-items: center
    }
}

@media only screen and (max-width:580px) {
    .rf-blog-search-result-and-input {
        padding: 20px 0 10px
    }
    html[dir=ltr] .rf-blog-search-result-and-input {
        align-items: flex-start
    }
    html[dir=rtl] .rf-blog-search-result-and-input {
        align-items: flex-end
    }
}

@media only screen and (max-width:450px) {
    .rf-blog-search-result-and-input {
        padding: 0
    }
}

.rf-blog-search-result-and-input .rf-search-word {
    display: flex
}

@media screen and (max-width:450px) {
    .rf-blog-search-result-and-input .rf-search-word {
        padding: 20px 0 0
    }
}

.rf-blog-search-result-and-input .rf-search-word strong.rf-descr {
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer
}

.rf-blog-search-result-and-input .rf-blog-pagination.top {
    padding: 0
}

@media screen and (max-width:992px) {
    .rf-blog-search-result-and-input .rf-blog-pagination {
        display: none
    }
}

.rf-blog-search-no-result {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    text-align: center
}

.rf-blog-search-no-result .rf-squirrel {
    margin: 30px 0;
    max-width: 200px
}

.rf-blog-search-no-result .rf-sec-heading {
    margin-bottom: 15px
}

.rf-blog-search-no-result .rf-descr.sm {
    margin-bottom: 30px
}

@media only screen and (max-width:380px) {
    .rf-blog-search-no-result .rf-btn {
        width: 100%;
        padding: 0;
        text-align: center
    }
}

.rf-descr.rf-current-category {
    font-size: 20px;
    font-weight: 700
}

@media screen and (max-width:992px) {
    .rf-descr.rf-current-category {
        display: none
    }
}

.rf-blog {
    background-color: #F5FAFE
}

@media only screen and (min-width:1044px) and (max-width:1349px) {
    .rf-blog {
        box-shadow: inset 0 6px 6px rgba(0, 82, 224, .1)
    }
}

@media screen and (max-width:450px) {
    .rf-blog {
        padding-top: 50px
    }
    .rf-current-category-mobile {
        text-align: left;
        font-size: 20px!important
    }
}

.tag-descr {
    color: #9AA6C8;
    font-size: 14px
}

@media screen and (max-width:580px) {
    .tag-descr {
        width: 100%;
        text-align: left;
        margin-top: 15px
    }
}

.rf-search-mobile {
    display: none;
    max-width: 540px;
    width: 100%
}

@media screen and (max-width:1190px) {
    .rf-search-mobile {
        display: inline-flex
    }
    .rf-search {
        display: none
    }
}

@media screen and (max-width:767px) {
    .rf-search {
        width: 100%
    }
}

.rf-search-and-category-page {
    padding-top: 90px
}

@media only screen and (max-width:992px) {
    .rf-search-and-category-page .rf-blog-search-result-and-input .rf-blog-form {
        display: none
    }
}

.rf-container {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box
}

@media only screen and (max-width:450px) {
    .rf-container {
        width: 100%;
        padding: 0 20px
    }
}

.rf-blog-container {
    display: flex;
    flex-wrap: wrap
}
.rf-all-articles-header  .rf-blog-container.justify-normal{
    justify-content: normal;
}

@media only screen and (max-width:700px) {
    .rf-blog-container {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }
}

.rf-tips-comp {
    max-width: 140px;
    height: 25px;
    border-radius: 10px 10px 0 0;
    background-color: #387DFF;
    font-size: 12px;
    font-weight: 700;
    color: #FFF;
    text-align: left;
    line-height: 25px;
    letter-spacing: .03rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    box-sizing: border-box
}

@media only screen and (max-width:365px) {
    .rf-tips-comp {
        font-size: 10px;
        height: 20px;
        line-height: 20px
    }
}

.rf-min-read {
    font-size: 14px;
    font-weight: 700;
    color: #545F7E!important
}

@media only screen and (max-width:365px) {
    .rf-min-read {
        font-size: 10px
    }
}

.rf-art-heading {
    font-size: 20px;
    font-weight: 700;
    color: #363F5A
}

@media only screen and (max-width:992px) {
    .rf-art-heading {
        font-size: 18px
    }
}

@media only screen and (max-width:365px) {
    .rf-art-heading {
        font-size: 15px
    }
}

.rf-art-heading.rf-md {
    font-size: 18px
}

@media only screen and (max-width:992px) {
    .rf-art-heading.rf-md {
        font-size: 16px
    }
}

@media only screen and (max-width:365px) {
    .rf-art-heading.rf-md {
        font-size: 13px
    }
}

.rf-art-date {
    font-size: 14px;
    font-weight: 500;
    color: #545F7E
}

@media only screen and (max-width:365px) {
    .rf-art-date {
        font-size: 10px
    }
}

.rf-blog-form {
    width: 100%;
    max-width: 455px
}

@media only screen and (max-width:1190px) {
    .rf-blog-form.rf-desktop {
        display: none
    }
}

.rf-blog-form .rf-input-wrap .rf-search-input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 40px 0 20px;
    border: 1px solid #DDE3F0;
    border-radius: 30px;
    color: #363F5A;
    font-size: 18px;
    font-weight: 500;
    -webkit-appearance: none;
    box-sizing: border-box;
    caret-color: #387DFF
}

.rf-blog-form .rf-input-wrap .rf-search-input::placeholder {
    font-size: 18px;
    color: #545F7E
}

.rf-blog-form .rf-input-wrap .rf-search-input:focus {
    border-color: #387DFF;
    outline: 0
}

.rf-blog-form .rf-input-wrap .rf-search-icon {
    position: absolute;
    top: 48%;
    right: 10px;
    transform: translateY(-50%);
    width: 20px;
    cursor: pointer
}

.rf-blog-search-overlay {
    width: 100%;
    height: 100%;
    min-width: 100vw;
    min-height: 100vh;
    background-color: rgba(255, 255, 255, .75);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    display: none
}

.rf-blog-search-overlay.rf-open {
    display: block
}

.related__title{
    font-size: 36px;
    font-weight: 500;
    margin: 0 auto 50px;
}
.related {
    background-color: #F5FAFE;
    padding: 60px 0 70px;
    text-align: center;
}
.related__link-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    padding-top: 50px;
    position: relative;
}
#blog_footer_menu .menu-item a{
    color: #387DFF;
    padding: 10px 20px;
    display: inline-block;
    font-size: 20px;
}

#blog_footer_menu .menu-item:hover a{
    color: #fff;
}
#blog_footer_menu .menu-item:hover {
    background: #387DFF;

}
#blog_footer_menu .menu-item{
    background-color: #E7F3FF;
    border-radius: 7px;
    font-weight: 500;
    margin: 0 10px 20px;
    transition: .3s;
    display: inline-block;
}



.rf-blog-mobile-search-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    background-color: #FFF;
    transform: translate3d(0, -100%, 0);
    transition: transform .9s cubic-bezier(.19, 1, .155, 1.01) 0s
}

.rf-blog-mobile-search-wrap.rf-open {
    transform: translate3d(0, 0, 0);
    box-shadow: 0 20px 45px -2px rgba(0, 0, 0, .2)
}

.rf-blog-mobile-search-wrap .close-icon {
    cursor: pointer;
    padding: 20px;
    position: absolute;
    top: 0;
    right: 0
}

.rf-blog-mobile-search-wrap .rf-blog-form {
    margin: 0 auto;
    padding: 100px 0;
    max-width: 650px
}

.rf-blog-mobile-search-wrap .rf-blog-form .rf-input-wrap .rf-search-input {
    padding: 0 40px 0 56px;
    border: none;
    border-radius: 0
}

.rf-blog-mobile-search-wrap .rf-blog-form .rf-input-wrap .rf-search-input:focus {
    border: none
}

.rf-blog-mobile-search-wrap .rf-blog-form .rf-input-wrap .rf-search-input::placeholder {
    font-size: 22px;
    color: #DDE3F0;
    opacity: .8
}

.rf-blog-mobile-search-wrap .rf-blog-form .rf-input-wrap .rf-search-input.hide {
    display: none
}

.rf-blog-mobile-search-wrap .rf-blog-form .rf-input-wrap .rf-btn-loader {
    width: 30px;
    height: 30px;
    display: none;
    position: absolute;
    left: 20px;
    top: 12%;
    transform: translateY(-50%);
    animation: spinner 850ms linear infinite
}

.rf-blog-mobile-search-wrap .rf-blog-form .rf-input-wrap .rf-btn-loader.show {
    display: block
}

@keyframes spinner {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(359deg)
    }
}

.rf-blog-article-comp-wrap .rf-blog-article-comp:hover .rf-blog-article-header .rf-blog-article-img-wrap .rf-blog-article-img,
.rf-main-article-component-wrap:hover .rf-main-article-header .rf-main-article-img-wrap .rf-main-article-img,
.rf-popular-article-comp-wrap:hover .rf-popular-article-left-side .rf-popular-article-img-wrap .rf-popular-article-img {
    transform: scale(1.1)
}

.rf-blog-search-mobile {
    position: absolute;
    right: 88px;
    display: none;
    transition: all .2s ease-in-out
}

@media only screen and (max-width:1020px) {
    .rf-blog-search-mobile {
        display: flex
    }
}

.rf-blog-search-mobile .rf-search-icon-mob {
    width: 20px;
    padding: 10px;
    cursor: pointer
}

@media only screen and (min-width:1021px) {
    .rf-blog-search-mobile .rf-search-icon-mob {
        display: none
    }
}

.rf-author-page .rf-blogger-wrap {
    padding-top: 160px;
    margin: 0
}

@media only screen and (max-width:1020px) {
    .rf-author-page .rf-blogger-wrap {
        padding-top: 60px;
        padding-left: 1rem
    }
}

.rf-blogger-wrap {
    width: 100%;
    max-width: 600px;
    display: flex;
    margin: 80px auto 20px
}

.rf-blogger-wrap .rf-blogger-img-wrap {
    font-size: 0;
    max-width: 160px;
    width: 100%;
    margin: 0 30px;
    display: flex;
    justify-content: center;
    align-items: center
}

@media only screen and (max-width:860px) {
    .rf-blogger-wrap .rf-blogger-img-wrap {
        margin-right: 14px
    }
}

.rf-blogger-wrap .rf-blogger-img-wrap .rf-blogger-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 50%
}

.rf-blogger-info .rf-post-by {
    font-weight: 600!important;
    margin-bottom: 8px
}

.rf-blogger-info .rf-post-author {
    margin-bottom: 8px;
    font-size: 20px!important;
    font-weight: 700!important
}

.rf-blogger-info .rf-post-descr {
    margin-bottom: 8px
}

.rf-blogger-info .rf-blogger-posts-link {
    color: #387DFF;
    font-weight: 500;
    margin-top: 8px;
    display: block
}

.rf-blog-pagination {
    padding: 60px 0
}

.rf-blog-pagination .pager {
    display: flex;
    justify-content: center;
    align-items: center
}

.rf-blog-pagination .pager .pagination {
    display: inline-flex;
    justify-content: center;
    list-style: none;
    box-shadow: 0 3px 9px rgba(0, 82, 224, .161);
    background: linear-gradient(180deg, #FFF 0, #F5FAFE 100%);
    border-radius: 10px;
    overflow: hidden;
}

.rf-blog-pagination .pager .pagination .rf-arrow-btn {
    overflow: hidden
}
.rf-blog-pagination .pager .pagination li:last-child a{
    transform: rotate(180deg);
    transform-origin: 50% 50%;
}
.rf-blog-pagination .pager .pagination li:first-child {
    border-radius: 10px 0 0 10px
}

.rf-blog-pagination .pager .pagination .rf-next {
    border-radius: 0 10px 10px 0
}

.rf-blog-pagination .pager .pagination li {
    width: 40px;
    height: 40px;
    border-left: 1px solid #EEF5FF;
    box-sizing: border-box
}

.rf-blog-pagination .pager .pagination .rf-prev{

}

.rf-blog-pagination .pager .pagination li a,
.rf-blog-pagination .pager .pagination li div,
.rf-blog-pagination .pager .pagination li span{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFF;
    color: #363F5A
}
.rf-blog-pagination .pager .pagination li.active a,
.rf-blog-pagination .pager .pagination li.active span.current  {
    color: #FFF;
    background: linear-gradient(180deg, #5690FF 0, #387DFF 100%)
}
.rf-blog-article-comp-wrap {
    width: 33%;
    flex-grow: 1;
    display: flex;
    padding: 1rem;
    box-sizing: border-box;
    max-width: 400px
}

@media only screen and (max-width:1100px) {
    .rf-blog-article-comp-wrap {
        width: 50%;
        max-width: unset
    }
    .rf-blog-article-comp-wrap:last-child {
        flex-grow: unset
    }
    .rf-blog-article-comp-wrap .rf-blog-article-comp {
        max-width: 490px
    }
}

.rf-blog-article-comp-wrap .rf-blog-article-comp {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 6px 12px 0 rgba(0, 82, 224, .1);
    overflow: hidden;
    background: #fff
}

@media only screen and (max-width:700px) {
    .rf-blog-article-comp-wrap {
        width: 100%;
        padding: 1rem 0
    }
    .rf-blog-article-comp-wrap .rf-blog-article-comp {
        width: 100%;
        max-width: unset
    }
}

.rf-blog-article-comp-wrap .rf-blog-article-comp .rf-blog-article-header {
    position: relative
}

.rf-blog-article-comp-wrap .rf-blog-article-comp .rf-blog-article-header .rf-blog-article-img-wrap {
    position: relative;
    padding-top: 66.667%;
    height: 0;
    font-size: 0;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, #000);
    border-radius: 10px 10px 0 0
}

.rf-blog-article-comp-wrap .rf-blog-article-comp .rf-blog-article-header .rf-blog-article-img-wrap .rf-blog-article-img {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: all .2s linear
}

.rf-blog-article-comp-wrap .rf-blog-article-comp .rf-blog-article-header .rf-tips-comp {
    position: absolute;
    bottom: 0;
    left: 30px
}

.rf-blog-article-comp-wrap .rf-blog-article-comp .rf-blog-article-footer {
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.rf-blog-article-comp-wrap .rf-blog-article-comp .rf-blog-article-footer .rf-art-heading {
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.rf-blog-article-comp-wrap .rf-blog-article-comp .rf-blog-article-footer .rf-blog-article-info {
    display: flex;
    justify-content: space-between;
    margin-top: auto
}

.rf-main-article-component-wrap {
    display: flex;
    align-items: stretch;
    width: 100%;
    max-width: 710px;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0 6px 12px 0 rgba(0, 82, 224, .1);
    background-color: #FFF;
    overflow: hidden;
    transition: all .1s linear
}

.rf-main-article-component-wrap .rf-main-article-component {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.rf-main-article-component-wrap .rf-main-article-header {
    position: relative
}

.rf-main-article-component-wrap .rf-main-article-header .rf-main-article-img-wrap {
    position: relative;
    padding-top: 66.667%;
    height: 0;
    font-size: 0;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, #000);
    border-radius: 10px 10px 0 0
}

.rf-main-article-component-wrap .rf-main-article-header .rf-main-article-img-wrap .rf-main-article-img {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .2s linear
}

@media only screen and (max-width:1100px) {
    .rf-main-article-component-wrap .rf-main-article-header .rf-main-article-img-wrap .rf-main-article-img {
        height: auto
    }
}

.rf-main-article-component-wrap .rf-main-article-header .rf-tips-comp {
    position: absolute;
    bottom: 0;
    left: 30px
}

.rf-main-article-component-wrap .rf-main-article-content {
    padding: 20px 30px 30px;
    box-sizing: border-box
}

.rf-main-article-component-wrap .rf-main-article-content .rf-art-descr p {
    font-size: 14px;
    color: #545F7E;
    font-weight: 500;
    margin: 14px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.rf-main-article-component-wrap .rf-main-article-content .rf-main-article-content-footer {
    display: flex;
    justify-content: space-between
}

.rf-mobile-blog-search-result {
    width: 100%;
    text-align: center;
    display: none
}

.rf-mobile-blog-search-result .darkPurple {
    font-size: 26px;
    font-weight: 700
}

@media screen and (max-width:992px) {
    .rf-mobile-blog-search-result {
        display: block
    }
    #blog_footer_menu .menu-item {
        white-space: nowrap;
    }
}

@media screen and (max-width:580px) {
    .rf-mobile-blog-search-result {
        text-align: left
    }
}

.rf-popular-article-comp-wrap {
    width: 100%;
    max-width: 416px;
    min-width: 400px;
    border-radius: 10px;
    height: 120px;
    box-shadow: 0 3px 22px 0 rgba(0, 82, 224, .1);
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    transition: all .1s linear
}

@media only screen and (max-width:450px) {
    .rf-popular-article-comp-wrap {
        height: 74px
    }
}

.rf-popular-article-comp-wrap .rf-popular-article-left-side {
    width: 48%;
    flex-grow: 1;
    position: relative
}

.rf-popular-article-comp-wrap .rf-popular-article-left-side .rf-popular-article-img-wrap {
    width: 100%;
    max-width: 160px;
    font-size: 0;
    position: relative;
    height: 100%;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, #000);
    border-radius: 10px 0 0 10px
}

.rf-popular-article-comp-wrap .rf-popular-article-left-side .rf-popular-article-img-wrap .rf-popular-article-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .2s linear
}

.rf-popular-article-comp-wrap .rf-popular-article-left-side .rf-tips-comp {
    position: absolute;
    bottom: 0;
    left: 16px
}

.rf-popular-article-comp-wrap .rf-popular-article-right-side {
    width: 66%;
    padding: 12px 14px;
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    flex-direction: column
}

.rf-popular-article-comp-wrap .rf-popular-article-right-side .rf-popular-article-right-side-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 10px
}

.rf-all-articles-header {
    padding: 110px 0 60px
}
.rf-all-articles-header .rf-author-page .rf-blogger-wrap{
    padding-top: 0;
    padding-bottom: 50px;
}

@media only screen and (min-width:1044px) and (max-width:1349px) {
    .rf-all-articles-header {
        box-shadow: inset 0 6px 6px rgba(0, 82, 224, .1)
    }
}

.rf-all-articles-header .rf-container {
    display: flex;
    justify-content: space-between;

}

@media only screen and (max-width:760px) {
    .rf-all-articles-header .rf-container {
        flex-direction: column
    }
}

.rf-all-articles-header .rf-container .rf-main-article-component-wrap {
    display: flex;
    flex-direction: column
}

@media only screen and (min-width:761px) {
    .rf-all-articles-header .rf-container .rf-main-article-component-wrap {
        margin: 0 20px 0 0
    }
    .rf-all-articles-header .rf-container .rf-main-article-component-wrap.rf-ar {
        margin: 0 0 0 20px
    }
}

.rf-all-articles-header .rf-container .rf-main-article-component-wrap .rf-main-article-content {
    display: flex;
    flex-direction: column;
    flex: 1
}

.rf-all-articles-header .rf-container .rf-main-article-component-wrap .rf-main-article-content .rf-main-article-content-footer {
    margin-top: auto
}

.rf-all-articles-header .rf-container .rf-popular-articles-wrap {
    display: flex;
    flex-direction: column
}

.rf-all-articles-header .rf-container .rf-popular-articles-wrap .rf-popular {
    font-weight: 300;
    color: #363F5A;
    font-size: 20px;
    margin: 20px 0
}

@media only screen and (max-width:1020px) {
    .rf-all-articles-header .rf-container .rf-popular-articles-wrap .rf-popular {
        margin-top: 0
    }
}

@media only screen and (max-width:760px) {
    .rf-all-articles-header .rf-container .rf-popular-articles-wrap .rf-input-wrap {
        display: none
    }
    .rf-all-articles-header .rf-container .rf-popular-articles-wrap .rf-popular {
        margin-top: 24px;
        font-size: 15px
    }
}

.rf-all-articles-header .rf-container .rf-popular-articles-wrap .rf-popular-articles {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1
}

.rf-all-articles-header .rf-container .rf-popular-article-comp-wrap+.rf-popular-article-comp-wrap {
    margin-top: 10px
}

@media only screen and (max-width:760px) {
    .rf-all-articles-header .rf-container .rf-popular-article-comp-wrap {
        max-width: unset;
        height: 150px
    }
    .rf-all-articles-header .rf-container .rf-popular-article-comp-wrap+.rf-popular-article-comp-wrap {
        margin-top: 30px
    }
}

@media only screen and (max-width:450px) {
    .rf-all-articles-header .rf-container .rf-popular-article-comp-wrap {
        height: 136px;
        min-width: unset
    }
}

@media only screen and (max-width:992px) {
    .rf-all-articles-header .rf-container .rf-popular-article-comp-wrap .rf-popular-article-right-side {
        padding: 14px
    }
    .rf-all-articles-header .rf-container .rf-popular-article-comp-wrap .rf-popular-article-left-side .rf-popular-article-img-wrap {
        max-width: none
    }
}

@media only screen and (max-width:450px) {
    .rf-all-articles-header .rf-container .rf-popular-article-comp-wrap .rf-popular-article-right-side {
        padding: 20px
    }
}

@media only screen and (max-width:380px) {
    .rf-all-articles-header .rf-container .rf-popular-article-comp-wrap {
        height: 112px
    }
    .rf-all-articles-header .rf-container .rf-popular-article-comp-wrap .rf-popular-article-right-side {
        padding: 10px
    }
}

.rf-all-articles-header .rf-container .rf-popular-article-comp-wrap .rf-popular-article-right-side .rf-art-heading {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 76px
}

@media only screen and (max-width:1024px) and (min-width:760px) {
    .rf-all-articles-header .rf-container .rf-popular-article-comp-wrap .rf-popular-article-right-side .rf-art-heading {
        -webkit-line-clamp: 2
    }
}

.rf-blog-all-posts {
    background-color: #F5FAFE;
    padding: 30px 0;
}

.rf-tags-dropdown-wrap {
    display: flex;
    justify-content: center;
    align-items: center
}

@media only screen and (max-width:992px) {
    .rf-tags-dropdown-wrap {
        flex-direction: column;
        align-items: center;
        width: 80%;
        margin-top: 15px
    }
}

@media only screen and (max-width:580px) {
    .rf-tags-dropdown-wrap {
        flex-direction: column;
        width: 100%;
        margin-top: 0
    }
    .rf-tags-dropdown-wrap .rf-dropdown-wrap {
        width: 100%
    }
    .rf-tags-dropdown-wrap .rf-dropdown-wrap .rf-dropdown-button {
        padding: 0 20px;
        justify-content: flex-start
    }
    .rf-tags-dropdown-wrap .rf-dropdown-wrap .rf-dropdown-button .rf-descr {
        width: auto
    }
}

.rf-dropdown-wrap {
    position: relative;
    background: #FFF;
    width: 170px;
    min-width: 70px;
    max-width: 100%;
    border-radius: 10px;
    user-select: none
}

html[dir=ltr] .rf-dropdown-wrap {
    margin-left: 10px
}

html[dir=rtl] .rf-dropdown-wrap {
    margin-right: 10px
}

@media only screen and (max-width:992px) {
    .rf-dropdown-wrap {
        max-width: 540px;
        width: 100%;
        margin-left: 0;
        margin-top: 15px
    }
    html[dir=ltr] .rf-dropdown-wrap {
        margin-left: 0
    }
    html[dir=rtl] .rf-dropdown-wrap {
        margin-right: 0
    }
}

.rf-dropdown-wrap.selected-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

@media only screen and (max-width:450px) {
    .rf-dropdown-wrap {
        margin-left: 0
    }
    .rf-dropdown-wrap.rf-ar .rf-dropdown-button .open-icon-wrap {
        margin: 0 10px 0 0
    }
    .rf-dropdown-wrap.rf-ar .rf-dropdown-button .open-icon-wrap.open-icon {
        transform: translateY(19px) translateX(1px)!important
    }
}

.rf-dropdown-wrap .rf-dropdown-button {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border: 1px solid #DDE3F0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    cursor: pointer;
    user-select: none;
    box-sizing: border-box
}

.rf-dropdown-wrap .rf-dropdown-button.selected-open-btn {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.rf-dropdown-wrap .rf-dropdown-button::after {
    content: "";
    position: absolute;
    top: 18px;
    width: 8px;
    height: 5px;
    background-image: url(https://static.rfstat.com/renderforest/images/v2/blog-img/dropdown-arrow.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

html[dir=ltr] .rf-dropdown-wrap .rf-dropdown-button::after {
    right: 20px
}

html[dir=rtl] .rf-dropdown-wrap .rf-dropdown-button::after {
    left: 20px
}
.rf-tags-dropdown-wrap .rf-dropdown-wrap .rf-dropdown-button .rf-descr{
    width: 117px;
    box-sizing: border-box;
    display: block;
    line-height: 40px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    user-select: none;
    font-weight: 500;
}

.rf-dropdown-wrap .rf-dropdown-button .rf-descr {
    font-weight: 500;
    cursor: pointer;
    width: 100%
}

.rf-dropdown-wrap .rf-dropdown-button .open-icon-wrap {
    width: 50px;
    height: 50px;
    transition: all .2s linear;
    transform: translateY(23px);
    margin-left: 10px
}

.rf-dropdown-wrap .rf-dropdown-button .open-icon-wrap .open-icon-item {
    width: 11px;
    height: 3px;
    background-color: #b3b3b3;
    transition: all .2s linear
}

.rf-dropdown-wrap .rf-dropdown-button .open-icon-wrap.open-icon {
    transform: translateY(19px) translateX(-3px)!important
}

.rf-dropdown-wrap .rf-dropdown-button .open-icon-wrap.open-icon .open-icon-item {
    width: 16px
}

.rf-dropdown-wrap .rf-dropdown-button .open-icon-wrap.open-icon .open-icon-item:first-child {
    transform: rotate(45deg) translateX(6px)
}

.rf-dropdown-wrap .rf-dropdown-button .open-icon-wrap.open-icon .open-icon-item:nth-child(2) {
    transform: rotate(-46deg) translateX(2px) translateY(4px)
}

.rf-dropdown-wrap .rf-dropdown-button .open-icon-wrap .open-icon-item:first-child {
    transform: rotate(45deg)
}

.rf-dropdown-wrap .rf-dropdown-button .open-icon-wrap .open-icon-item:nth-child(2) {
    transform: rotate(-46deg) translateX(7px) translateY(3px)
}

.rf-dropdown-wrap .rf-dropdown-item-wrap {
    max-width: 100%;
    box-shadow: 0 10px 12px rgba(0, 82, 224, .102);
    transition: all .1s ease-out;
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 10;
    border: 1px solid #DDE3F0;
    border-top: none;
    user-select: none;
    overflow: hidden
}

.rf-dropdown-wrap .rf-dropdown-item-wrap:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.rf-dropdown-wrap .rf-dropdown-item-wrap.open {
    display: block;
    z-index: 10;
    opacity: 1;
    background-color: #FFF;
    transition: all .1s ease-in
}

.rf-dropdown-wrap .rf-dropdown-item {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-overflow: ellipsis;
    box-sizing: border-box;
    background-color: #FFF;
    cursor: pointer;
    transition: all .1s linear;
    position: relative
}

.rf-dropdown-wrap .rf-dropdown-item:hover .rf-dropdown-item-title {
    background-color: #f0f6ff
}

.rf-dropdown-wrap .rf-dropdown-item .rf-dropdown-item-title {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: block;
    line-height: 40px;
    padding: 0 20px;
    font-size: 16px;
    color: #363F5A;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    user-select: none;
    font-weight: 500
}

.rf-dropdown-wrap .rf-dropdown-item .rf-dropdown-item-title.active {
    color: #387DFF
}

@media screen and (max-width:450px) {
    .rf-blog-container {
        margin-top: 45px
    }
}


