.mob_block {
    display: none !important;
}
body,
html {
    overflow-x: hidden;
}

@media screen and (min-width: 1400px) {
    html {
        font-size: 16px !important;
    }
}
@media screen and (max-width: 1400px) and (min-width: 1300px) {
    html {
        font-size: 15px !important;
    }
}
@media screen and (max-width: 1300px) and (min-width: 1200px) {
    html {
        font-size: 14px !important;
    }
}
@media screen and (max-width: 1200px) and (min-width: 1100px) {
    html {
        font-size: 13px !important;
    }
}
@media screen and (max-width: 1100px) and (min-width: 1050px) {
    html {
        font-size: 12px !important;
    }
}
@media screen and (max-width: 1050px) and (min-width: 992px) {
    html {
        font-size: 11px !important;
    }
}

@media screen and (min-width: 992px) {
}

@media screen and (max-width: 992px) {
    .fancybox-slide--iframe .fancybox-content {
        width: 95%;
        height: auto;
    }
    .mob_full {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .mob_none {
        display: none !important;
    }
    .mob_block {
        display: block !important;
    }
    .burger.mob_block {
        display: flex !important;
    }
    .container {
        width: 100%;
        padding: 0 15px;
    }
    .search--show {
        margin-right: 1.5rem;
    }
    .btn {
        width: 100%;
    }
    .btn.big-width,
    .btn.lil-width {
        width: 100%;
    }
    .burger {
        display: flex;
    }
    .hero-left,
    .hero-desc {
        width: unset;
    }
    .hero-bottom {
        flex-direction: column;
        gap: 1.8rem;
    }
    .section-title {
        font-size: 1.75rem;
    }
    .hero-label {
        font-size: 1.25rem;
        color: white;
    }
    .hero-label.big {
        font-size: 1.25rem;
    }
    .hero-label-dot {
        background: white;
    }
    .hero-label br {
        display: none;
    }
    .header-inner {
        justify-content: space-between;
    }
    .hero-section {
        min-height: 58rem;
    }
    .quiz-options.grid-2 {
        grid-template-columns: 1fr;
    }
    .quiz-in {
        padding: 2rem 0;
    }
    .quiz-nav {
        flex-direction: column-reverse;
        align-items: stretch;
    }
    .quiz-form-row {
        grid-template-columns: 1fr;
    }
    .why-slide {
        padding: 1rem;
    }
    .why-overlay {
        background: rgba(0, 0, 0, 0.2);
    }
    .why-top {
        gap: 1.5rem;
    }
    .why-inner {
        padding: 1.75rem 0;
    }
    .why-section,
    .why-inner {
        min-height: 80vh;
    }
    .about-wrap {
        grid-template-columns: 1fr;
        gap: 2.25rem;
    }
    .about-content {
        order: -1;
    }
    .about-cards-grid {
        grid-template-columns: 1fr;
    }
    .products-grid {
        grid-template-columns: 1fr;
    }

    .products-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
    }
    .products-controls {
        flex-direction: column;
    }
    .products-sort-wrap {
        width: 100%;
    }
    .size-box,
    .color-label-inner {
        font-size: 1rem;
    }
    .color-box {
        width: 1.1rem;
        height: 1.1rem;
    }
    .product-attr-name {
        font-size: 1.11rem;
    }
    .products-all-link {
        font-size: 1rem;
    }
    .steps-wrap {
        grid-template-columns: 1fr;
    }
    .steps-grid {
        grid-template-columns: 1fr;
    }
    .steps-img-wrap {
        height: 22rem;
    }
    .step-card {
        height: 16.5rem;
    }
    .services-top {
        flex-direction: column;
        gap: 1.85rem;
        align-items: unset;
    }
    .services-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .service-card.full-width {
        grid-column: span 1;
    }
    .service-img-wrap {
        height: 16.5rem;
    }
    .service-bot {
        flex-direction: column;
        gap: 1.5rem;
    }
    .service-desc {
        max-width: 100%;
    }
    .service-card.full-width .service-desc {
        max-width: 100%;
    }
    .service-bot .btn {
        width: 100%;
    }
    .projects-grid {
        grid-template-columns: 1fr;
        gap: 1.65rem;
    }
    .payment-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .payment-img-wrap {
        height: 24rem;
    }
    .project-more {
        font-size: unset;
    }
    .faq-form-grid {
        grid-template-columns: 1fr;
    }
    .faq-form-title {
        font-size: 1.75rem;
    }
    .faq-form-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
    }
    .contacts-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    .contacts-map-wrap {
        min-height: 22rem;
    }
    .con-txt {
        font-size: 1.25rem;
    }
    .cs-book {
        flex-direction: column;
        padding: unset;
        align-items: unset;
        justify-content: unset;
        gap: 4rem;
        padding-bottom: 2.5rem;
    }
    .cs-book-img {
        width: 100%;
        inset: 0;
        height: 18rem;
    }
    .back-note {
        bottom: 0;
        height: 35rem;
        width: 165%;
    }
    .cs-book-right {
        width: 85%;
        margin: 0 auto;
    }
    .page-hero-section {
        padding-top: 12rem;
    }
    .page-hero-section::before {
        display: none;
    }
    .page-hero-content {
        flex-direction: column;
        justify-content: unset;
        align-items: unset;
        gap: 1rem;
    }
    .memory-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    .memory-images {
        gap: 0.65rem;
    }
    .memory-images {
        height: 18rem;
    }
    .memory-img-wrap.small {
        height: 10rem;
    }
    .back-big {
        left: -2rem;
        top: 40rem;
        height: 30.23844rem;
        width: auto;
    }

    .footer-top {
        flex-direction: column;
        gap: 3rem;
        padding-bottom: 2rem;
    }
    .footer-nav-wrap {
        flex-wrap: wrap;
    }
    .footer-menu-col {
        width: 100%;
    }
    .footer-contacts-col.last {
        width: 100%;
        flex-direction: column;
    }
    .footer-form {
        width: 100%;
        height: auto;
        gap: 0.5rem;
    }
    .footer-input {
        width: 100%;
        height: 3.5rem;
    }
    .footer-submit {
        height: 3.5rem;
        width: 100%;
    }
    .footer-info-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .footer-form .faq-input {
        width: 135%;
    }
    .footer-socials-col {
        flex-direction: row;
        gap: 1.5rem;
    }
    .footer-bottom {
        flex-direction: column;
        gap: 1.5rem;
        align-items: flex-start;
    }
    .mission-inner {
        flex-direction: column;
        gap: 2rem;
        padding: 2rem 0;
    }
    .mission-left {
        max-width: 100%;
    }
    .mission-right {
        align-self: center;
    }
    .mission-product {
        height: 16rem;
        margin-bottom: -2rem;
    }
    .values-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .values-card-title {
        font-size: 1.5rem;
    }
    .values-card-img-wrap {
        height: 15rem;
    }
    .catalog-layout {
        grid-template-columns: 1fr;
    }
    .catalog-grid {
        grid-template-columns: 1fr;
    }
    .catalog-controls {
        flex-direction: column;
    }
    .product-detail {
        grid-template-columns: 1fr;
        gap: 2rem;
        margin-bottom: 2rem;
    }
    .product-desc {
        grid-template-columns: 1fr;
        gap: unset;
    }
    .service-detail-img-wrap img {
        height: 22rem;
    }
    .srv-offer-grid {
        grid-template-columns: 1fr;
    }
    .srv-offer-img img,
    .srv-offer-card {
        height: 22rem;
    }
    .srv-material-img {
        position: unset;
        margin-right: -1rem;
        margin-bottom: -1.5rem;
        height: 17rem;
    }
    .srv-material-inner {
        flex-direction: column;
        padding: 1.25rem;
        padding-top: 1.5rem;
    }
    .srv-material-left {
        gap: 1.5rem;
    }
    .deliv-grid {
        grid-template-columns: 1fr;
    }
    .proj-detail-top {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .proj-detail-img-wrap img{
        height: 20rem;
    }
    .breadcrumps{
        flex-wrap: wrap;
    }
    .modal .modal__block{
        width: 95%;
        padding: 2rem 15px;
    }
    .page {
        padding-top: 0;
        padding-bottom: 2rem;
    }
    .breadcrumps {
        font-size: 1rem;
    }
    .product-detail-img .no_img{
        height: 20rem;
    }
    .mob_filter_helper{
        display: none;
    }
    .mob_filter_btn{
        background: #141414;
        border: 1px solid #323232;
        color: white!important;
        justify-content: space-between;
            font-family: "Montserrat", sans-serif;
            font-weight: 400;
            text-transform: none;
            font-size: 1rem;

    }
    .mob_filter_btn svg{
        transform: rotate(-180deg);
        transition: all 0.35s;
    }
    .mob_filter_btn.factive svg{
        transform: rotate(0deg);
    }
    .top-lines{
        display: none;
    }
}
@media screen and (max-width: 550px) {
    body {
        font-size: 1.15rem;
    }
}
