@media (min-width: 768px) and (max-width: 1200px) {

    header {
        position:relative;
        z-index:99
    }
    .header-main {
        /* display: none; */
    }

    .mob {
        display: block
    }

    .container.d-md-flex {
        display: block !important;
    }

    .pad {
        display: block
    }

    header .logo {
        flex-basis: 24%;
        margin-right: 20px;
    }

    .header-main__wrapper {
        display:flex;
        justify-content:space-between;
        padding: 23px 38px 23px 38px;
    }

    header .pad {
        padding-top: 7px;
    }

    header ul {
        list-style: none;
        display: flex;
    }

    .section-materials__materials {
        flex: auto;
    }

    header ul li {
        padding: 0 10px;
        font-size: 14px;
    }

    .header-main__wrapper ul li {
        padding:0 20px
    }
    header .pad ul ul {
        display: none;
    }

    .header-main__buttons {
        display: none;
    }

    footer .d-flex {
        flex-wrap: wrap
    }

    footer .col-lg-8 nav ul {
        display: inline-block;
        justify-content: space-between;
        margin: 20px 0;
    }

    footer ul li {
        margin-bottom: 10px;
    }

    section.section-materials {
        padding-top: 30px;
    }

    .thanks {
        padding: 30px;
        background: #edb919;
        border-radius: 25px;
        margin-top: 30px;
    }

    .thanks h1 {
        font-size: 30px;
    }

    .thanks .row {
        align-items: center;
    }

    .thanks p {
        font-size: 16px;
        font-weight: 300;
    }

    .thanks .btn {
        background: #893fe3;
        color: white;
        padding: 8px 20px;
        margin-top: 10px;
    }

    .thanks .col-12 + .col-12 {
        order: 1;
        margin-bottom: 20px;
        padding-top: 20px;
    }

    .faq .col-md-6 + .col-md-6 {
        margin-top: 40px;
    }

    .section-hero__col.section-hero__col--right {
        /* display: none; */
        flex: auto;
        position: relative;
        flex-basis: 50%;
        z-index: 1;
        padding-top: 0px;
    }


    .section-materials__sidebar {
        display: none;
    }


    .section-hero__items {
        flex-wrap: wrap;
    }

    .section-hero__item--text {
        font-size: 14px;
        line-height: 1.2
    }

    .section-hero__items .section-hero__item {
        margin-bottom: 20px;
    }

    .section-hero__row {
        padding-bottom: 0px;
    }

    .section-hero__item--title {
        font-size: 13px;
        color: #fff;
        font-weight: 400;
        text-transform: uppercase;
        margin-bottom: 9px;
    }

    .section-hero__h1 {
        font-size: 38px;
        font-weight: 400;
        margin-bottom: 35px;
    }

    .section-materials__filter {
        flex: 1 0 300px;
        display: none;
        position: fixed;
        bottom: 60px;
        width: calc(100% - 27px);
        max-height: 90%;
        z-index: 99;
        overflow-y: auto;
    }



    .section-hero__col--left {
        flex: auto;
    }

    header .d-flex {
        background: #f0c000;
        padding: 10px 25px;
        border-radius: 50px;
    }

    header .burg img {
        width: 26px;
    }

    header .burg {
        background: #fff;
        padding: 12px 9px;
        border-radius: 50%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

    header .d-flex {
        background: #f0c000;
        padding: 10px 25px;
        border-radius: 50px;
    }

    .section-materials__search-text {
        font-size: 15px;
        font-weight: 300;
        margin-top: 0;
        margin-bottom: 16px;
    }

    header .burg img {
        width: 26px;
    }

    header .burg {
        background: #fff;
        padding: 12px 9px;
        border-radius: 50%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

    .bottom-menu.mob {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 999;
    }

    .bottom-menu.mob ul {
        list-style: none;
        display: flex;
        justify-content: center;
        background: #f0c000;
        margin-bottom: 0;
        padding: 7px 20px;
        border-top: 1px solid #d3b85f;
    }

    .bottom-menu.mob ul li img {
        width: 48px;
        min-width: 32px;
    }

    .bottom-menu.mob ul li a {
        background: #934feb;
        display: inline-flex;
        height: 36px;
        padding: 5px 15px;
        position: relative;
        border-radius: 20px;
        margin: 0 30px;
    }

    .bottom-menu.mob ul li.lk-button img {
        width: 76px;
        min-width: 56px;
        display: block;
    }

    .bottom-menu.mob ul li.lk-button a {
        width: auto;
        padding: 5px 0px;
    }

    .bottom-menu.mob ul li a span.count {
        background: #f0c000;
        position: absolute;
        right: 7px;
        top: -2px;
        font-size: 10px;
        border-radius: 50%;
        min-width: 13px;
        text-align: center;
        height: 14px;
    }


    .section-hero__item {
        background-color: #f2c945;
        background-image: url(../../img/items/hero.svg);
        background-repeat: no-repeat;
        background-position: top right;
        background-size: 90px auto;
        border-radius: 14px;
        max-width: 280px;
        width: 100%;
        padding: 12px 16px 15px 14px;
    }

    .section-materials__banner-link {
        font-size: 15px;
    }

    .categories {
        max-width: 100%;
        position: relative;
        padding: 0 10px;
    }

    .section-materials__banner-title {
        font-size: 20px;
        margin-bottom: 22px;
        margin-top: 0;
        max-width: var(--text-width);
        font-weight: 400;
    }

    .section-materials__banner-text {
        font-size: 13px;
        margin-bottom: 22px;

        font-weight: 400;
        max-width: var(--text-width);
    }

    .section-materials__banner {
        --text-width: auto;
        padding: 22px 20px 17px 20px;
        background-color: #cba1ff;
        background-image: url(../../img/1.png);
        background-size: auto 60%;
        background-position: 115% 50%;
        background-repeat: no-repeat;
        border-radius: 30px;
    }

    .weekly-products {
        border: 1px solid #e0e0e0;
        border-radius: 15px;
        background: url(../../img/star2.png) no-repeat center center / cover;
        padding: 15px;
        margin: 20px 0;
        overflow: hidden;
        max-width: 100%;
    }

    .pagination a,
    .pagination span {
        color: inherit;
        text-decoration: none;
        font-size: 16px;
        font-weight: 300;
        white-space: nowrap;
    }

    .pagination .dots {
        position: relative;
        top: 1px;
        letter-spacing: 2px;
    }

    .product-card.active {
        transform: scale(1.2);
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    }

    .pagination img {
        margin-left: 10px;
        width: 14px;
    }


    .catalog .product-card {
        margin-bottom: 20px;
        height: auto
    }


    footer {
        padding-bottom: 80px;
    }

    .filter-close.mob {
        position: absolute;
        top: 30px;
        right: 10px;
        z-index: 999;
    }

    .section-hero {
        padding: 65px 0 55px;
        background: url(../../img/list.png) repeat-x center 101% / 220px;
    }

    .filter-close.mob img {
        width: 24px
    }

    .promo-menu ul li a {
        font-size: 16px;
        text-decoration: none;
        color: black;
        font-weight: 300;
        background: #f8f4eb;
        padding: 8px 13px;
        border: 1px solid #ddc1ff;
        border-radius: 50px;
        text-transform: lowercase;
    }


    .promo-menu ul li:nth-child(1) {
        top: -20px;
        left: -30%;
    }

    .promo-menu ul li:nth-child(2) {
        top: 40px;
        left: -54%;
    }

    .promo-menu ul li:nth-child(3) {
        top: 130px;
        left: -38%;
    }

    .promo-menu ul li:nth-child(4) {
        top: -20px;
        right: -40px;
    }

    .promo-menu ul li:nth-child(5) {
        top: 150px;
        right: -70px;
    }

    .section-hero__image {
        max-width: 350px;
        top: -40px;
    }

    .burger-menu {
        position: absolute;
        background: white;
        width: 250px;
        right: 5%;
        border-radius: 25px;
        padding: 10px;
        z-index: 99;
        top: 50px;
    }

    .close-burger {
        position: absolute;
        right: 10px;
        top: 10px;
        min-width: 32px;
    }

    .close-burger img {
        width: 24px
    }

    .burger-menu ul {
        list-style: none;
        padding: 0;
        margin-top: 20px;
        display: none;
    }

    .burger-menu ul li {
        margin-bottom: 5px;
    }

    .burger-menu ul + ul {
        margin-top: 15px;
        display: block;
    }

    .burger-menu ul ul {
        padding: 3px 0;
        margin: 0;
    }

    .burger-menu .arr {
        margin-left: 5px;
    }

    .burger-menu .arr img {
        width: 10px;
    }

    .modal-content {
        background: #CBA1ff url(../../img/form.png) no-repeat right bottom / 270px;
        padding: 15px;
        border-radius: 20px;
        border: none;
    }


    h1 {
        font-size: 24px;
        font-weight: 400;
        margin-bottom: 30px;
    }

    about .d-flex {
        align-items: center;
        color: white;
        font-size: 20px;
        font-weight: 300;
        justify-content: space-between;
        flex-wrap: wrap;
    }


    .add-material .item {
        margin-bottom: 20px
    }


    .info-user {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .info-user .item {
        background: #faefd9;
        padding: 10px;
        border-radius: 15px;
        font-weight: 300;
        text-align: center;
        min-width: 120px;
        margin-bottom: 4px;
    }

    .info-form + .d-flex {
        flex-wrap: wrap;
    }

    button.btn.btn-send {
        background: #893fe3;
        color: white;
        font-size: 15px;
        font-weight: 300;
        padding: 7px 45px;
        margin-right: 30px;
    }

    .add-material .agree label {
        margin-bottom: 0;
        flex-wrap: wrap;
    }

    .profile .name {
        font-weight: 300;
        font-size: 21px;
        margin-top: 20px;
    }

    .item.mat {
        flex-basis: 30%;
    }

    .item.rate {
        flex-basis: 25%;
    }

    .item.followers {
        flex-basis: 20%;
    }

    .item.date {
        flex-basis: 25%;
        max-width: auto !important;
    }

    .materials .item .text {
        padding: 10px 0;
    }

    .material .status {
        margin-bottom: 20px;
    }

    a.btn.btn-del {
        margin-top: 11px;
    }

    .materials .item .btn {
        width: 160px
    }

    .left-menu+.subscribe {
        /* display: block; */
        display: none;
    }
    .left-menu ul {
    display: flex;
    flex-wrap: wrap;
    margin:0 -10px
}

.left-menu ul li {
    flex-basis:50%;
    padding:0 10px
}

    .article-bg {
        height: 250px;
        background-size: cover;
        padding: 22px;
        border-radius: 25px;
        margin-bottom: 40px;
        position: relative;
    }

    .article-bg .meta {
        flex-wrap: wrap;
        font-weight: 300;
        font-size: 14px;
    }

    .articles .item {
        margin-bottom: 20px
    }

    .meta-right {
        margin-top: 10px
    }

    section.articles-page .bread {
        display: none;
    }



    .article .d-flex {
        flex-wrap: wrap;
        font-weight: 300;
    }

    .article .meta-art {
        margin-top: 20px;
    }

    .article .avatar .text {
        font-size: 18px;
    }

    .article .avatar .text .dol {
        font-size: 14px;
    }

    .article-body {
        padding: 16px;
        border: 1px solid black;
        border-radius: 20px;
        margin-top: 40px;
    }

    .articles {
        margin-top: 20px;
        display: flex;
        flex-wrap:wrap
    }
.articles .item {
    flex-basis: calc(50% - 10px);
    margin-top: 0 !important;
    margin-left: 10px;
}
    .articles h3 {
        flex-basis:100%
    }
    
    .agree {
        margin-top: 20px;
    }

    .about .text {
        padding-left: 0px;
        padding-top: 15px;
    }

    .about .d-flex {
        flex-wrap: wrap
    }

    .faq .col-lg-6 {
        margin-bottom: 40px;
    }
.subscribe-author form {
    display:flex;
    align-items:center;
}
    .subscribe-author input {
    border: 2px solid #893fe3;
    border-radius: 25px;
    padding: 6px 15px;
    width: 100%;
    font-size: 14px;
}

    .subscribe-author .btn.btn-send {
        margin-top:0;
        margin-left:14px
    }
    .add-material + .right-market {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
    }

    .add-material + .right-market .yell-block {
        flex-basis: 48%;
    }

    .add-material + .right-market .rating-profile {
        flex-basis: 48%;
        margin-top: 0;
    }


    .material-info {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .material-info .cats {
        padding-right: 40px;
        flex-basis: 67%;
    }

    .download-info {
        flex-basis: 30%;
        border: none;
    }

    a.btn-buy {
        width: auto;
        padding: 7px 12px;
        margin-right: 15px;
    }

    .prices.d-flex.align-items-center {
        margin-right: 15px;
    }

    a.btn-buy + p {
        position: relative;
        top: 6px;
    }

    .mat-info {
        order: 2;
        flex-basis: 60%;
        padding-left: 30px;
        margin-top: 10px;
    }




}