@media screen and (max-width: 1100px) {
    .profile-blog-head {
        background-size: 150%;
    }
}

@media screen and (max-width: 960px) {
    .main {
        max-width: 100% !important;
        padding: 0 10px;
        box-sizing: border-box;
    }
    header .logo {
        margin-right: 0;
    }

    nav .dropdown-toggle > .dropdown-icon {
        padding: 3px;
        margin: 2px;
    }

    nav .open .dropdown-toggle > .dropdown-icon {
        margin: -2px 2px;
    }

    header .send_request {
        margin-left: 7px;
        font-size: 12.5px;
        line-height: 28px;
    }

    .netpeak .cell {
        width: 15%;
    }

    .netpeak .cell.big {
        width: 30%;
    }

    footer .social-info {
        display: none;
    }

    footer .navigation .nav-block {
        margin: 0 15px 0 0;
        width: 120px;
    }

    .mini-post {
        display: none;
    }

    .blog-post-content, .post-recommend, .post-subscribe, .post-comments {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .table-bordered.table-big {
        margin-left: 0;
        width: 100%;
    }

    .blog-post-content p,
    .mini-post-handler,
    .social-quote,
    .blog-post-content ul,
    .blog-post-content ol,
    .post-source,
    .post-tags,
    .blog-post-h3,
    .blog-post-h4,
    .blog-post-content h2,
    .post-author {
        max-width: 600px;
    }

    .blog-post-content ul,
    .profile-blog-head {
        background-size: 170%;
    }

    .blog-post-content .size-full {
        display: block;
        margin: 0 !important;
        width: 100% !important;
        height: 100% !important;
        position: relative;
    }

    .profile-top-ava-inside {
        margin-left: 10px;
    }
}

@media screen and (max-width: 955px) {
    .profile-nav {
        margin-bottom: 20px;
    }

    .overlay .search-form {
        left: calc(50% - 150px);
        max-width: 300px;
    }

    .search-form .input {
        border: solid 1px #9b9b9b;
        min-width: 300px;
    }

    .search-form .input-container {
        width: 300px;
    }

    .profile-nav .fl {
        width: 100%;
        text-align: center;
    }

    .profile-nav .fl li {
        float: none;
    }

    .profile-nav .fr {
        position: absolute;
        top: 86%;
        left: 0;
        text-align: center;
        width: 100%;
    }

    .header-username {
        display: none;
    }

    .more {
        margin-top: 20px;
    }

    .info-block.new .block,
    .info-block.new .block.long {
        width: 100%;
        display: block;
        height: 200px;
        margin: 0 0 20px;
    }

    .info_block_blocks .block:last-child {
        margin-bottom: 0;
    }

    .info-block_arrows {
        display: none;
    }

    .current-article .article-name {
        font-size: 20px;
        line-height: 27px;
    }

    .current-article .left {
        margin: 0 2% 0 0;
    }

    .current-article .right {
        width: 35%;
    }

    .info-block.new {
        margin: 55px 0 20px;
    }

    .info-block.new .info-block_data {
        padding: 0;
    }

    .info-block.new .row:last-child {
        margin: 0;
    }

    .info-block.new .long img {
        width: 100%;
        height: 85%;
    }

    header.fixed + .info-block.new {
        margin: 65px 0 0px;
    }

    .info_block_blocks .page .block.social-banner,
    .info_block_blocks .page .block.banner {
        display: block;
    }

    .block.social-banner .social-item .subscribe-button,
    .block.social-banner .social-item .subscribe-message {
        float: right;
    }

    .block-title {
        flex-direction: column;
    }

    .control {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        text-align: center;
        margin: 0 -3px 20px;
    }

    .info-block .block-title .sort {
        min-width: 174px;
        padding: 10px;
        border: 1px solid #00B3E3;
        border-radius: 3px;
        margin: 0 3px 5px;
        display: block;
        flex-grow: 1;
    }

    .info-block .block-title .sort.active {
        background-color: #00B3E3;
        color: #ffffff;
    }

    h2 {
        margin: 0 0 20px;
    }

    footer .top .site-name {
        float: none;
        display: block;
        width: 100%;
        font-size: 16px;
        text-align: center;
        margin: 0 0 20px;
    }

    footer .top .right {
        float: none;
        text-align: center;
    }

    footer .navigation .nav-block,
    footer .navigation .nav-block:nth-last-child(2) {
        display: block;
        width: 100%;
        margin: 0 0 20px;
        text-align: center;
    }

    footer .navigation .nav-block .nav-item {
        margin: 0 10px 7px 0;
        display: inline-block;
    }

    footer .navigation .nav-block .nav-item .nav-link {
        font-size: 14px;
        line-height: 26px;
    }

    footer .main > div:last-child {
        text-align: center;
        padding: 20px 10px;
    }

    footer .send-material {
        display: block;
        margin: 0 auto;
    }

    footer .lang {
        margin: 0 10px 0 10px;
    }

    footer .bottom {
        text-align: center;
    }

    footer .logo {
        display: block;
        margin: 0 auto;
    }

    footer .navigation .nav-block .nav-name {
        cursor: pointer;
        margin: 0 0 10px;
    }

    .info_block_blocks .block .author-block {
        box-sizing: border-box;
        padding: 0 5px 0 0;
    }

    .profile-blog-head {
        background-size: 170%;
    }

    .blog-post-content .size-full {
        display: block;
        margin: 0 !important;
        max-width: 100%;
        position: relative;
    }

    .time.desktop {
        display: none;
    }

    .current-article .time.mobile {
        display: block;
        margin: 11px 0;
        float: right;
        font-size: 13px;
    }
}

@media screen and (min-width: 900px) {
    #banner-block-lg {
        display: inline-block;
    }

    #banner-block-md {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    #banner-block-lg {
        display: none;
    }

    #banner-block-md {
        display: inline-block;
    }
}

@media screen and (max-width: 768px) {
    header .mobile-option {
        display: flex;
    }

    .search_icon.desktop {
        display: none;
    }

    .search_icon.mobile {
        display: block;
    }
}

@media screen and (max-width: 830px) {
    /*.page*/

    .header-profile, header .login, .header-change-type {
        display: none;
    }

    header .send_request {
        margin-left: 7px;
        font-size: 12.5px;
    }

    /*profile*/
    .profile-info-table td:first-child {
        width: 120px;
        padding-right: 20px;
    }

    .current-article-post .main {
        max-width: 100%;
    }

    .current-article-post .footer {
        position: static;
    }

    .current-article-post {
        height: auto;
    }


    .blog-post-h3 {
        font-size: 19px;
    }

    .blog-post-h4 {
        font-size: 16px;
    }

    .social-quote {
        margin: 25px 0;
    }

    .social-quote-content {
        font-size: 17px;
        padding-left: 10px;
    }

    .post-source, .post-author {
        margin-top: 50px;
    }

    .post-tags {
        margin-top: 20px;
    }

    .comments-tabs {
        margin-bottom: 25px;
    }

    .comment {
        padding: 0px;
        border-radius: 0;
        margin-top: 20px
    }

    .comment-content {
        margin-bottom: 40px;
    }

    .leave-comment {
        padding: 20px 0 0 0;
    }

    .leave-comment textarea {
        max-width: 100%;
    }

    .comment-rate {
        left: 4px;
    }

    .comment-rate-num {
        top: 60px;
    }

    .comment-left {
        padding-bottom: 10px;
    }

    .comment-answer {
        float: left;
        text-align: right;
    }

    .comments .comments-list {
        list-style: none;
        padding: 0;
    }

    .sub-comment {
        position: relative;
        margin: 0 0 0 -10px;
        left: 0;
        width: 100%;
    }

    .leave-comment .comment-left {
        display: none;
    }

    .comments-tabs a, .comments-tabs div  {
        float: left;
        clear: both;
        margin-bottom: 5px;
    }

    .section-padding {
        padding: 50px 0 !important;
    }

    .current-article .left {
        height: auto;
    }

    .current-article-post {
        padding-bottom: 40px;
    }

    .bx-wrapper .bx-viewport {
        margin-bottom: 0 !important;
    }

    .profile-blog-head {
        background-size: 170%;
    }

    .blog-post-content .size-full {
        display: block;
        margin: 0 !important;
        max-width: 100%;
        position: relative;
    }
}

@media screen and (max-width: 800px) {
    .profile-info-edit .col-6 {
        width: 100%;
    }

    .profile-info-edit .col-6:first-child {
        padding-bottom: 25px;
    }

    .profile-info-edit textarea {
        min-height: 140px;
    }

    .profile-info-edit .profile-info-table {
        width: 100%;
    }

    .current-article {
        height: auto;
        padding: 40px 0 15px;
    }

    .current-article .left {
        width: 100%;
        float: none;
        display: block;
        margin: 0;
    }

    .current-article .right {
        float: none;
        display: none;
        margin: 0;
        width: 100%;
        position: relative;
    }

    .current-article .subscribe {
        height: initial;
    }

    .netpeak .cell:nth-child(4),
    .netpeak .cell:nth-child(5) {
        display: none;
    }

    .netpeak .cell:nth-child(1),
    .netpeak .cell:nth-child(3) {
        width: 20%;
    }

    .netpeak .cell:nth-child(2) {
        width: 55%;
    }

    .netpeak .cell:nth-child(2) .netpeak-photo img {
        display: block;
        margin: 0 auto;
    }

    .netpeak .cell {
        width: 33%;
        margin: 0 5px 0 0;
    }

    .profile-blog-head {
        background-size: 170%;
    }

    .blog-post-content .size-full {
        display: block;
        margin: 0 !important;
        max-width: 100%;
        position: relative;
    }

    .aligncenter {
        width: 100% !important;
        height: 100% !important;
        margin: 0 !important;
    }
}

@media screen and (max-width: 760px) {
    .profile-blog-head {
        margin-top: 55px;
    }

    /*profile*/
    .profile-info .col-5 {
        width: 100%;
        padding-bottom: 40px;
    }

    .profile-info-table td:first-child {
        width: 90px;
    }

    .profile-info .col-6 {
        width: 100%;
    }

    .profile-info .col-1 {
        display: none;
    }

    .header-profile {
        margin-left: 32px;
    }

    .current-article-post {
        padding-top: 60px;
    }

    nav, .category-menu {
        display: none;
    }

    header .left {
        width: 35%;
        position: relative;
    }

    .search.mobile {
        display: inline-block;
        vertical-align: middle;
    }

    .post-share {
        flex-direction: row;
        flex-flow: row;
    }

    .menu-mobile {
        display: inline-block;
    }

    .profile-blog-head {
        background-size: 170%;
    }

    .blog-post-content .size-full {
        display: block;
        margin: 0 !important;
        max-width: 100%;
        position: relative;
    }

    .banner-wrapper {
        display: block;
        position: static;
        top: 0;
        margin: 0 0 20px 0;
        padding: 0;
    }
}

@media screen and (max-width: 670px) {

    .profile-top-ava {
        margin: 20px auto;
        text-align: center;
        float: none;
    }

    .profile-top-content {
        width: 100%;
    }

    .profile-top-content .col-5, .profile-top-content .col-7 {
        width: 100%;
        text-align: center;
    }

    .profile-top-content table {
        text-align: left;
        max-width: 300px;
        margin: 0 auto 20px;
    }

    /*profile*/
    .profile-nav .fl a {
        padding: 13px 12px;
        border-right: 0;
    }

    .profile-blog-head {
        background-size: 200%;
    }

    .blog-post-content .size-full {
        display: block;
        margin: 0 !important;
        max-width: 100%;
        position: relative;
    }

    .blog-post-content li {
        margin: 5px;
        max-width: 100%;
    }

    .comments-list .children {
        padding: 0;
    }

    .order-modal {
        padding: 0px;
    }

    .order-modal .form-close {
        top: 0px;
        right: -25px;
    }
}

@media screen and (max-width: 590px) {
    .search .search-form {
        width: 175px;
    }

    .search-header {
        display: none;
    }

    .table-bordered th, .table-bordered td {
        padding: 15px;
    }

    .profile-content {
        padding: 30px 0;
    }

    .profile-blog-head {
        background-size: 210%;
    }

    .post_content {
        padding-left: 5px !important;
    }

    .blog-post-content .size-full {
        display: block;
        margin: 0 !important;
        max-width: 100%;
        position: relative;
    }

    .blog-post-content li {
        margin: 5px;
        max-width: 100%;
    }

    .blog-post-content img {
        max-width: 100%;
    }

    .blog-post-content .pagination {
        display: ruby-text;
        margin-top: 20px;
    }

    .current-article .footer {
        flex-wrap: wrap;
    }

    .post-difficulty .cup .difficulty-text{
        display: inline-block;
    }

    .post-difficulty .cup .difficulty-text-full{
        display: none;
    }

    .current-article .footer .author-name {
        max-width: 100%;
        font-size: 14px;
    }

    .current-article .footer .info {
        height: inherit;
        justify-content:left;
        font-size: 13px;
    }
    .current-article .icon-views,
    .current-article .icon-like,
    .current-article .icon-comment {
        font-size: 13px;
    }
}

@media screen and (max-width: 525px) {
    .netpeak .cell:nth-child(3) {
        display: none;
    }

    .netpeak .cell:nth-child(1) {
        width: 35%;
    }

    .netpeak .cell:nth-child(2) {
        width: 60%;
    }

    .netpeak .cell:nth-child(2) .netpeak-photo img {
        display: block;
        margin-right: 0px;
    }

    .netpeak .cell {
        width: 50%;
    }
}

@media screen and (max-width: 500px) {
    .header-profile {
        margin-left: 20px;
    }

    header .left {
        width: 25%;
    }

    .current-article .article-name {
        font-size: 20px;
        line-height: 23px;
        padding: 10px 0;
    }

    .post-author-left {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    .post-author-ava {
        display: inline-block;
    }

    .post-author-social {
        width: 100%;
    }

    .post-author-right {
        width: 100%;
    }

    .profile-blog-head {
        background-size: 210%;
    }

    .blog-post-content .size-full {
        display: block;
        margin: 0 !important;
        max-width: 100%;
        position: relative;
    }

    .blog-post-content li {
        margin: 5px;
        max-width: 100%;
    }
}

@media screen and (max-width: 485px) {
    /*.comment-rate { left: 4px; bottom: 11px; }*/
    .full.search {
        z-index: 20;
        background: white;
        position: absolute;
        top: 75px;
        left: 0;
        width: 100%;
    }

    .full.search .search-form {
        display: block;
        width: 100%;
        left: 0;
        top: 0;
        right: auto;
    }

    .full.search .search-form .input {
        width: 100%;
        opacity: 1;
        border-radius: 0;
        border: none;
        border-bottom: solid 1px #9b9b9b;
    }

    .profile-blog-head {
        background-size: 225%;
    }

    .blog-post-content .size-full {
        display: block;
        margin: 0 !important;
        max-width: 100%;
        position: relative;
    }

    .blog-post-content li {
        margin: 5px;
        max-width: 100%;
    }
}

@media screen and (max-width: 440px) {
    .profile-blog-head {
        background-size: 220%;
    }

    .blog-post-content .size-full {
        display: block;
        margin: 0 !important;
        max-width: 100%;
        position: relative;
    }

    .blog-post-content li {
        margin: 5px;
        max-width: 100%;
    }

    .blog-post-content p {
        line-height: 27px;
        max-width: 600px;
        margin: 0 auto 30px;
        display: block;
    }
}

@media screen and (max-width: 425px) {
    span.time {
        display: none;
    }
}

@media screen and (max-width: 420px) {
    .profile-blog-head {
        background-size: 250%;
    }

    .blog-post-content .size-full {
        display: block;
        margin: 0 !important;
        max-width: 100%;
        position: relative;
    }

    .blog-post-content li {
        margin: 5px;
        max-width: 100%;
    }

    .info-block.new .long {
        width: 100%;
        height: 85%;
    }

    span.icon-views {
        vertical-align: middle;
    }

    .order-modal {
        width: 100%;
    }

    .order-modal .form-close {
        right: 0px;
        top: -25px;
    }

    .order-modal {
        padding: 0px;
    }

    .netpeak .cell:nth-child(3) {
        display: inline-block;
        width: 46%;
    }

    .netpeak .cell:nth-child(1) {
        width: 46%;
    }

    .netpeak .cell:nth-child(2) {
        display: none;
    }

    .netpeak .cell:nth-child(2) .netpeak-photo img {
        display: block;
        margin-right: 0px;
    }

    .netpeak .cell {
        width: 50%;
    }
}
