@media screen and (max-width: 1600px) {
    .post-page .category-news {
        grid-template-columns: 1fr 250px;
        gap: 30px;
    }
    .post-page-single .post-page-inner .pp {
        grid-template-columns: 1fr 250px;
        gap: 30px;
    }
}

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

}
/************************** END 1366 px **************************/

@media screen and (max-width: 1200px) {
    .container {
        max-width: calc(100% - 80px);
    }
}

@media screen and (max-width: 991px) {
    .container {
        max-width: 100%;
    }
    .bonuses {
        grid-template-columns: repeat(2, 1fr);
    }
    .last-news {
        grid-template-columns: repeat(2, 1fr);
    }
    #footer .footer-row-2 .f2-inner {
        grid-template-columns: 1fr;
    }
    #footer .footer-row-2 .f2-inner .footer-copy {
        text-align: center;
    }
    #footer .footer-row-2 .f2-inner .footer-socials ul {
        justify-content: center;
    }
    .section-5-inner {
        grid-template-columns: 1fr;
    }
    .section-1 .section-1-brands .s1-bottom img {
        /*max-height: 15px;*/
    }
    .section-1 .section-1-inner .text h1 {
        font-size: 24px;
    }
    .mobile-menu-toggle {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    #site-header .header-inner .h-menu .primary-menu {
        display: none;
    }
    #site-header .header-inner {
        grid-template-columns: 1fr 50px 50px;
        gap: 20px;
        padding-right: 80px;
    }
    #site-header .header-inner .h-menu {
        position: absolute;
        right: 15px;
    }
    /***********************************/
    .mob-menu-top {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .mob-menu-top .mmenu-close:hover {
        opacity: 0.8;
        cursor: pointer;
    }
    .mobile-menu-toggle {
        display: flex;
        flex-direction: column;
        gap: 5px;
        align-items: end;
    }
    .wsmall-mobile-menu ul {
        list-style: none;
        display: flex;
        flex-direction: column;
        /*gap: 25px;*/
        padding: 0;
    }
    .wsmall-mobile-menu ul > li {
        border-bottom: 1px solid rgba(249, 249, 249, 0.15);
        padding: 10px 0;
    }
    .wsmall-mobile-menu ul li:last-child {
        border-bottom: none;
    }
    .wsmall-mobile-menu ul ul.sub-menu {
        display: none;
        padding-left: 30px
    }
    .wsmall-mobile-menu ul ul.sub-menu li {
        border: none;
    }
    .wsmall-mobile-menu ul ul.sub-menu li a {
        color: #FFF;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        text-transform: uppercase;
        display: inline-block;
    }
    .wsmall-mobile-menu ul li.menu-item-has-children {
        position: relative;
        /*margin-bottom: -20px;*/
    }
    .wsmall-mobile-menu ul .mmenu-arrow {
        position: absolute;
        right: 0;
        top: 15px;
    }
    .wsmall-mobile-menu ul .mmenu-arrow > img {
        width: auto;
        height: 10px;
    }
    .wsmall-mobile-menu ul .mmenu-arrow.active img {
        transform: rotate(180deg);
    }
    .wsmall-mobile-menu ul li a {
        color: #FFF;
        font-size: 20px;
        font-weight: 700;
        line-height: 170%;
    }
    #site-header .header-inner .logo img {
        padding: 7px 0;
    }
    #popup_search {
        width: 90%;
        left: 5%;
        padding: 20px;
    }
    .section-1 .section-1-inner .text {
        max-width: 90%;
    }
    .section-1 .section-1-inner {
        padding-top: 65px;
    }
    .section-1-top .st-inner .top-right .top-cat {
        min-height: 150px;
    }
    .section-1-top .st-inner .top-right .top-cat .tc-title {
        font-size: 20px;
    }
    .section-1 .section-1-brands .s1-bottom {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        align-items: center;
        text-align: center;
    }
    #footer .footer-row-1 .f1-inner {
        gap: 10px;
    }
    .post-page .category-news {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .pagination {
        margin-bottom: 30px;
    }
    .pp-right {
        margin-top: 0;
    }
    .post-page-single .post-page-inner .pp {
        grid-template-columns: 1fr;
    }
    .categories-blog .c-blog-inner {
        grid-template-columns: repeat(2, 1fr);
    }
    .post-page-single .post-content img {
        width: 100%;
        height: auto;
    }
}
/********************* END 991 px **********************/

@media screen and (max-width: 768px) {
    #footer .footer-row-1 .f1-inner {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    #footer .footer-row-1 .footer-socials ul {
        justify-content: center;
    }
    #footer .footer-row-1 .f1-inner .footer-m {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .section-1-top .st-inner .top-right .top-cat {
        min-height: 250px;
    }
    .section-1-top .st-inner {
        padding-top: 30px;
    }
    .section-1 .section-1-top {
        margin-bottom: 30px;
    }
    .blog-page-inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .categories-blog .c-blog-inner {
        grid-template-columns: 1fr;
    }
    .post-page-single h1 {
        font-size: 25px;
        line-height: 1.3;
    }
}

@media screen and (max-width: 700px) {
    .section-1 .section-1-inner {
        gap: 20px;
    }
    .section-1 .section-1-inner .text h1 {
        font-size: 20px;
    }
    .section-1 .section-1-inner .top-socials {
        bottom: 50%;
    }
    .bonuses, .last-news {
        grid-template-columns: 1fr;
    }
    .section-1-top .st-inner {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    #footer .footer-row-1 .f1-inner .footer-text {
        padding-right: 0;
    }
    .section-2 {
        padding: 50px 0 25px 0;
    }
    .section-2 h2 {
        margin-bottom: 0;
    }
    .section-2 .cryptos {
        margin-top: 50px;
    }
    .section-4 {
        padding: 25px 0 50px 0;
    }
    .blog-page-inner {
        grid-template-columns: 1fr;
    }
}

/************************* END 600 px *************************/

@media screen and (max-width: 550px) {
    .section-2 .cryptos .cryptoHead {
        font-size: 12px;
    }
    .section-2 .cryptos .cryptoLine > div {
        font-size: 13px;
    }
}

@media screen and (max-width: 490px) {
    .section-2 .cryptos .cryptoLine img {
        width: 20px;
        height: 20px;
    }
    .section-2 .cryptos .cryptoLine > div {
        gap: 5px;
    }
    .section-2 .cryptos .cryptoLine .crypto-line {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    .section-2 .cryptos .cryptoLine span.table-title-inner {
        display: inline-block;
        color: #515151;
        font-weight: 400;
    }
    .section-2 .cryptos .cryptoHead {
        display: none;
    }
    .section-2 .cryptos .cryptoLine > div {
        gap: 10px;
    }
    /******************************************/
    .section-2 .cryptos .cryptoLine {
        display: grid;
        grid-template-columns: 70px 1fr;
        grid-template-rows: repeat(4, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }
    .section-2 .cryptos .cryptoLine .crypto-line.line-1 { grid-area: 1 / 1 / 5 / 2; }
    .section-2 .cryptos .cryptoLine .crypto-line.line-2 { grid-area: 1 / 2 / 2 / 3; }
    .section-2 .cryptos .cryptoLine .crypto-line.line-3 { grid-area: 2 / 2 / 3 / 3; }
    .section-2 .cryptos .cryptoLine .crypto-line.line-4 { grid-area: 3 / 2 / 4 / 3; }
    .section-2 .cryptos .cryptoLine .crypto-line.line-5 { grid-area: 4 / 2 / 5 / 3; }
    /******************************************/
    .section-1 .section-1-brands .s1-bottom img {
        height: 25px;
    }
    .breads-blog-inner #breadcrumbs > span {
        flex-wrap: wrap;
    }
    #site-header .header-inner .logo img {
        max-height: 40px;
    }
    .wsmall-mobile-menu {
        top: 59px;
    }
    .s-content.not-home .post-page-single {
        padding-top: 68px;
    }

    /*********************** crypto converter *************************/

    .crypto-converter .crypto-calc {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .crypto-converter .crypto-calc .cc-left {
        gap: 20px;
    }
    .crypto-converter .crypto-calc .cc-right {
        flex-direction: column-reverse;
        gap: 20px;
    }



}

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

}