.dhx-global-page .dhx-main-content{
    font: 400 16px/26px "Roboto", Arial, Tahoma, Verdana;

    overflow: visible;
}

body .dhx-global-page{
    overflow: visible;
}

.dhx-blog-content {
    font: 300 16px / 24px "Roboto", Arial, Tahoma, Verdana;
}
.dhx-blog-content p {
    margin-top: 15px;
}
.dhx-blog-content p:first-child {
    margin-top: 0;
}

.dhx-blog-content ul {
    margin: 15px 0;
    padding-left: 60px;
}
.dhx-blog-content ul li {
    position: relative;
    padding: 3px 0 3px 16px;
}
.dhx-blog-content ul li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 14px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #03a9f4;
}

.dhx-blog-content ol {
    margin: 15px 0;
    padding-left: 75px;
}
.dhx-blog-content ol li {
    padding: 3px 0 3px 1px;
    list-style: decimal;
}

.codecolorer-container{
    margin-top: 10px;
}

.dhx-post{
    position: relative;

    margin-top: 40px;
}

.dhx-post:first-child{
    margin: 0;
}

.dhx-post-entry{
    position: relative;
    padding-left: 310px;

    max-width: 900px;
    min-height: 235px;

    box-sizing: border-box;
}

.post-title {
    font: 500 24px/1.333333333333333 "Roboto", Arial, sans-serif;
}

.post-title-link{
    display: inline-block;

    color: #202020;
}

.post-title-link:active{
    color: #2095f3;
}

@media screen and (min-width: 1025px){
    .post-title-link{
        transition: color 0.25s ease-in-out;
    }

    .post-title-link:hover{
        color: #2095f3;
    }
}

.post-entry-details{
    color: #5f5f5f;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.428571428571429;

    padding: 13px 0 15px;
    margin-top: 8px;

    border-top: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
}

.post-date,
.post-comment{
    display: inline-block;
    vertical-align: middle;
}

.post-date{
    margin-left: 6px;
}

.post-date:before{
    content: "\2022";

    display: inline-block;
    margin-right: 8px;
}

.dhx-post-thumbnail {
    position: absolute;
    left: 0;
    top: 0;
    width: 294px;
}

.thumbnail-post-link {
    display: block;
    line-height: 0;
    overflow: hidden;
}

.post-thumbnail {
    max-width: 100%;
}

.dhx-post-entry-content{
    padding-top: 8px;
}

.sidebar-widget {
    padding: 20px;
    margin: 20px -20px 0 -10px;
    border: 2px solid #fafafa;
    border-radius: 10px;
}

.sidebar-widget:first-child {
    margin-top: 0;
}

.widget-title {
    font: 300 20px/22px "Roboto", Arial, Tahoma, Verdana;
    text-align: center;
}

.widget-list {
    font-size: 14px;
    margin-top: 25px;
}

.widget-list {
    color: #717171;
    overflow: hidden;
}

.widget-list li{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.widget-list a {
    color: #202020;
}

.widget-list a:hover,
.widget-list a:focus {
    color: #2095f3;
}

.widget-list--tags li{
    width: 50%;
    float: left;
    white-space: nowrap;
}

.widget-list--tags li:nth-child(2n){
    padding-left: 10px;
}

.widget-list--archives li{
    width: 25%;
    float: left;
}

.aligncenter{
    display: block;
    margin: 20px auto;
}

.page-content img {
    height: auto;
}

.post-rel-posts h3,
.post-comments h3{
    font: 300 30px "Roboto",Arial,Tahoma,Verdana;
}

.post-rel-posts ol{
    padding-top: 10px;
}

.post-rel-posts li{
    padding: 5px 0;
}

/* comments */

.commentlist{
    padding-top: 15px;
}

.comment{
    margin-top: 10px;
    padding: 20px 35px;
    background-color: #fafafa;
    border-radius: 10px;
}

.comment .comment{
    padding: 20px 0 0 15px;
    margin-top: 20px;
    border-top: 1px solid #ebebeb;
    border-radius: 0;
}

.comment-author{
    position: relative;
}

.comment-author__name{
    font-family: "Roboto", Arial, sans-serif;
}

.comment-author__date{
    display: inline-block;
    color: #717171;
    font-size: 12px;
    margin-left: 10px;
}

.comment-author__edit{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
}

.comment-author__text{
    padding: 10px 0;
}

.children{
    padding-left: 20px;
    padding-top: 20px;
}

/* breadcrumbs */

.breadcrumbs__link{
    font-size: 14px;
}

.breadcrumbs__link:before{
    content: "\003e\003e\00a0";
}

.breadcrumbs__link--active{
    color: #b6b6b6;
}

/* share */

.dhx-share-container{
    font-size: 0;
    line-height: 0;
    white-space: nowrap;

    padding-top: 2px;
    margin-right: 60px;
}

.dhx-share{

}

.dhx-share__btn{
    display: inline-block;

    padding: 10px;
    margin-left: 4px;
}

.dhx-share__btn:first-child{
    margin: 0;
}

.dhx-share__icon{
    display: block;
}

.dhx-share__svg,
.dhx-share__use{
    height: 20px;
    width: 20px;
}

.dhx-share__use{
    fill: #202020;
}

.dhx-share__btn:active .dhx-share__use{
    fill: #2095f3;
}

@media screen and (min-width: 1025px){
    .dhx-share__use{
        transition: all 0.25s ease-in-out;
    }

    .dhx-share__btn:hover .dhx-share__use{
        fill: #2095f3;
    }
}

/* search form */

.screen-reader-text{
    display: none;
}

.searchform{
    position: relative;

}

.searchform:before{
    content: "";

    position: absolute;
    left: 15px;
    top: 0;

    height: 100%;
    width: 18px;

    background: url("images/search-icon.svg") center center / 18px no-repeat;
}

#searchsubmit{
    display: none;
}

.searchform #s{
    display: block;

    color: #202020;
    font: 400 16px/1.5 "Roboto", Arial, sans-serif;

    width: 100%;
    padding: 7px 10px 7px 41px;

    border: 1px solid #ededed;
    border-radius: 4px;
    background: #fbfbfb;

    box-sizing: border-box;

    transition: border 0.25s ease-in-out;
}

.searchform #s::placeholder{
    color: #b6b6b6;
}

.searchform #s:focus{
    border-color: #03a9f4;

    outline: none;
}

/* top news */

.top-posts{
    overflow: hidden;
}

.top-posts__left,
.top-posts__right{
    float: left;
    box-sizing: border-box;
}

.top-posts__left{
    width: 48%;
    padding-right: 20px;
}

.top-posts__right{
    width: 52%;
}

.top-post-main{
    position: relative;
    height: 460px;
}

.top-post-main__pict{
    position: relative;
    height: 100%;
    line-height: 0;
    overflow: hidden;
}

.top-post-main__img{
    height: 100%;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.top-post-th{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: center center no-repeat;
    background-size: 100%;
    background-size: cover;
}

@media \0screen {
    .top-post-main__img{
        left: 0;
        top: 0;
    }

    .top-post-preview{
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc2095f3', endColorstr='#cc2095f3',GradientType=1 );
    }
}

.top-post-preview,
.top-post-preview__title,
.top-post-preview__text,
.top-post-secondary__preview,
.top-post-secondary__title,
.top-post-secondary__text{
    display: block;
}

.top-post-preview{
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    color: #fff;
    font-weight: 400;
    padding: 30px 20px 20px;
    box-sizing: border-box;
    background: rgba(32,149,243,0.8);
    transition: background 0.2s ease-in-out;
}

.top-post-preview:hover{
    color: #fff;
    background: rgba(32,149,243,0.9);
}

.top-post-preview__title{
    display: block;
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.top-post-preview__text{
    font-size: 18px;
    line-height: 1.65;
}

.top-post-preview__more-icon,
.top-post-secondary__more-icon{
    display: inline-block;
    position: relative;
    top: 1px;
    transition: transform 0.2s ease-in-out;
}

.top-post-secondary{
    margin-top: 20px;
}

.top-post-secondary__inside{
    position: relative;
    padding-left: 42%;
}

.top-post-secondary:first-child{
    margin-top: 0;
}

.top-post-secondary__pict{
    position: absolute;
    left: 0;
    top: 0;
    width: 42%;
    height: 220px;
    line-height: 0;
    overflow: hidden;
}

.top-post-secondary__img{
    width: auto;
    height: auto;
    position: relative;
    left: 50%;
    top: 50%;
    margin: -117px 0 0 -147px;
}

.top-post-secondary__preview{
    padding: 25px 10px 20px 20px;
    height: 220px;
    box-sizing: border-box;
    color: #202020;
    border-top: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    transition: color 0.2s ease-in-out;
}

.top-post-secondary__title{
    font: 400 20px "Roboto", Arial, Tahoma, Verdana;
    margin-bottom: 15px;
}

.top-post-secondary__text{

}

.top-post-more{
    display: inline-block;
    white-space: nowrap;
}

.top-post-preview:hover .top-post-preview__more-icon,
.top-post-secondary__preview:hover .top-post-secondary__more-icon{
    transform: translateX(2px);
}

.top-post-one{
    position: relative;
    height: 440px;
}

@media screen and (max-width: 1180px){
    .top-posts__left{
        padding-right: 20px;
    }

    .top-post-main{
        height: 460px;
    }

    .top-post-one{
        height: 420px;
    }

    .top-post-secondary{
        margin-top: 20px;
    }

    .top-post-secondary__preview{
        padding-top: 20px;
    }

    .top-post-secondary__title{
        font-size: 19px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1120px){
    .top-posts__left {
        padding-right: 10px;
    }

    .top-post-main{
        height: 400px;
    }

    .top-post-one{
        height: 380px;
    }

    .top-post-preview__title{
        font-size: 24px;
        margin-bottom: 10px;
    }

    .top-post-preview__text{
        font-size: 16px;
    }

    .top-post-secondary {
        margin-top: 10px;
    }

    .top-post-secondary__preview{
        padding-top: 15px;
    }

    .top-post-secondary__title{
        font-size: 16px;
    }

    .top-post-secondary__text{
        font-size: 14px;
        line-height: 1.5;
    }

    .top-post-secondary__pict,
    .top-post-secondary__preview{
        height: 195px;
    }
}

@media screen and (max-width: 960px){
    .top-posts__left{
        width: 55%;
    }

    .top-posts__right{
        width: 45%;
    }

    .top-post-secondary__inside{
        padding: 0;
    }

    .top-post-secondary__pict{
        width: 100%;
        opacity: 0.2;
        z-index: 0;
    }

    .top-post-secondary__img{
        width: 100%;
        height: auto;
        margin: 0;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .top-post-secondary__preview{
        position: relative;
        border: 1px solid #eaeaea;
        z-index: 1;
    }
}

@media screen and (max-width: 750px){
    .top-posts{
        margin-bottom: 20px;
    }

    .top-posts__left,
    .top-posts__right{
        width: auto;
        float: none;
    }

    .top-posts__left{
        padding: 0;
    }

    .top-posts__right{
        margin-top: 10px;
        margin-left: -5px;
        margin-right: -5px;

        overflow: hidden;
    }

    .top-post-main{
        height: 300px;
    }

    .top-post-one{
        height: 280px;
    }

    .top-post-preview{
        padding: 20px 20px 15px;
    }

    .top-post-preview__title{
        font-size: 20px;
    }

    .top-post-secondary{
        width: 50%;
        float: left;
        padding: 0 5px;
        margin: 0;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 600px){
    .top-posts__right{
        margin-left: 0;
        margin-right: 0;
    }

    .top-post-secondary{
        width: auto;
        padding: 0;
        margin-top: 10px;
        float: none;
    }

    .top-post-secondary__inside{
        padding-left: 40%;
    }

    .top-post-secondary__pict,
    .top-post-secondary__preview{
        height: 180px;
    }

    .top-post-secondary__pict{
        width: 40%;
        opacity: 1;
    }

    .top-post-secondary__img{
        height: 100%;
        width: auto;
    }

    .top-post-secondary__preview{
        border-left: none;
    }
}

@media screen and (max-width: 480px){
    .top-post-secondary__inside{
        padding: 0;
    }

    .top-post-secondary__pict{
        width: 100%;
        height: 100%;
        opacity: 0.2;
    }

    .top-post-secondary__img{
        width: 100%;
        height: auto;
    }

    .top-post-secondary__preview{
        border: 1px solid #eaeaea;
        height: auto;
    }

    .top-post-main{
        height: auto;
    }

    .top-post-main__pict{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
    }

    .top-post-one{
        height: 220px;
    }

    .top-post-preview{
        position: relative;
        padding: 15px 20px;
        z-index: 1;
    }

    .top-post-preview__title{
        font-size: 18px;
    }

    .top-post-preview__text{
        font-size: 15px;
    }
}

/* mobile blog */

@media (max-width: 1280px) {

}

@media (max-width: 1180px) {

}

@media (max-width: 1024px) {
    .page-content{
        overflow: hidden;
    }


    /* 404 */
    .blog-content .page-404 {
        text-align: left;
    }
}

@media (max-width: 850px) {

}

@media (max-width: 767px){
    /* 404 */
    .blog-content .page-404 {
        text-align: center;
    }

    /**/
    .dhx-post{
        margin-top: 32px;
    }
}

@media (max-width: 550px){
    .widget-list--tags li {
        width: 50%;
    }

    .commentlist{
        font-size: 14px;
        line-height: 24px;
    }

    .comment{
        padding: 10px 15px;
        border-radius: 5px;
    }

    .comment-author__text{
        padding: 5px 0;
    }

    .comment .comment{
        padding: 10px 0 0 10px;
        margin-top: 10px;
    }

    .children{
        padding-left: 0;
    }

    .comment a{
        word-wrap: break-word;
    }
}

@media (max-width: 480px){
    /* 404 */
    .blog-content .page-404 {
        text-align: left;
    }
}

@media (max-width: 380px){
    .widget-list--tags li {
        width: 100%;
        float: none;
    }
}
/******/
.aside-nav-container{

}

.aside-nav-container,
.aside-nav{
    padding-top: 24px;
}

.aside-nav:first-child{
    padding: 0;
}

.aside-nav__title{
    color: #202020;
    font: 400 20px/1.6 "Roboto", Arial, sans-serif;
}

a.aside-nav__title:active,
.aside-nav__link:active,
.aside-nav__link.active,
a.aside-nav__title.active{
    color: #2095f3;
}

@media screen and (min-width: 1025px){
    a.aside-nav__title,
    .aside-nav__link{
        transition: color 0.25s ease-in-out;
    }

    a.aside-nav__title:hover,
    .aside-nav__link:hover{
        color: #2095f3;
    }
}

.aside-nav__list{
    line-height: 0;

    padding-top: 16px;
}

.aside-nav__list-row{
    margin-top: 16px;
    padding-left: 8px;
}

.aside-nav__list-row:first-child{
    margin-top: 0;
}

.aside-nav__link{
    display: inline-block;

    color: #202020;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}

.aside-banner{
    padding: 24px 16px 0;
    background-color: #f1f7fb;
    overflow: hidden;
}

.aside-banner__title{
    font: 500 30px/1.333333333333333 "Roboto", Arial, sans-serif;
    text-align: center;
}

.aside-banner__pict{
    margin: 12px 0 0 -16px;
    width: 290px;
    background: url("/images/blog/scheduling-pack.png") center center / 100% no-repeat;
    max-width: calc(100% + 32px);
}

.aside-banner__pict:before{
    content: "";
    display: block;
    padding-top: 81.61290322580645%;
}

.aside-banner__list{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;

    padding: 32px 0 0;
}

.aside-banner__list-row{
    position: relative;
    padding-left: 32px;
    margin-top: 8px;
}

.aside-banner__list-row:first-child{
    margin-top: 0;
}

.aside-banner__list-row:before{
    content: "";

    position: absolute;
    left: 0;
    top: 0;

    width: 24px;
    height: 24px;

    border-radius: 4px;
    background: center center / 16px no-repeat #fff;
}

.aside-banner__list-row.g-row:before{
    background-image: url("/images/blog/gantt-icon.svg");
}

.aside-banner__list-row.ev-row:before{
    background-image: url("/images/blog/event-calendar-icon.svg");
}

.aside-banner__list-row.d-row:before{
    background-image: url("/images/blog/diagram-icon.svg");
}

.aside-banner__list-row.j-row:before{
    background-image: url("/images/blog/js-icon.svg");
}

.aside-banner__btn{
    line-height: 0;

    padding-top: 24px;
}

.aside-banner__btn a{
    width: 100%;
}

@media screen and (max-width: 1180px){
    .aside-banner__title{
        font-size: 24px;
    }
}

.post-reading-time{
    display: inline-block;
    vertical-align: middle;

    color: #5f5f5f;

    margin-left: 6px;
}

.post-reading-time:before{
    content: "\2022";

    display: inline-block;
    margin-right: 6px;
}

.post-head-author{
    position: relative;
    display: inline-block;
    vertical-align: middle;

    padding-left: 24px;
}

.post-head-author__avatar{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;

    width: 20px;
    height: 20px;
    border-radius: 50%;

    background-color: #c5c5c5;
    overflow: hidden;
}

.post-head-author__avatar img,
.post-author__avatar img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}

.post-head-author__name a:active{
    color: #2095f3;
}

@media screen and (min-width: 1025px){
    .post-head-author__name a{
        transition: color 0.25s ease-in-out;
    }

    .post-head-author__name a:hover{
        color: #2095f3;
    }
}

.post-author-title{
    position: relative;

    font: 400 24px "Roboto", Arial, sans-serif;
    padding-bottom: 11px;

    border-bottom: 4px solid #f7f7f7;
}

.post-author-title:before{
    content: "";

    position: absolute;
    left: 0;
    bottom: -4px;

    width: 100px;
    border-top: 4px solid #22b4f6;

    z-index: 1;
}

.post-author{
    position: relative;
    padding-left: 120px;
    margin-top: 35px;
    min-height: 80px;
}

.post-author__avatar{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -50px;

    width: 100px;
    height: 100px;

    border-radius: 50%;
    overflow: hidden;
}

.post-author__name a{
    font: 400 24px "Roboto", Arial, sans-serif;

    transition: color 0.15s ease-in-out;
}

.post-author__name a:hover{
    color: #202020;
}

.post-author__description{
    font-size: 16px;
    line-height: 1.375;

    max-width: 230px;
    margin-top: 9px;
}

.related-posts-section{

}

.related-posts-title,
.blog-title{
    font: 500 30px/1.333333333333333 "Roboto", Arial, sans-serif;
}

.related-posts{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    font-size: 0;
    line-height: 0;

    margin: -12px;
    padding-top: 24px;
}

@media screen and (min-width: 787px){
    .home.related-posts{
        padding-top: 32px;
    }
}

.related-post-item{
    width: 25%;
    padding: 12px;
    min-width: 318px;

    box-sizing: border-box;
}

.post,
.post__inside,
.post__pict,
.post__title,
.post__footer{
    display: block;
}

.post{
    font-size: 16px;
    line-height: 1.25;
}

.post__inside{

}

.post__pict{
    background: center center / cover no-repeat #f7f7f7;
}

.post__pict:before{
    content: "";

    display: block;
    padding-top: 81.68376132365052%;
}

.post__title{
    color: #03a9f4;

    min-height: 60px;
    margin-top: 32px;

    transition: color 0.15s ease-in-out;

    display: -webkit-box;

    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post__title:hover{
    color: #202020;
}

.post__footer{
    margin-top: 10px;
}

@media screen and (max-width: 1280px){
    .related-post-item{
        min-width: 0;
    }
}

@media screen and (max-width: 1023px){
    .related-posts{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;

        margin: -16px -12px;
    }

    .related-post-item{
        width: 50%;
        padding: 16px 12px;
    }
}

@media screen and (max-width: 767px){
    .related-posts-title,
    .blog-title{
        font-size: 24px;
    }

    .post-author-title{
        font-size: 20px;
        margin-top: 30px;
        border-bottom-width: 2px;
    }

    .post-author-title:before{
        border-top-width: 2px;
        bottom: -2px;
    }

    .post-author{
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 70px;
    }

    .post-author__avatar{
        width: 50px;
        height: 50px;
        margin-top: -25px;
    }

    .post-author__name a{
        font-size: 20px;
    }

    .related-posts-title{
        font-size: 26px;
    }

    .dhx-share__btn{
        padding: 10px;
    }
}

@media screen and (max-width: 628px){
    .related-post-item{
        width: 100%;
    }

    .post__title{
        display: block;
        min-height: 0;
    }
}

.share-post-block{
    position: relative;

    display: inline-block;
    vertical-align: middle;

    color: #03A9f4;

    padding-left: 19px;

    transition: color 0.15s ease-in-out;

    cursor: pointer;
}

.share-post-block:hover,
.share-post-block.active{
    color: #1876d2;
}

.share-post-block__icon-elem{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
}

.share-post-block__icon{
    width: 15px;
    height: 15px;
}

.share-post-block__icon.line{
    fill: #717171;
    transition: all 0.15s ease-in-out;
}

.share-post-block:hover .share-post-block__icon.line,
.share-post-block.active .share-post-block__icon.line{
    fill: #1876d2;
}

.share-post{
    display: inline-block;
    vertical-align: middle;

    line-height: 0;

    margin-left: 5px;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition: all 0.3s ease-in-out;
}

.share-post.active{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.share-post .dhx-share__btn{
    padding: 7px;
    margin: 0 0 0 6px;
}

.share-post .dhx-share__btn:first-child{
    margin: 0;
}

.share-post .dhx-share__svg,
.share-post .dhx-share__use {
    height: 15px;
    width: 15px;
}

.aside-sticky-elem{
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
}

.admin-bar .aside-sticky-elem{
    top: 122px;
}

.aside-link-container{
    padding: 43px 0 42px;
    margin: 52px -20px 0 -10px;

    border: 1px solid #03a9f4;

    background: url("/images/aside-link-bg.png") center center / 100% no-repeat #fff;
}

.aside-link-elem{
    display: block;

    color: #2095f3;
    font: 500 18px/2.777777777777778 "Roboto", Arial, sans-serif;
    text-align: center;

    width: 194px;
    margin: 0 auto;

    border: 1px solid #2095f3;

    border-radius: 30px;
    background-color: #fff;
}

.aside-link-elem:active{
    transform: translateY(1px);
}

@media screen and (max-width: 1280px){
    .aside-sticky-elem{
        max-width: 500px;
    }

    .aside-link-container{
        margin: 32px 0 0;
    }
}

@media screen and (min-width: 1025px){
    .aside-link-elem{
        transition: all 0.25s ease-in-out;
    }

    .aside-link-elem:hover{
        color: #fff;

        background-color: #2095f3;
    }
}

@media screen and (max-width: 1024px){
    .aside-sticky-elem{
        top: 24px;
    }

    .admin-bar .aside-sticky-elem{
        top: 56px;
    }
}

@media screen and (max-width: 1023px){
    .aside-sticky-elem{
        position: relative;
        top: auto;

        margin-top: 48px;
    }

    .admin-bar .aside-sticky-elem{
        top: auto;
    }
}

@media screen and (max-width: 767px){
    .aside-sticky-elem{
        margin-top: 40px;
    }
}

/* post banners */
.post-banner{
    margin: 20px 0 20px;
    padding: 15px 16px 17px;

    background-color: #f1f7fb;

    overflow: hidden;
}

.post-banner__inside{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.post-banner__title{
    color: #202020;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
}

.post-banner__text{
    color: #5f5f5f;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.post-banner__btn{
    line-height: 0;

    margin-left: auto;
    min-width: 240px;
    padding-left: 20px;
}

.post-banner__btn a{
    display: block;
}

@media screen and (max-width: 767px){
    .post-banner__inside{
        display: block;
    }

    .post-banner__btn{
        padding: 16px 0 0;
    }

    .post-banner__btn a{
        display: inline-block;
    }
}

@media screen and (max-width: 420px){
    .post-banner__btn a{
        display: block;
    }
}

/*  */
.dev-banner{
    position: relative;

    box-shadow: 0 2px 5px 0 rgba(13, 12, 12, 0.1);
    background-color: #f1f7fb;

    overflow: hidden;
}

.dev-banner__bg{
    position: absolute;
    right: -95px;
    top: -73px;

    width: 620px;

    background: url("/images/blog/widgets.png") center center / 100% no-repeat;

    z-index: 0;
}

.dhx-posts-container .dev-banner__bg{
    left: 55%;
}

.dev-banner__bg:before{
    content: "";

    display: block;
    padding-top: 60.96774193548387%;
}

.dev-banner__inside{
    position: relative;

    padding: 50px 32px;

    z-index: 1;
}

.dev-banner__title{
    color: #202020;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.333333333333333;
}

.dev-banner__text{
    color: #5f5f5f;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;

    padding-top: 4px;
}

.dev-banner__btn{
    line-height: 0;

    padding-top: 32px;
}

.dev-banner__btn a{
    min-width: 240px;
}

@media screen and (max-width: 1024px){
    .dev-banner__bg{
        right: auto;
        left: 330px;
        top: -10px;
    }

    .dev-banner__inside{
        padding: 24px;
    }

    .dev-banner__btn{
        padding-top: 24px;
    }
}

@media screen and (max-width: 650px){
    .dev-banner__bg{
        left: auto;
        right: -30px;
        top: auto;
        bottom: -40px;

        width: 370px;
    }

    .dev-banner__inside{
        padding: 10px 16px 186px;
    }

    .dev-banner__title{
        font-size: 24px;
    }

    .dev-banner__text{
        font-size: 14px;
    }

    .dev-banner__btn{
        padding-top: 20px;
    }

    .dev-banner__btn a{
        width: 100%;
        max-width: 314px;
    }
}

/* head in article */
.article-info{
    color: #5f5f5f;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.428571428571429;

    padding: 16px 0;
    margin-bottom: 16px;

    border-top: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
}

.article-info__inside{
    position: relative;

    padding-left: 48px;
}

.article-info__author-avatar{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;

    line-height: 0;

    border-radius: 50%;

    overflow: hidden;
}

.article-info__author-avatar img{
    width: 40px;
    height: auto;
}

.article-info__row{
    padding-top: 4px;
}

.article-info__row:first-child{
    padding: 0;
}

.article-info__author-name{

}

.article-info__author-info{
    color: #b6b6b6;
}

.article-info__div{
    position: relative;
    top: -2px;

    display: inline-block;
    vertical-align: middle;

    width: 3px;
    height: 3px;

    margin: 0 6px;

    border-radius: 50%;
    background-color: #5f5f5f;
}

@media screen and (max-width: 1180px){
    .article-info{
        margin-top: 0;
    }
}

@media screen and (max-width: 414px){
    .article-info__row{
        padding: 0;
    }

    .article-info__comment{
        display: block;
    }

    .article-info__r-time + .article-info__div{
        display: none;
    }
}

@media screen and (max-width: 374px){
    .article-info__author-info{
        display: block;
    }
}

/* upd */
@media screen and (min-width: 1025px){
    .admin-bar .dhx-navigation{
        top: 32px;
    }
}

@media screen and (max-width: 600px){
    html #wpadminbar{
        position: fixed;
    }
}

.blog-main-title{
    color: #202020;
    font: 600 44px/1.2727272727 "Roboto", Arial, sans-serif;
}

.blog-main-title strong{
    color: #2095f3;
    font-weight: 600;
    font-family: "Roboto", Arial, sans-serif;
}

.blog-main-title.home{
    letter-spacing: -0.4px;
}

@media screen and (max-width: 1024px){
    .blog-main-title{
        font-weight: 500;
        font-size: 36px;
    }

    .blog-main-title strong{
        font-weight: 500;
    }
}

@media screen and (max-width: 767px){
    .blog-main-title{
        font-size: 30px;
        line-height: 1.3333333333;
    }
}

@media screen and (max-width: 500px){
    .blog-main-title.home{
        text-align: center;
        letter-spacing: normal;
    }
}

.posts-section{

}

.posts-section__head{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.posts-section__title{
    font: 500 30px/1.333333333333333 "Roboto", Arial, sans-serif;
}

.posts-section__body{

}

.posts-wrapper{
    position: relative;

    margin: -12px;
}

.category-post-elem{
    padding: 12px;

    box-sizing: border-box;
}

@media screen and (min-width: 1024px){
    .posts-wrapper{
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .category-post-elem{
        width: 50%;
    }
}

.category-post{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.category-post__picture{
    display: block;

    width: 100%;
    max-width: 294px;
    min-width: 294px;

    margin-right: 16px;
}

.category-post__img{
    display: block;

    background: left top / cover no-repeat;
}

.category-post__img:before{
    content: "";

    display: block;
    padding-top: 79.93197278911565%;
}

.category-post__body{

}

.category-post__title{
    display: inline-block;

    color: #202020;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.333333333333333;

    padding: 3px 0 10px;
}

.category-post__title:active{
    color: #2095f3;
}

@media screen and (min-width: 1025px){
    .category-post__title{
        transition: color 0.25s ease-in-out;
    }

    .category-post__title:hover{
        color: #2095f3;
    }
}

.category-post__info{
    color: #5f5f5f;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.428571428571429;
}

.category-post__author{
    display: inline-block;
}

.category-post__author a{
    color: #5f5f5f;
}

.category-post__author a:active{
    color: #2095f3;
}

@media screen and (min-width: 1025px){
    .category-post__author a{
        transition: color 0.25s ease-in-out;
    }

    .category-post__author a:hover{
        color: #2095f3;
    }
}

.category-post__info-inside{
    display: block;

    padding: 5px 0;
    margin: 8px 0 10px;

    border-top: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
}

.category-post__date{
    margin-right: 6px;
}

.category-post__date:after{
    content: "\2022";

    display: inline-block;

    margin-left: 9px;
}

.category-post__reading-time{
    display: inline-block;
}

@media screen and (max-width: 1280px){
    .category-post__picture{
        max-width: 258px;
        min-width: 258px;
    }
}

@media screen and (max-width: 1023px){
    .posts-wrapper{
        margin: -16px 0;
    }
}

@media screen and (max-width: 767px){
    .posts-section__title{
        font-size: 24px;
    }
}

@media screen and (max-width: 628px){
    .posts-section__title{
        padding-bottom: 8px;
    }

    .category-post,
    .posts-section__head{
        display: block;
    }

    .category-post__picture{
        max-width: none;
        min-width: 0;
        margin: 0 0 16px;
    }

    .category-post__title{
        padding-top: 0;
    }
}

/* releases */
.posts-releases{
    position: relative;

    margin: -12px;
}

@media screen and (min-width: 1024px){
    .posts-releases{
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }


    .posts-releases .category-post-elem:first-child .category-post{
        display: block;
    }

    .posts-releases .category-post-elem:first-child .category-post__picture{
        width: 100%;
        max-width: none;
        min-width: 0;

        margin: 0 0 16px;
    }

    .posts-releases .category-post-elem:first-child .category-post__img:before{
        padding-top: 49.83277591973244%;
    }

    .posts-releases .category-post-elem:first-child .category-post__title{
        font-size: 24px;

        padding: 0 0 8px;
    }

    .posts-releases .category-post-elem:first-child .category-post__text{
        font-size: 18px;
    }

    .posts-releases .category-post-elem:last-child{
        position: absolute;

        top: 50%;
        right: 0;
    }

    .posts-releases .category-post-elem:first-child .category-post__info{
        padding: 15px 0;
        margin-bottom: 8px;

        border-top: 1px solid #f7f7f7;
        border-bottom: 1px solid #f7f7f7;
    }

    .posts-releases .category-post-elem:first-child .category-post__info-inside{
        display: inline-block;

        padding: 0;
        margin: 0;

        border: none;
    }

    .posts-releases .category-post-elem:first-child .category-post__date,
    .category-quest__info .category-post__date{
        display: inline-block;

        margin-left: 6px;
    }

    .posts-releases .category-post-elem:first-child .category-post__date:before,
    .category-quest__info .category-post__date:before{
        content: "\2022";

        display: inline-block;

        margin-right: 9px;
    }
}

@media screen and (min-width: 1024px){
    .posts-releases .category-post-elem:nth-child(2){
        position: absolute;
        right: 0;
        top: 0;
    }

    .posts-releases .category-post-elem{
        height: 50%;
    }

    .posts-releases .category-post,
    .posts-releases .category-post__picture,
    .posts-releases .category-post__img{
        height: 100%;
    }

    .posts-releases .category-post-elem:first-child,
    .posts-releases .category-post-elem:first-child .category-post{
        height: auto;
    }

    .posts-releases .category-post-elem:last-child{
        top: auto;
        bottom: 0;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1179px){
    .category-post__title{
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;

        padding: 0;
        margin: 3px 0 10px;
    }

    .posts-releases .category-post-elem:nth-child(2) .category-post__title,
    .posts-releases .category-post-elem:last-child .category-post__title{
        -webkit-line-clamp: 3;
    }

    .posts-releases .category-post-elem:first-child .category-post__title{
        margin: 0;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1024px){
    .category-post__reading-time,
    .category-post__reading-time:before,
    .posts-releases .category-post-elem:first-child .category-post__date,
    .category-quest__info .category-post__date,
    .category-quest__info .category-post__date:before{
        margin: 0;
    }

    .posts-releases .category-post-elem:first-child .category-post__date:before{
        margin-right: 3px;
    }
}

@media screen and (max-width: 1023px){
    .posts-releases{
        margin: -16px 0;
    }

    .category-post-elem{
        padding: 16px 0;
    }
}

/* guest posts */
.category-quest-elem{
    width: 33.33333333333333333%;
    padding: 12px;

    box-sizing: border-box;
}

.category-quest{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /*-webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;*/

    height: 100%;
}

.category-quest .category-post__title{
    padding: 0 0 8px;
}

.category-quest__text{
    font-size: 16px;
    line-height: 26px;

    padding-bottom: 20px;
}

.category-quest__info{
    font-size: 14px;
    line-height: 1.428571428571429;


}

/*.category-quest__text{
    margin-top: auto;
}*/

.category-quest__info{
    color: #5f5f5f;

    padding: 5px 0;
    margin-top: auto;

    border-top: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
}

@media screen and (min-width: 1024px) and (max-width: 1179px){
    .guest-posts .category-post__title{
        margin: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px){
    .guest-posts{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .category-quest-elem{
        width: 50%;
    }

    .category-quest-elem:last-child{
        position: absolute;
        right: 0;
        top: 0;

        height: 100%;
    }
}

@media screen and (max-width: 1023px){
    .guest-posts{
        margin: -16px -12px;
    }

    .category-quest-elem{
        padding: 16px 12px;
    }

    .category-quest__info{
        margin-top: 8px;
    }
}

@media screen and (max-width: 767px){
    .category-quest-elem{
        width: auto;
    }
}

/* banner - write for us */
.mini-banner{
    text-align: center;

    height: 100%;

    box-shadow: 0 2px 5px 0 rgba(13, 12, 12, 0.1);
    background-color: #f1f7fb;
}

.mini-banner__inside{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;

    height: 100%;
    padding: 24px;

    background: url("images/mini-banner-left.png") left bottom / 74px no-repeat, url("images/mini-banner-right.png") right top / 98px no-repeat;

    box-sizing: border-box;
}

.mini-banner__title{
    font-weight: 500;
    font-size: 24px;
    line-height: 1.333333333333333;
}

.mini-banner__btn{
    line-height: 0;

    padding-top: 30px;
}

.mini-banner__btn .button-secondary{
    width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1024px){
    .mini-banner__inside{
        background: url("images/mini-banner-left-1024.png") left bottom / 73px no-repeat, url("images/mini-banner-right.png") right top / 139px no-repeat;
    }
}

@media screen and (max-width: 1024px){
    .mini-banner__btn .button-secondary{
        max-width: 324px;
    }
}

@media screen and (max-width: 767px){

}

/* new breadcrumbs */
.breadcrumbs-container{
    font-weight: 400;
    font-size: 18px;
    line-height: 1.333333333333333;
}

.breadcrumbs-link,
.breadcrumbs-chevron{
    display: inline-block;
    vertical-align: middle;
}

.breadcrumbs-link{
    color: #b6b6b6;
}

.breadcrumbs-title{
    position: relative;
    top: 2px;
}

.breadcrumbs-link:active{
    color: #2095f3;
}

@media screen and (min-width: 1025px){
    .breadcrumbs-link{
        transition: color 0.25s ease-in-out;
    }

    .breadcrumbs-link:hover{
        color: #2095f3;
    }
}

.breadcrumbs-icon{
    position: relative;
    top: 1px;

    margin: 0 -5px;
}

.breadcrumbs-chevron{
    width: 24px;
    height: 24px;
}

.breadcrumbs-chevron.line{
    fill: #202020;
}

.breadcrumbs-title{
    color: #202020;
}

/* post bottom info */
.post-footer{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;

    padding: 14px 0 10px;
    margin-top: 50px;

    border-top: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
}

.post-footer__title{
    color: #b6b6b6;
    font-weight: 400;
}

@media screen and (max-width: 767px){
    .post-footer{
        display: block;
    }

    .dhx-share-container{
        margin: 0 0 24px;
    }
}

/* post tags */
.post-tags{
    font-size: 0;
    line-height: 0;

    margin: -8px;
    padding-top: 9px;
}

.post-tag-elem{
    display: inline-block;
    vertical-align: middle;

    padding: 8px;
}

.post-tag{
    display: inline-block;

    color: #2095f3;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.428571428571429;

    padding: 2px 23px;

    border: 2px solid #2095f3;
    border-radius: 20px;
}

.post-tag:active{
    background-color: #f1f7fb;
}

@media screen and (min-width: 1025px){
    .post-tag{
        transition: background-color 0.25s ease-in-out;
    }

    .post-tag:hover{
        background-color: #f1f7fb;
    }
}

/* new related posts */
.related-post,
.related-banner{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

    height: 100%;
}

.related-post__picture{
    display: block;

    background: left top / cover no-repeat;
}

.related-post__picture:before{
    content: "";

    display: block;
    padding-top: 79.93197278911565%;
}

.related-post__title{
    display: inline-block;

    color: #202020;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.6;

    padding-top: 16px;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home .related-post__title{
    font-size: 18px;
    line-height: 1.33333333333333333;
}

.related-post__title:active{
    color: #2095f3;
}



@media screen and (min-width: 1025px){
    .related-post__title{
        transition: color 0.25s ease-in-out;
    }

    .related-post__title:hover{
        color: #2095f3;
    }
}

.related-post__footer{
    color: #5f5f5f;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.428571428571429;

    padding-top: 8px;
    margin-top: auto;
}

.related-post__date{
    display: inline-block;
    margin-right: 6px;
}

.related-post__date:after{
    content: "\2022";

    display: inline-block;
    margin-left: 6px;
}

.related-post__modified-date{
    font-style: italic;
}

.related-post__reading-time{
    display: inline-block;
}

/* banner in related posts line */
.related-post-banner{
    width: 25%;
    padding: 12px;

    box-sizing: border-box;
}

.related-banner{
    padding: 24px;

    border-radius: 4px;
    box-shadow: 0 4px 16px 0 rgba(77, 77, 77, 0.12), 0 1px 2px 0 rgba(77, 77, 77, 0.06);
    background-color: #f1f7fb;

    box-sizing: border-box;
}

.related-banner__title{
    font-weight: 500;
    font-size: 24px;
    line-height: 1.333333333333333;
}

.related-banner__text{
    color: #5f5f5f;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;

    padding-top: 12px;
}

.related-banner__btn{
    margin-top: auto;
}

@media screen and (max-width: 1023px){
    .related-post-banner{
        width: 50%;
        padding: 16px 12px;
    }
}

@media screen and (max-width: 767px){
    .related-post__title{
        font-size: 18px;
    }
}

@media screen and (max-width: 628px){
    .related-post-banner{
        width: 100%;
    }
}


/* blog grid */
@media screen and (min-width: 1024px){
    .blog-container{
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .blog-container__body{
        width: 100%;
        margin-right: 80px;

        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .blog-container__aside{
        width: 100%;
        max-width: 240px;
        min-width: 240px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1024px){
    .blog-container__body{
        margin-right: 32px;
    }

    .blog-container__aside{
        max-width: 200px;
        min-width: 200px;
    }
}

/* */
.dhx-posts-container{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.dhx-post,
.pagination-area{
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
}

.dhx-post:first-child{
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.dhx-post:nth-child(2){
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.dhx-post:nth-child(3){
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}

.dhx-post:nth-child(4){
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
}

.dhx-post:nth-child(5){
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
}

.dhx-post-banner{
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
}

.with-top-post .dhx-post-banner{
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
}

@media screen and (max-width: 1024px){
    .dhx-post-entry{
        padding-left: 274px;
        min-height: 206px;
        max-width: none;
    }

    .dhx-post-thumbnail{
        width: 258px;
    }

    .post-title{
        font-size: 18px;
        line-height: 1.333333333333333;

        padding: 3px 0 10px;
    }

    .dhx-post-entry-content{
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;

        padding: 0;
    }

    .post-entry-details{
        margin: 0;
        padding: 0;

        border: none;
    }

    .post-entry-details__info{
        display: block;

        padding: 5px 0;
        margin: 8px 0 10px;

        border-top: 1px solid #f7f7f7;
        border-bottom: 1px solid #f7f7f7;
    }

    .dhx-post .post-date{
        margin: 0;
    }

    .dhx-post .post-date:before{
        display: none;
    }
}

@media screen and (min-width: 1024px){
    .aside-mobile-title{
        display: none;
    }

    .aside-body{
        height: auto!important;
    }

    .blog-content{
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .blog-content__body{
        width: 100%;
        max-width: 900px;
        margin-right: 30px;
    }

    .blog-content__aside{
        width: 100%;
        min-width: 290px;
        max-width: 290px;
    }
}

@media screen and (max-width: 1023px){
    .blog-container__aside{
        margin: 0 -20px;
        padding: 0 20px;
    }

    .aside-nav-container__inside{
        margin: 0 -20px;
        padding: 0 20px;

        border-top: 1px solid #dedede;
        border-bottom: 1px solid #dedede;
    }

    .aside-mobile-title{
        position: relative;

        font: 600 18px/2.555555555555556 "Roboto", Arial, sans-serif;
    }

    .aside-mobile-title__icon{
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -16px;

        transition: transform .15s ease-in-out;
    }

    .aside-mobile-title.active .aside-mobile-title__icon{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .aside-nav{
        padding-top: 16px;
    }

    .aside-nav:first-child{
        padding-top: 8px;
    }

    .aside-nav:last-child{
        padding-bottom: 8px;
    }

    .aside-body{
        height: 0;
        opacity: 0;

        transition: all 0.25s ease-in-out;

        overflow: hidden;
    }

    .aside-body.active{
        opacity: 1;
    }

    .aside-nav__title{
        font-size: 18px;
        line-height: 1.333333333333333;
    }
}

@media screen and (max-width: 628px){
    .dhx-post-entry{
        padding: 0;
    }

    .dhx-post-thumbnail{
        position: relative;

        width: auto;
    }

    .post-title{
        font-weight: 600;

        padding: 16px 0 10px;
    }
}

/* guest banner */
.guest-banner{
    max-width: 360px;
    padding: 24px 16px 70px;
    background: url("images/guest-banner-left.png") left bottom / 65px no-repeat, url("images/guest-banner-right.png") right top / 38px no-repeat #f1f7fb;
}

.guest-banner__inside{

}

.guest-banner__title{
    font-weight: 500;
    font-size: 30px;
    line-height: 1.3333333333333;
    text-align: center;
}

.guest-banner__list{
    position: relative;

    color: #5f5f5f;
    line-height: 1.5;

    margin-top: 24px;
}

.guest-banner__list:before{
    content: "";

    position: absolute;
    top: 11px;
    bottom: 10px;
    left: 2px;

    border-left: 1px dashed #03a9f4;
}

.guest-banner__list-row{
    position: relative;

    margin-top: 4px;
    padding-left: 16px;
}

.guest-banner__list-row:first-child{
    margin: 0;
}

.guest-banner__list-row:before{
    content: "";

    position: absolute;
    left: 0;
    top: 10px;

    width: 5px;
    height: 5px;

    border-radius: 50%;
    background-color: #03a9f4;
}

.guest-banner__list-row:last-child:after{
    content: "";

    position: absolute;
    left: -2px;
    top: 8px;

    width: 9px;
    height: 9px;

    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(3, 169, 244, 0.1);
    background-color: rgba(3, 169, 244, 0.6);
}

.guest-banner .button-secondary{
    white-space: nowrap;

    width: 100%;
}

@media screen and (min-width: 1024px) and (max-width: 1024px){
    .guest-banner__title{
        font-size: 24px;
    }

    .guest-banner__list{
        font-size: 14px;
        line-height: 20px;
    }

    .guest-banner__list:before{
        bottom: 25px;
    }
}

@media screen and (max-width: 767px){
    .guest-banner__title{
        font-size: 24px;
    }
}

@media screen and (min-width: 1360px){
    .to-top-container{
        position: absolute;
        left: calc(100% + 24px);
        top: 0;

        display: block;

        width: 0;
        height: calc(100% - 12px);
    }

    .to-top-container__inside{
        position: -webkit-sticky;
        position: sticky;
        top: 90px;

        display: flex;
        align-items: flex-end;

        height: 618px;
    }

    .admin-bar .to-top-container__inside{
        top: 122px;
    }

    .to-top{
        transition: background-color 0.15s ease-in-out;
    }
}

.to-top{
    display: block;

    width: 48px;
    height: 50px;

    padding: 11px 10px;
    margin-top: 8px;

    border: 2px solid #2095f3;
    border-radius: 50px;

    box-sizing: border-box;

    cursor: pointer;
}

.to-top:active{
    background-color: rgba(32, 149, 243, 0.20);
}

@media screen and (min-width: 1360px){
    .to-top:hover{
        background-color: rgba(32, 149, 243, 0.20);
    }
}

.to-top-icon{
    width: 24px;
    height: 24px;

    pointer-events: none;
}

.to-top-icon.line{
    fill: #2095f3;
}

@media screen and (max-width: 1360px){
    .to-top-container{
        left: calc(100% + 12px);
    }
}

@media screen and (max-width: 1359px){
    .to-top-container{
        position: fixed;
        left: auto;
        bottom: 40px;
        right: 15px;

        z-index: 10;
    }

    .to-top{
        margin: 0;

        background-color: #fff;

        opacity: 0;
        transition: opacity 0.25s ease-in-out;
    }

    .to-top.active{
        opacity: 1;
    }
}

@media screen and (max-width: 767px){
    .to-top{
        background-color: rgba(32, 149, 243, 0.20);
    }
}

/* comparison table in post */
.comp-table-container{
    padding: 24px 0;
}

.comp-table__tr.empty,
.comp-table__tr.m{
    background-color: #f1f7fb;
}

.page-content .comp-table__td{
    padding: 0;
}

.page-content .comp-table{
    margin: 0;
}

.page-content .comp-table__td.empty{
    height: 8px;
    padding: 0;
}

@media screen and (min-width: 768px){
    .comp-table__col:first-child{
        display: none;
    }
}

.expanded-table{
    height: 0;

    overflow: hidden;

    will-change: height;
    transition: height 0.5s ease-in-out;
}

.see-more-btn{
    display: block;

    color: #2095f3;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;

    padding: 1px 0 4px;

    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #f1f7fb;

    cursor: pointer;
}

.see-more-btn__text,
.see-more-btn__arrow{
    display: inline-block;
    vertical-align: middle;
}

.see-more-btn__text{

}

.see-more-btn__arrow{
    position: relative;
    top: 1px;

    margin-left: 2px;

    transform: rotate(90deg);

    transition: transform 0.15s ease-in-out;
}

.see-more-btn.active .see-more-btn__arrow{
    transform: rotate(-90deg);
}

.see-more-icon{
    width: 24px;
    height: 24px;
}

.see-more-icon.line{
    fill: #2095f3;
    transition: all 0.25s ease-in-out;
}

.comp-table__td{
    text-align: center;

    height: 48px;

    box-sizing: border-box;
}

.comp-table__td:first-child{
    text-align: left;
}

.comp-table__tr.h{
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
}

.page-content .comp-table__td.h:first-child{
    border-left: none;
    border-top: none;
}

.page-content .comp-table__td{
    padding: 12px 16px;
}

.comp-table__tr.m{
    font-weight: 600;
    font-size: 18px;

    background-color: #f1f7fb;
}

@media screen and (min-width: 768px){
    .page-content .comp-table__td.m{
        height: 40px;
        padding-top: 0;
        padding-bottom: 0;

        border: none;
    }

    .page-content .comp-table__td.m:first-child{
        border-left: 1px solid #ccc;
    }

    .page-content .comp-table__td.m:last-child{
        border-right: 1px solid #ccc;
    }
}

.comp-table-icon,
.comp-table-negative{
    display: inline-block;
    vertical-align: middle;
}

.comp-table-icon{
    padding: 0 6px;
}

.comp-table-negative{
    height: 2px;
    width: 14px;

    background-color: #ff5252;
}

.positive-icon{
    width: 28px;
    height: 29px;
}

.positive-icon.line{
    fill: #2ac465;
}

.expanded-table .comp-table__tr:first-child .comp-table__td{
    border-top: none;
}

@media screen and (max-width: 767px){
    .comp-table__tr.h,
    .comp-table__tr.empty{
        display: none;
    }

    .page-content .comp-table{
        font-size: 16px;
    }

    .comp-table__tr{
        display: block;
    }

    .comp-table__td{
        display: flex;
        justify-content: center;
        align-items: center;

        height: auto;
    }

    .comp-table__td.f{
        justify-content: center;

        font-weight: 600;

        width: auto;

        border-top: none;
        background-color: #f1f7fb;

    }

    .comp-table__td.f + .comp-table__td{
        border-top: none;
        border-bottom: none;
    }

    .comp-table__col{
        width: 50%;
    }

    .comp-table__tr.empty + .comp-table__tr .comp-table__td:first-child{
        border-top: 1px solid #ccc;
    }

    .comp-table__td.m{
        display: none;
    }

    .comp-table__td.f.m{
        display: flex;
        justify-content: flex-start;
    }
}
