@media screen and (max-width: 1200px) {
    body {
        overflow-x: hidden
    }

    .top-header {
        padding-top: .75rem;
        padding-bottom: .75rem
    }

    .main-menu {
        display: none
    }

    .archive-content {
        width: 100%;
        position: static;
        margin-bottom: 40px
    }

    .side-page {
        width: 100%;
        position: static
    }

    .container-page {
        flex-wrap: wrap
    }

    .container-des-page .des-page {
        width: 100%
    }

    .container-des-page .des-page form {
        width: 100%
    }

    .icon-des-page {
        display: none
    }

    .main-menu {
        display: none
    }

    .featured-posts {
        flex-wrap: wrap
    }

    .featured-posts .archive-article {
        width: 48%
    }

    .top-footer {
        flex-wrap: wrap
    }

    .footer-widgets {
        width: 100%;
        flex: inherit;
        flex-wrap: wrap;
        margin-bottom: 40px
    }

    .contact-us-box {
        width: 100%;
        margin: 0;
        flex: inherit;
        margin-bottom: 30px
    }

    .footer-newsletter {
        width: 100%;
        margin-bottom: 30px
    }

    .footer-widgets .hamta-widget {
        width: 100%
    }

    .middle-footer {
        flex-wrap: wrap
    }

    .description-footer {
        width: 100%;
        flex: inherit;
        margin-left: 0;
        margin-bottom: 30px;
        padding-right: 0;
        background-position: top center;
        padding-top: 115px
    }

    .footer-logos {
        width: 100%;
        flex: inherit;
        justify-content: center
    }

    .footer-logos img {
        margin: 0 7px
    }

    .bottom-footer {
        flex-wrap: wrap;
        flex-direction: column
    }

    .copyright {
        margin-bottom: 30px
    }

    .comment-content {
        padding-right: 0
    }

    .widget_buy-bitcoin-banner, .widget_about-us {
        display: none
    }

    .left-top-header {
        display: none
    }

    .menu-smallscreen {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 15px;
        cursor: pointer;
        position: relative
    }

    .menu-smallscreen svg {
        transition: transform .6s cubic-bezier(.16, 1, .3, 1)
    }

    .open-menu {
        transform: scale(1)
    }

    .close-menu {
        transform: scale(0);
        position: absolute
    }

    .menu-smallscreen.active .open-menu {
        transform: scale(0)
    }

    .menu-smallscreen.active .close-menu {
        transform: scale(1)
    }

    .nav-smallscreen.active {
        transform: scale(1);
        opacity: 1;
        visibility: visible;
        padding-bottom: 10rem
    }

    .accordion dd {
        overflow: hidden
    }

    .accordionjs {
        position: relative;
        padding: 0;
        list-style: none;
        margin: 0 15px
    }

    .accordionjs .acc_section {
        position: relative;
        z-index: 10;
        overflow: hidden;
        margin-bottom: 13px
    }

    .accordionjs .acc_section .acc_head {
        position: relative;
        padding: 8px 15px;
        display: flex;
        cursor: pointer;
        color: #f7f8fa;
        font-size: 18px;
        font-weight: 500;
        border-radius: 12px;
        overflow: hidden;
        transition: all .3s;
        align-items: center;
        justify-content: space-between
    }

    .accordionjs .acc_section .acc_head::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: auto;
        width: 3px;
        opacity: 1;
        height: 48px;
        transform: translateX(5px) scale(.9);
        transition: .5s;
        border-radius: 12px 0 0 12px;
        background-color: #33a0ff;
        box-shadow: none
    }

    .accordionjs .acc_section.acc_active > .acc_head::before {
        box-shadow: -4px 0 20px 1px #33a0ff;
        transform: translateX(0) scale(1)
    }

    .accordionjs .acc_section .acc_head span {
        width: 36px;
        height: 36px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(46, 51, 61, .5);
        border-radius: 10px;
        transition: .5s
    }

    .accordionjs .acc_section.acc_active > .acc_head span {
        background-color: #3b82f6;
        box-shadow: 0 0 20px -3px #3b82f6
    }

    .accordionjs .acc_section .acc_head span svg {
        transition: .3s ease-in-out;
        transform: rotate(-90deg)
    }

    .accordionjs .acc_section.acc_active > .acc_head span svg {
        transform: rotate(0)
    }

    .accordionjs .acc_section .acc_head h3 {
        line-height: 1;
        margin: 5px 0
    }

    .accordionjs .acc_section:last-of-type, .accordionjs .acc_section:last-of-type .acc_content {
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px
    }

    .accordionjs .acc_section.acc_active > .acc_content {
        display: block
    }

    .accordionjs .acc_section.acc_active > .acc_head {
        background-color: #181c24;
        padding-right: 35px
    }

    .item-menu-accordion {
        font-size: 18px;
        display: flex;
        align-items: center;
        color: #f7f8fa;
        padding: 10px 15px 15px 0
    }

    .acc_content ul {
        padding-right: 1.75rem !important;
        padding-left: 1.75rem !important;
        margin-top: 1.5rem !important
    }

    .acc_content ul li {
        display: flex;
        align-items: center
    }

    .acc_content ul li:before {
        content: '';
        display: flex;
        width: 5px;
        height: 5px;
        box-shadow: 0 2px 6px #33a0ff, inset 0 1px 1px red;
        background-color: #3b82f6;
        border-radius: 50%;
        margin-left: 10px
    }

    .acc_content ul li a {
        display: flex;
        padding: 6px 0;
        line-height: 30px;
        color: #e0e1e5;
        align-items: center
    }

    .crypto-prices .icon-container {
        background: transparent;
        padding: 0
    }

    .crypto-prices li::before {
        display: none !important
    }

    .crypto-prices li a {
        justify-content: space-between;
        position: relative;
        flex: 1;
        font-size: 14px
    }

    .crypto-prices li p span {
        padding-left: 5px
    }

    .crypto-prices li p em {
        color: #6a707d;
        font-size: 12px
    }

    .title-and-icon {
        display: flex
    }

    .phone-number-smallscreen {
        display: flex;
        align-items: center;
    }

    .phone-number-smallscreen span {
        color: #fff;
        direction: ltr;
        margin-left: 5px;
        overflow: hidden;
        white-space: nowrap;
    }
}

@media screen and (max-width: 600px) {
    .archive-article {
        width: 100%
    }

    .container-des-page .des-page form {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: visible;
        margin-bottom: 42px
    }

    .container-des-page .des-page form input {
        width: 100%;
        box-sizing: border-box
    }

    .container-des-page .des-page form button {
        position: absolute;
        width: 100%;
        bottom: -56px;
        height: 40px
    }

    .featured-posts .archive-article {
        width: 100%
    }

    .widget_buy-bitcoin-banner, .widget_about-us {
        display: block
    }

    .comment-author .fn {
        font-size: 16px;
    }

    .comment-metadata time {
        font-size: 12px
    }

    .comment-author img {
        width: 48px
    }

    .comment-metadata {
        bottom: 0px;
        right: 60px;
    }

    .comment-metadata .edit-link {
        display: none
    }

    .single-article, .comments-post {
        padding: 20px;
    }
}

@media screen and (max-width: 782px) {
    body.logged-in .container-top-header {
        top: 46px
    }

    .hamta-crypto-banner {
        flex-flow: column-reverse;
        padding-top: 28px;
    }

    .hamta-crypto-banner div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .hamta-crypto-banner img {
        margin-left: 0px
    }

    .button-crypto-banner {
        margin: 3px 0 25px;
    }

    .post-source-ratings {
        display: block;
    }

    .container-post-ratings {
        margin-bottom: 40px;
    }

    .post-ratings {
        justify-content: flex-start;
    }
}